[PHP-DEV] PHP 4.0 Bug #8899 Updated: crash when include_once("") contains empty string From: zeev <email protected>
Date: 03/04/01

ID: 8899
Updated by: zeev
Reported By: per <email protected>
Old-Status: Open
Status: Closed
Bug Type: Reproduceable crash
Assigned To:
Comments:

Fixed, thanks!

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

[2001-01-25 05:41:52] per <email protected>
The bug seems simple to reproduce:

if I write:

include_once("");

near the top of a file, i get the following errors:

[Thu Jan 25 11:34:39 2001] [notice] Apache/1.3.14 (Unix) PHP/4.0.4pl1 configured -- resuming normal operations
[Thu Jan 25 11:35:00 2001] [notice] caught SIGTERM, shutting down
[Thu Jan 25 11:35:05 2001] [notice] Apache/1.3.14 (Unix) PHP/4.0.4pl1 configured -- resuming normal operations
[Thu Jan 25 11:35:25 2001] [notice] child pid 50507 exit signal Bus error (10)
[Thu Jan 25 11:35:25 2001] [notice] child pid 50506 exit signal Bus error (10)
[Thu Jan 25 11:40:19 2001] [notice] caught SIGTERM, shutting down

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

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

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>