diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-29 00:27:58 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-29 03:08:52 -0500 |
commit | b7c9678012aaeac44784ccf19598140bdf49d6ca (patch) | |
tree | 1b10f896a9a23adbee0cbb08ff9f8d69831b39ca /docs/CHANGELOG | |
parent | 3010ae8c85fe8cb656c9e96a95d0efee0fb2126a (diff) | |
download | ampache-b7c9678012aaeac44784ccf19598140bdf49d6ca.tar.gz ampache-b7c9678012aaeac44784ccf19598140bdf49d6ca.tar.bz2 ampache-b7c9678012aaeac44784ccf19598140bdf49d6ca.zip |
Switch Dba from mysql to PDO-MySQL
The mysql extension is deprecated in PHP 5.5 and will be removed in the
future.
Diffstat (limited to 'docs/CHANGELOG')
-rwxr-xr-x | docs/CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 7795dd27..bcaf69d1 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,7 @@ -------------------------------------------------------------------------- v.3.6-FUTURE + - Switched from the deprecated mysql extension to PDO - stderr from the transcode command is now logged for debugging - Made database updates more robust and verified that a fresh 3.3.3.5 import will run through the updates without errors |