I have been using 4.2.3 as CGI for awhile now and was gonna try upgrading to 4.3.0... using the same configure options... but no luck... the configure has no problems and the make dies.
system is Linux 2.4.8-34
gcc 2.96
and here's my configure statement:
./configure \
--with-mysql=/usr/local/mysql \
--enable-track-vars \
--with-openssl=/usr/local/ssl \
--without-gd \
--with-zlib \
--enable-magic-quotes \
--enable-force-cgi-redirect \
--with-config-file-path=/etc \
--enable-inline-optimization \
--enable-memory-limit \
--disable-debug \
--enable-debugger \
--enable-sysvsem \
--enable-sysvshm \
--with-pdflib=/usr/local \
--with-mm \
--enable-trans-sid \
--with-gettext
the make dies with the following outputted to STDERR:
/src/php-4.3.0/ext/standard/var_unserializer.c: In function php_var_unserialize':
/src/php-4.3.0/ext/standard/var_unserializer.c:308: warning: comparison is always false due to limited range of data type
/src/php-4.3.0/sapi/cgi/cgi_main.c: In functionmain':
/src/php-4.3.0/sapi/cgi/cgi_main.c:964: warning: passing arg 2 of `cfg_get_long' from incompatible pointer type
any ideas?
thanks,
Soil