PHP 3.0.5

[email protected] (Jouni Ahto) Mon, 5 Oct 1998 01:55:53 +0300 (EEST)
Newsgroups php.beta
Message-ID <[email protected]>
After fetching the latest cvs, no php-related warnings when compiling.
(Unless you count that annoying 'palloc' redefined) When compiling with apache
(now 1.3.2) a lot related to apache. I guess you all have already seen
these... and don't wonder why Zeev doesn't like certain (sometimes very
frustrating) switches.

Oh, configured with:

./configure --with-apache=/usr/local/src/servers/apache/apache_1.3.2
--with-mysql --with-pgsql --with-zlib --with-config-file-path=/etc/apache
--enable-track-vars --enable-magic-quotes --enable-debug
--enable-maintainer-mode

In file included from php.h:196,
                 from ./language-parser.y:56:
/usr/local/src/servers/apache/apache_1.3.2/src/include/http_config.h:97:
warning: function declaration isn't a prototype
In file included from php.h:196,
                 from main.c:44:
/usr/local/src/servers/apache/apache_1.3.2/src/include/http_config.h:97:
warning: function declaration isn't a prototype
main.c:1807: warning: no previous prototype for `apache_php3_module_main'

Jouni