Recently, when using PHP in Appserv 2.5.10 to develop WeChat, I encountered the following error
Fatal error Call to undefined function libxml_disable_entity_loader(), check it out:
libxml_disable_entity_loader
(PHP5 >= 5.2.11)
http://php.net/manual/en/function.libxml-disable-entity-loader.php
So, to save the trouble, I want to upgrade PHP to 5.3.x alone. Some opinions on the Internet are troublesome. There is a Thai version, which is very simple and can be used for personal testing:
Note: I downloaded php-5.3.29-Win32-VC9-x86.zip. The link is as follows, and the steps are borrowed from that guy’s pictures.
http://windows.php.net/downloads/releases/archives/
Original reference:
http://www.mainacup.com/upgrade-php-from-version-5-2-to-5-3/
https://translate.google. com/translate?hl=zh-CN&ie=UTF8&prev=_t&sl=th&tl=zh-CN&u=http://www.mainacup.com/upgrade-php-from-version-5-2-to-5-3/
The above has introduced Appserv 2.5.10 to upgrade PHP from version 5.2 to 5.3, including the relevant aspects. I hope it will be helpful to friends who are interested in PHP tutorials.