? Success

User tests: Successful: Unsuccessful:

avatar mbabker
mbabker
17 Aug 2014

In PHP 5.5, support for the original mysql extension was deprecated. This affects our base MySQL driver class as it implements this extension. This PR will tag that class, and its supporting classes, as deprecated since PHP will presumably drop support for them at some point.

Future TODO - When PHP announces a version where this extension will be removed or become totally unsupported, the driver class should be updated to fail gracefully (through version checks and Exceptions) instead of throwing a fatal error due to the code not being present.

avatar mbabker mbabker - open - 17 Aug 2014
avatar jissues-bot jissues-bot - change - 17 Aug 2014
Status Pending New
Labels Added: ? ?
avatar brianteeman
brianteeman - comment - 17 Aug 2014

There is nothing to really test here - cant it just be committed?

avatar mbabker
mbabker - comment - 18 Aug 2014

Ya, but I try to not direct commit my own PRs and we can at least use this as a reference down the road as to why these classes are deprecated and removed when that day comes.

avatar brianteeman brianteeman - change - 18 Aug 2014
Labels Added: ?
avatar brianteeman
brianteeman - comment - 18 Aug 2014

Marking RTC

avatar dbhurley dbhurley - close - 18 Aug 2014
avatar dbhurley dbhurley - change - 18 Aug 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-08-18 13:53:03

Add a Comment

Login with GitHub to post a comment