ID: 13935
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Closed
Status: Open
Bug Type: Informix related
Operating System: SunOs 5.6
PHP Version: 4.0.6
New Comment:
I've noticed that there is still a bug from previous releases in the latest snapshot
If yout try to execute any php script like a shell script, you know:
#!/usr/local/bin/php
...
php includes this first line in the result output.
This bug is reported previously and the solution is making a simple change in the
.../sapi/cgi/cgi_main.c module about line 732:
else if (retval == SUCCESS) {
/* #!php support */
Previous Comments:
------------------------------------------------------------------------
[2001-11-12 04:58:27] [EMAIL PROTECTED]
Just wait until the next release then. This is not a huge problem. It's only a
warning from the Zend Engine that it frees some unfreed memory.
Derick
(And leave it closed this time)
------------------------------------------------------------------------
[2001-11-12 04:54:29] [EMAIL PROTECTED]
No, I doesn't happen.
What can I do ?? I'm afraid of making the latest version avaiable in a production
enviroment.
Thanks.
------------------------------------------------------------------------
[2001-11-12 04:37:45] [EMAIL PROTECTED]
Just wait until the next release then. This is not a huge problem. It's only a warning
from the Zend Engine that it frees some unfreed memory.
Derick
------------------------------------------------------------------------
[2001-11-12 04:30:37] [EMAIL PROTECTED]
No, I doesn't happen.
What can I do ?? I'm afraid of making the latest version avaiable in a production
enviroment.
Thanks.
------------------------------------------------------------------------
[2001-11-10 04:27:56] [EMAIL PROTECTED]
Does this happen with latest CVS snapshot from
http://snaps.php.net/ ?
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=13935
Edit this bug report at http://bugs.php.net/?id=13935&edit=1
--
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]