ID: 10509
Updated by: hholzgra
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: Scripting Engine problem
PHP Version: 4.0.4pl1
Assigned To: 
Comments:

you should ask Zend support
on problems with Zend products

Previous Comments:
---------------------------------------------------------------------------

[2001-04-26 08:13:36] [EMAIL PROTECTED]
Assume the following "Shell Script":

#!/usr/local/bin/php -q
<?php
  print("blafasel.n");
?>

With the Zend Optimizer switched on the script's output is:

[markus@testmoehre]$ ./test.php
#!/usr/local/bin/php -q
blafasel.
[markus@testmoehre]$

Notice the first line, which shouldn't be there.
After removing (or commenting) the lines

  zend_optimizer.optimization_level=15
  zend_extension="/usr/local/lib/zend/ZendOptimizer.so"

in php.ini, the output is as expected (i.e. without the first line).

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10509&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to