php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1416 functions/post.c : CGI version of PHP fails to compile
Submitted: 1999-05-16 05:22 UTC Modified: 1999-05-16 08:23 UTC
From: Danny dot Heijl at cevi dot be Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS (16/05/1999) OS: RH Linux 5.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: Danny dot Heijl at cevi dot be
New email:
PHP Version: OS:

 

 [1999-05-16 05:22 UTC] Danny dot Heijl at cevi dot be
functions/post.c : line 109 : upload_buffer[] undeclared.

Adding the following fixed it :

at line 108 :

 #if CGI_BINARY
-      char upload_buffer[BUFSIZE];
- 
       bytes = fread(upload_buffer +cnt, ....);
 #endif

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-16 08:23 UTC] rasmus at cvs dot php dot net
Fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 02:01:31 2024 UTC