- Joined
- Feb 27, 2003
- Messages
- 8,500
Hello,
Firstly, don't use this.
Php 5.2.17 is end-of-life, and this patched version is only to be used as a last resort for admins or clients who have no choice but to stick with 5.2.17.
No support will be given if there are issues with this code.
It was brought to my attention that there are unofficial patches/fixes for some of the older bugs and security issues with 5.2.17:
If you must use 5.2.17, then at a minimum, update to this patched version to resolve some of the mentioned issues in the above URLs.
If this works and there is enough demand (I hope there is no demand, and that people upgrade to 5.3 or higher)... then we'll consider adding an options.conf setting for custombuild 1.2.
CustomBuild 2.0 needs php 5.3 or later, so this doesn't apply there.
To install it:
Uploaded to files1, so please allow 24 hours for rsync if you're using a different download server.
Use at your own risk.
Don't use this!
Upgrade to php 5.3.
Good luck!
John
Firstly, don't use this.
Php 5.2.17 is end-of-life, and this patched version is only to be used as a last resort for admins or clients who have no choice but to stick with 5.2.17.
No support will be given if there are issues with this code.
It was brought to my attention that there are unofficial patches/fixes for some of the older bugs and security issues with 5.2.17:
so what I've done is packaged them up into 5.2.17-patched.David said:1) SVN Checkout the backports version at http://code.google.com/p/php52-backports/
2) Apply Patch #28 to fix SSL issue. http://code.google.com/p/php52-backports/issues/detail?id=28
If you must use 5.2.17, then at a minimum, update to this patched version to resolve some of the mentioned issues in the above URLs.
If this works and there is enough demand (I hope there is no demand, and that people upgrade to 5.3 or higher)... then we'll consider adding an options.conf setting for custombuild 1.2.
CustomBuild 2.0 needs php 5.3 or later, so this doesn't apply there.
To install it:
Code:
cd /usr/local/directadmin/custombuild
perl -pi -e 's/php5:5.2.17:.*/php5:5.2.17-patched:/' versions.txt
./build php n
Use at your own risk.
Don't use this!
Upgrade to php 5.3.
Good luck!
John