|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-02-24 13:44 UTC] shane
[2010-10-14 08:12 UTC] cataphract@php.net
[2020-02-06 14:22 UTC] nikic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 12 14:00:01 2025 UTC |
The latest Win32 compile dies when running a script which includes an empty array err thing :) This does it <? $crashme[] = file("text.txt"); ?> and so does this <? $crashme[] = count($filename); ?> But just using $crashme works fine. I picked these up when porting Travis Ortlieb's live chat script to PHP3. I can forward the GPF message through if required.