Php - 4.2.3

Copy and pasted from the very excellent www.entropy.ch (Marc Liyanage).

Update Instructions

If you previously installed an older version of the module, here is what you have to do to update to the most recent version:

1. Open a terminal window
2. type "curl -O http://www2.entropy.ch/download/libphp4.so.gz", wait for download to finish
3. type "gunzip libphp4.so.gz"
4. type "sudo apxs -i -a -n php4 libphp4.so"
5. type "sudo apachectl graceful" to restart the webserver

The new version should now be active, you can test with the phpinfo() tip given above.
;)
 
Check the site... installed it myself. If you have 10.2 yu will have to install Marc's module specifically for 10.2 which is PHP 4.2.3 ;)
 
Has anyone succesfully install the entropy.ch version of the php-4.2.3 apache-module after upgrading apache to 1.3.27?

I can get it to build without an error.

How do you apply the patch he has there?
 
Back
Top