|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2001-11-15 02:09 UTC] mfischer@php.net
  [2001-11-15 02:17 UTC] derick@php.net
  [2001-11-15 02:36 UTC] derick@php.net
  [2001-11-15 18:39 UTC] mfischer@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 12:00:01 2025 UTC | 
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.