[PHP-DEV] Bug #1011: Inconsistent header for apache_php3_module_main From: miri <email protected>
Date: 12/29/98

From: miri <email protected>
Operating system: any
PHP version: 3.0.6
PHP Bug Type: Compile Warning
Bug description: Inconsistent header for apache_php3_module_main

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);

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>