ID:               22470
 Updated by:       [EMAIL PROTECTED]
 Reported By:      hehe at aol dot cc
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: win32
 PHP Version:      4.2.3
 New Comment:

Search the bug database before submitting new reports..



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

[2003-02-27 23:57:31] hehe at aol dot cc

I did a simple test on my WinXP/Apache1.3.27/PHP4.2.3,
<?php
function aaaaa(){
$fp=fopen("aaa.log","a+b");
fclose($fp);
}

register_shutdown_function("aaaaa");
?>

First time, I configue PHP as CGI mode; after run I found new file
aaa.log shows up, then I deleted it.

Second time, I configue PHP as ApacheModule mode; after run I found
NOTHING.

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


-- 
Edit this bug report at http://bugs.php.net/?id=22470&edit=1

Reply via email to