ID: 14750
Updated by: derick
Reported By: [EMAIL PROTECTED]
Status: No Feedback
Bug Type: Reproducible crash
Operating System: FreeBSD 4.4-RELEASE #0
PHP Version: 4.1.1
New Comment:
Closed due to no feedback is the 'No Feedback' status.
Previous Comments:
------------------------------------------------------------------------
[2002-01-19 11:27:38] [EMAIL PROTECTED]
Closed due to no feedback is the 'No Feedback' status.
------------------------------------------------------------------------
[2002-01-19 11:26:11] [EMAIL PROTECTED]
No feedback. Closing.
------------------------------------------------------------------------
[2001-12-29 04:40:06] [EMAIL PROTECTED]
No matter what I did, I can't reproduce this. Either with apache 1.3.22
mod_php nor command line version.
Please try only with ./configure without any arguments.
I think you're systems libs or so are broken. Did you verified you made
a clean installation, nor other stale mod_php around?
------------------------------------------------------------------------
[2001-12-29 04:14:55] [EMAIL PROTECTED]
And what about CGI (command line)?
------------------------------------------------------------------------
[2001-12-29 03:43:52] [EMAIL PROTECTED]
This works, if it's alone on the page.
exit((string)"0.1");
and this one works too:
echo(34);
exit();
But this one doesn't:
echo(3.5);
exit((string)"0.1");
nor this:
echo(22.3);
exit();
:-(
------------------------------------------------------------------------
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=14750
Edit this bug report at http://bugs.php.net/?id=14750&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]