PHP3.0.5

[email protected] (Jouni Ahto) Sun, 4 Oct 1998 19:27:49 +0300 (EEST)
Newsgroups php.beta
Message-ID <[email protected]>
Debian 2.0:

./configure --with-mysql --with-pgsql --with-zlib
--with-config-file-path=/etc/apache --enable-track-vars
--enable-magic-quotes --enable-debug

Compiles ok, no warnings (-g -Wall), make test passes all.

With apache 1.3.1 (still) some warnings about name conflicts, but not
caused by PHP.

In file included from functions/php3_pgsql.h:80,
                 from internal_functions.c:62:
/usr/local/pgsql/include/libpq-fe.h:349: warning: `palloc' redefined
/usr/local/src/servers/apache/apache_1.3.1/src/include/ap_compat.h:232:
warning: this is the location of the previous definition

That's an old one, doesn't seem to harm.

In file included from functions/dns.c:56:
/usr/include/arpa/nameser.h:133: warning: `STATUS' redefined
/usr/local/src/servers/apache/apache_1.3.1/src/include/ap_config_auto.h:56:
warning: this is the location of the previous definition

Don't remember when this creeped in, has been there some time, doesn't
seem to harm.

And my scripts haven't been broken (yet...).

Jouni