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
 [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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-03-02 07:22 UTC] sas
fixed and closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 19:01:31 2024 UTC