ID: 14063 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: FreeBSD 4.4-STABLE PHP Version: 4.0CVS-2001-11-14 New Comment:
Reproduced with latest CVS version. Previous Comments: ------------------------------------------------------------------------ [2001-11-15 02:09:09] [EMAIL PROTECTED] Nice thingy :) Also reproduced with 4.0.6 on Linux. ------------------------------------------------------------------------ [2001-11-14 17:20:04] [EMAIL PROTECTED] I'm not actually using version 4.0CVS-2001-11-14, but I updated 2001-11-08 (6 days ago) so I assume it's still in the source as no bugs reports detail this: [mini:pgl]:~ $ php -v 4.2.0-dev [mini:pgl]:~ $ cat ./test.php #!/usr/local/bin/php -q <? $a = array('1', '2'); unset($a[]); ?> [mini:pgl]:~ $ ./test.php Segmentation fault (core dumped) regards, Peter Lowe. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14063&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]