php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1411 Apache's child process crashes when reading local file via fread()
Submitted: 1999-05-14 09:48 UTC Modified: 1999-05-16 12:16 UTC
From: verx at iq dot pl Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.7 OS: Linux (REDHAT 6.0, kernel 2.2.7)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
31 - 19 = ?
Subscribe to this entry?

 
 [1999-05-14 09:48 UTC] verx at iq dot pl
IF (file_exists($plik)) {
$fd = fopen( $plik, "r" );
$opisik = fread( $fd, filesize( $plik ) );
 fclose( $fd );
}

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-16 12:16 UTC] ssb at cvs dot php dot net
Fixed in CVS.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 22:01:31 2024 UTC