ID: 16377 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open -Bug Type: Filesystem function related +Bug Type: Documentation problem Operating System: Red Hat 6.x & 7.x PHP Version: 4.1.2 New Comment:
Not a bug, making it a documentation issue. Derick Previous Comments: ------------------------------------------------------------------------ [2002-04-01 11:32:30] [EMAIL PROTECTED] <?php ini_set('allow_url_fopen',false); if (!fopen('php://stderr','w')) echo "No\n"; ini_set('allow_url_fopen',true); if (fopen('php://stderr','w')) echo "Yes\n"; ?> Ouput: Warning: fopen("php://stderr", "w") - No existe el fichero o el directorio in /root/temp/basura/fopen.php on line 3 No Yes -- Tomas V.V.Cox ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16377&edit=1