As the PHP version continues to update the new version features more and more advanced,
And the functions of repetitive functions in the old version are thin and streamlined.
So now many open source PHP projects are upgrading the new version of PHP.
Appserv 2.5.10 Software is one of the software I like to quickly build a PHP development environment under Windows.
Just suffer from his PHP version is too low, and the author also directly from php5.2.6 upgrade software to 6.0, 7.0 ...
We really can't keep up with his pace, so we have to manually upgrade the version of PHP without changing the other Apache and MySQL configuration.
Here is the upgrade step
1.php.ini, Extension=php_pdo.dll.
2.php-5.3.27-win32-vc9-x86 download to replace the file in the original PHP5 folder
3. No connection information: (using the MySQL management tool, execute the following language method)
SETOld_passwords= 0;UPDATEMysql.User SETPassword=PASSWORD ('Information Warehouse manager password')WHERE User = 'Root';SELECTLENGTH (Password) fromMysql.User WHERE User = 'Root'; FLUSHPrivileges;
4. Complete.
5. Do not affect the PHP program, just modify the enhanced MySQL login password encryption format (with * as a precursor) reference: http://flyup2013.blogspot.hk/2013/08/ Appserv-2510-php-526-5414.htmlmysql Unable to connect: Http://www.cnblogs.com/wangtao_20/p/4823088.htmlappserv upgrade PHP Version:/http www.cc.net.tw/2014/02/2622/,http://blog.csdn.net/dull_boy2/article/details/43927363
Window appserv 2.5.10 PHP version upgrade to php-5.3.27-win32-vc9-x86 version from version 5.2.6