On Fri, Mar 26, 2004 at 08:55:52AM -0500, Ilia Alshanetsky wrote:
> PHP Development Team is proud to announce the release of PHP 4.3.5. This is
> primarily a bug fix release, without any new features or additions.PHP 4.3.5
> is by far the most stable release of PHP to date and it is recommended that
> all users upgrade to this release whenever possible.
>
> The major fixes include:
> - Fixed INI leak between Apache virtual hosts.
> - Fixed crashes inside fgetcsv() and make the function binary safe.
> - Fixed compilation with early versions of GCC 3.0.
> - Fixed a bug that prevented feof() from working correctly with sockets.
> - Improved the matching algorithm inside the get_browser() function.
> - Fixed resolving of open_basedir on Win32 systems.
> - Fixed incorrect errors for non-existent directories when safe_mode is
> enabled.
> - Bundled OpenSSL dlls on Win32 upgraded to 0.9.7c
> - Updated bundled PostgreSQL library to version 7.4 in Windows distribution.
> - Bundled PCRE library upgraded to 4.5
> - Synchronized bundled GD library with GD 2.0.17
> - A number of fixes for 64bit systems.
>
> Aside from the above mentioned fixes, this release resolves over 140 various
> bugs and implementational problems.
>
> Enjoy,
>
> PHP Development Team.
>
Oddly enough I run into this:
Script started on Fri Mar 26 11:28:18 2004
doctor.nl2k.ab.ca//usr/source/php-4.3.5$ cat config2phpdso
#!/bin/sh
configure --prefix=/usr/contrib --localstatedir=/var \
--infodir=/usr/share/info \
--mandir=/usr/share/man --with-low-memory --with-elf --with-x \
--with-mysql=/usr/contrib --with-zlib --enable-track-vars \
--enable-versioning --with-config-file-path=/usr/local/lib \
--with-gd --enable-ftp --with-openssl=/usr/contrib \
--with-jpeg-dir=/usr --with-pgsql=/usr/contrib/pgsql \
--with-png-dir=/usr --with-zlib-dir=/usr \
--with-xpm-dir=/usr/X11R6 \
--with-freetype-dir=/usr/X11R6 \
--without-libmbfl \
--enable-imap --with-bz2 --with-apxs2=/usr/contrib/bin/apxs
doctor.nl2k.ab.ca//usr/source/php-4.3.5$ make
make: make: no target to make.
doctor.nl2k.ab.ca//usr/source/php-4.3.5$ config2phpdso
loading cache ./config.cache
checking host system type... i386-pc-bsdi4.3.1
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... exit 0;
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for mawk... no
checking for gawk... gawk
checking for bison... no
checking for byacc... no
configure: warning: You will need bison if you want to regenerate the PHP parsers.
checking for flex... flex
checking for yywrap in -lfl... no
checking lex output file root... lex.yy
checking whether yytext is a pointer... no
checking for working const... yes
checking flex version... 2.5.4 (ok)
checking for pthreads_cflags...
checking for pthreads_lib...
[1mConfiguring SAPI modules[0;10m
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for member fd in BUFF *... no
checking for mod_charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for Caudium support... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for Zeus ISAPI support... no
checking for NSAPI support... no
checking for PHTTPD support... no
checking for Pi3Web support... no
checking for Roxen/Pike support... no
checking for Servlet support... no
checking for thttpd... no
checking for TUX... no
checking for webjames... no
checking for chosen SAPI module... apache2handler
[1mRunning system checks[0;10m
checking for missing declarations of reentrant functions... done
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking for socket... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for res_search... no
checking for __res_search... yes
checking for inet_aton... yes
checking for dn_skipname... no
checking for __dn_skipname... yes
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for fclose declaration... ok
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking f