ID:               21131
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Critical
 Bug Type:         *Directory/Filesystem functions
 Operating System: Linux 2.4.18 (Redhat)
-PHP Version:      4.3.0RC3
+PHP Version:      4.3.0RC4


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

[2002-12-21 08:25:00] [EMAIL PROTECTED]

With 4.2.3 and below the next code did give the contents of $file only
when the Apache runtime user was allowed to update that file. Now it
nevers gives the content of the file anymore.

$fp = fopen($file,"a+"); 
rewind($fp);
$fstr = fread($fp, filesize($file));

The PHP version box did not give 4.3.0RC4, but it's still there.

./configure --with-openssl --enable-cli --prefix=/www --with-mcrypt
--with-config-file-path=/www/conf --with-mysql
--with-apache=../apache_1.3.27 --enable-track-vars --with-gzlib



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


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

Reply via email to