php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1011 Inconsistent header for apache_php3_module_main
Submitted: 1998-12-29 05:11 UTC Modified: 1999-03-02 07:22 UTC
From: miri at punknet dot cz Assigned:
Status: Closed Package: Compile Warning
PHP Version: 3.0.6 OS: any
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: miri at punknet dot cz
New email:
PHP Version: OS:

 

 [1998-12-29 05:11 UTC] miri at punknet dot cz
Last argument (FILE *) for apache_php3_module_main does not exist in function, but it is in declaration:

main.c:PHPAPI int apache_php3_module_main(request_rec * r, int fd, int display_source_mode, int preprocessed)
mod_php3.c:extern int apache_php3_module_main(request_rec *, int, int, int, FILE *);
mod_php3.c:     apache_php3_module_main(r, fd, display_source_mode, preprocessed, NULL);

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-03-02 07:22 UTC] sas
fixed and closed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Feb 15 14:01:28 2025 UTC