Date: 07/25/02
- Next message: 1LT John W. Holmes: "Re: [PHP] suppressing errors"
- Previous message: Dave [Hawk-Systems]: "RE: [PHP] String Manipulation"
- In reply to: Danny Shepherd: "Re: [PHP] FreeBSD 4.6 / PHP 4.2.2 / Apache 2.0.39 install trouble"
- Next in thread: Chad Day: "RE: [PHP] FreeBSD 4.6 / PHP 4.2.2 / Apache 2.0.39 install trouble"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This will allow you to compile PHP 4.2.x as a shared object into Apache
2.0.39.
Credits to somebody on Google Groups (I can't recall, but I needed an answer
to this too a couple weeks back)...
1. Open up the file php_functions.c in /sapi/apache2filter/
2. Change MODULE_MAGIC_AT_LEAST to AP_MODULE_MAGIC_AT_LEAST (Note the
addition of "AP_")
3. Save the php_functions.c file and try running configure again
Keep in mind this is experimental and thus should not be used on production
web sites (even though we've been using Apache 2.0.39+PHP 4.2.1/4.2.2 for a
few weeks without issues on two of our servers).
-- Aaron Gould agould <email protected> Web Developer-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: 1LT John W. Holmes: "Re: [PHP] suppressing errors"
- Previous message: Dave [Hawk-Systems]: "RE: [PHP] String Manipulation"
- In reply to: Danny Shepherd: "Re: [PHP] FreeBSD 4.6 / PHP 4.2.2 / Apache 2.0.39 install trouble"
- Next in thread: Chad Day: "RE: [PHP] FreeBSD 4.6 / PHP 4.2.2 / Apache 2.0.39 install trouble"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

