How to update PHP to 4.4.0?

Dotsen

New member
Joined
Sep 14, 2005
Messages
1
I have a problem.
PHP 4.3.11 has memory leaks working with referers.
I need PHP 4.4.0, but in DA last version is 4.3.11
How to update PHP from 4.3.11 to 4.4.0?
Thanks.
 
Download the source from php.net then configure and build. If you download php 4.4.0 to the customapache directory you can modify the build script changing the php version variable to the new one.
 
Back
Top