Hey ppl!

I'm writing a shell script with php, but am having trouble with the Zend
Optimizer module. Please advise.

I get the following error when I run the script from the command line,
but not from the browser:
Failed loading /usr/local/lib/Zend/ZendOptimizer.so:
/usr/local/lib/Zend/ZendOptimizer.so: undefined symbol:
zend_get_configuration_directive


==The script ===

#!/usr/local/bin/php -q
<?php

  echo 'hello world \n';

?>


again, this error only shows up in CLI mode, not from the browser.

Any idea what is causing that?
Is there a way to disable the module from loading, without
removing the php.ini zend optimzer entries?


Please advise.

-john




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to