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

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: Thu Apr 25 03:01:29 2024 UTC