Re: [PHP] Compiling PHP with extension; CLI works, Apache doesn't

2004-10-26 Thread Curt Zirzow
* Thus wrote Aaron Gould: > I just compiled PHP with an extension for testing purposes > (mnoGoSearch). After all was said and done, the CLI version sees the > mnogosearch extension just fine ("php -m"), but the Apache module > doesn't see it at all (nothing "mnogosearch" related at all in "PHP

[PHP] Compiling PHP with extension; CLI works, Apache doesn't

2004-10-25 Thread Aaron Gould
I just compiled PHP with an extension for testing purposes (mnoGoSearch). After all was said and done, the CLI version sees the mnogosearch extension just fine ("php -m"), but the Apache module doesn't see it at all (nothing "mnogosearch" related at all in "PHPINFO()"). I've added "extension=m