|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-10-19 10:59 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 05:00:01 2025 UTC |
Using the following script, PHP 4.0.5 crashes under Windows 2000: <?php ob_start(); function foo($message = "") { if ($message == "") exit; } foo(); ob_end_flush(); ?> - Martin