Well my php.ini
register_argc_argv = Off
apache was configured with the option --disable-cli
but cli is installed on my system and it works fine when i do execute
the script from the shell
so its a problem running php cli from my php apache module....
any other suggestions!?!??!
Sebe wrote:
Jochem Maas wrote:
Frederic Belleudy wrote:
Well Ill let you know guys if it works after I've recompiled apache
try recompiling php - recompiling apache won't have an effect as far
as that compile
option goes.
it will if php is complied statically into apache, then you have to
recompile apache each time you compile php.. i use static because u
get better performance, but that's another topic of it's own..
--
Frederic Belleudy
Programmer
PWIdeas
ICQ #: 253-372-030
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php