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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sun May 19 02:01:35 2024 UTC