Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:181572 php.internals:8787 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26676 invoked by uid 1010); 26 Mar 2004 18:32:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 26599 invoked from network); 26 Mar 2004 18:32:10 -0000 Received: from unknown (HELO doctor.nl2k.ab.ca) (204.209.81.1) by pb1.pair.com with SMTP; 26 Mar 2004 18:32:10 -0000 Received: from doctor.nl2k.ab.ca (doctor@localhost.nl2k.ab.ca [127.0.0.1]) by doctor.nl2k.ab.ca (8.12.11/8.12.11) with ESMTP id i2QIWERL016266; Fri, 26 Mar 2004 18:32:14 GMT X-Spam-Filter: check_local@doctor.nl2k.ab.ca by digitalanswers.org Received: (from doctor@localhost) by doctor.nl2k.ab.ca (8.12.11/8.12.11/Submit) id i2QIWETv016265; Fri, 26 Mar 2004 11:32:14 -0700 (MST) Date: Fri, 26 Mar 2004 11:32:14 -0700 To: Ilia Alshanetsky Cc: php-announce@lists.php.net, internals@lists.php.net, php-general@lists.php.net Message-ID: <20040326183214.GA15794@doctor.nl2k.ab.ca> References: <200403260856.50953.ilia@prohost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <200403260856.50953.ilia@prohost.org> User-Agent: Mutt/1.4.2.1i X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean Subject: Re: [PHP] PHP 4.3.5 Released From: doctor@doctor.nl2k.ab.ca (The Doctor) 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 th= at > all users upgrade to this release whenever possible. >=20 > 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= =20 > enabled. > - Bundled OpenSSL dlls on Win32 upgraded to 0.9.7c > - Updated bundled PostgreSQL library to version 7.4 in Windows distributi= on. > - Bundled PCRE library upgraded to 4.5 > - Synchronized bundled GD library with GD 2.0.17 > - A number of fixes for 64bit systems. >=20 > Aside from the above mentioned fixes, this release resolves over 140 vari= ous > bugs and implementational problems. >=20 > Enjoy, >=20 > PHP Development Team. >=20 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=0D #!/bin/sh =0D configure --prefix=3D/usr/contrib --localstatedir=3D/var \=0D --infodir=3D/usr/share/info \=0D --mandir=3D/usr/share/man --with-low-memory --with-elf --with-x \=0D --with-mysql=3D/usr/contrib --with-zlib --enable-track-vars \=0D --enable-versioning --with-config-file-path=3D/usr/local/lib \=0D --with-gd --enable-ftp --with-openssl=3D/usr/contrib \=0D --with-jpeg-dir=3D/usr --with-pgsql=3D/usr/contrib/pgsql \=0D --with-png-dir=3D/usr --with-zlib-dir=3D/usr \=0D --with-xpm-dir=3D/usr/X11R6 \=0D --with-freetype-dir=3D/usr/X11R6 \=0D --without-libmbfl \=0D --enable-imap --with-bz2 --with-apxs2=3D/usr/contrib/bin/apxs=0D doctor.nl2k.ab.ca//usr/source/php-4.3.5$ make=0D make: make: no target to make.=0D =0D doctor.nl2k.ab.ca//usr/source/php-4.3.5$ config2phpdso=0D loading cache ./config.cache=0D checking host system type... i386-pc-bsdi4.3.1=0D checking for gcc... gcc=0D checking whether the C compiler (gcc ) works... yes=0D checking whether the C compiler (gcc ) is a cross-compiler... no=0D checking whether we are using GNU C... yes=0D checking whether gcc accepts -g... yes=0D checking whether gcc and cc understand -c and -o together... yes=0D checking how to run the C preprocessor... gcc -E=0D checking for AIX... no=0D checking if compiler supports -R... no=0D checking if compiler supports -Wl,-rpath,... yes=0D checking for re2c... exit 0;=0D checking for ranlib... ranlib=0D checking whether ln -s works... yes=0D checking for mawk... no=0D checking for gawk... gawk=0D checking for bison... no=0D checking for byacc... no=0D configure: warning: You will need bison if you want to regenerate the PHP p= arsers.=0D checking for flex... flex=0D checking for yywrap in -lfl... no=0D checking lex output file root... lex.yy=0D checking whether yytext is a pointer... no=0D checking for working const... yes=0D checking flex version... 2.5.4 (ok)=0D checking for pthreads_cflags... =0D checking for pthreads_lib... =0D =0D =1B[1mConfiguring SAPI modules=1B[0;10m=0D checking for AOLserver support... no=0D checking for Apache 1.x module support via DSO through APXS... no=0D checking for Apache 1.x module support... no=0D checking for member fd in BUFF *... no=0D checking for mod_charset compatibility option... no=0D checking for Apache 2.0 filter-module support via DSO through APXS... no=0D checking for Apache 2.0 handler-module support via DSO through APXS... yes= =0D checking for Caudium support... no=0D checking for CLI build... yes=0D checking for embedded SAPI library support... no=0D checking for Zeus ISAPI support... no=0D checking for NSAPI support... no=0D checking for PHTTPD support... no=0D checking for Pi3Web support... no=0D checking for Roxen/Pike support... no=0D checking for Servlet support... no=0D checking for thttpd... no=0D checking for TUX... no=0D checking for webjames... no=0D checking for chosen SAPI module... apache2handler=0D =0D =1B[1mRunning system checks=1B[0;10m=0D checking for missing declarations of reentrant functions... done=0D checking for sendmail... /usr/sbin/sendmail=0D checking whether system uses EBCDIC... no=0D checking for socket... yes=0D checking for htonl... yes=0D checking for gethostname... yes=0D checking for gethostbyaddr... yes=0D checking for yp_get_default_domain... yes=0D checking for dlopen... no=0D checking for __dlopen... no=0D checking for dlopen in -ldl... yes=0D checking for sin in -lm... yes=0D checking for res_search... no=0D checking for __res_search... yes=0D checking for inet_aton... yes=0D checking for dn_skipname... no=0D checking for __dn_skipname... yes=0D checking for ANSI C header files... yes=0D checking for dirent.h that defines DIR... yes=0D checking for opendir in -ldir... no=0D checking for fclose declaration... ok=0D checking for dirent.h... yes=0D checking for ApplicationServices/ApplicationServices.h... no=0D checking for sys/param.h... yes=0D checking for sys/types.h... yes=0D checking for sys/time.h... yes=0D checking for netinet/in.h... yes=0D checking for alloca.h... no=0D checking for arpa/inet.h... yes=0D checking for arpa/nameser.h... yes=0D checking for assert.h... yes=0D checking for crypt.h... no=0D checking for fcntl.h... yes=0D checking for grp.h... yes=0D checking for ieeefp.h... yes=0D checking for langinfo.h... no=0D checking for limits.h... yes=0D checking for locale.h... yes=0D checking for monetary.h... no=0D checking for mach-o/dyld.h... no=0D checking for netdb.h... yes=0D checking for pwd.h... yes=0D checking for resolv.h... yes=0D checking for signal.h... yes=0D checking for stdarg.h... yes=0D checking for stdlib.h... yes=0D checking for string.h... yes=0D checking for syslog.h... yes=0D checking for sysexits.h... yes=0D checking for sys/file.h... yes=0D checking for sys/mman.h... yes=0D checking for sys/mount.h... yes=0D checking for sys/poll.h... no=0D checking for sys/resource.h... yes=0D checking for sys/select.h... yes=0D checking for sys/socket.h... yes=0D checking for sys/statfs.h... no=0D checking for sys/statvfs.h... no=0D checking for sys/vfs.h... no=0D checking for sys/sysexits.h... no=0D checking for sys/varargs.h... no=0D checking for sys/wait.h... yes=0D checking for unistd.h... yes=0D checking for unix.h... no=0D checking for utime.h... yes=0D checking for sys/utsname.h... yes=0D checking for sys/ipc.h... yes=0D checking for dlfcn.h... yes=0D checking for fopencookie... no=0D checking for broken getcwd... no=0D checking for broken libc stdio... no=0D checking whether struct tm is in sys/time.h or time.h... time.h=0D checking for tm_zone in struct tm... yes=0D checking for tm_gmtoff in struct tm... yes=0D checking for struct flock... yes=0D checking for socklen_t... yes=0D checking size of long... 4=0D checking size of int... 4=0D checking for st_blksize in struct stat... yes=0D checking for st_blocks in struct stat... yes=0D checking for st_rdev in struct stat... yes=0D checking for size_t... yes=0D checking for uid_t in sys/types.h... yes=0D checking for struct sockaddr_storage... yes=0D checking for IPv6 support... yes=0D checking for vprintf... yes=0D checking for alphasort... yes=0D checking for asctime_r... yes=0D checking for chroot... yes=0D checking for ctime_r... yes=0D checking for cuserid... no=0D checking for crypt... yes=0D checking for flock... yes=0D checking for ftok... yes=0D checking for funopen... yes=0D checking for gai_strerror... yes=0D checking for gcvt... no=0D checking for getlogin... yes=0D checking for getprotobyname... yes=0D checking for getprotobynumber... yes=0D checking for getservbyname... yes=0D checking for getservbyport... yes=0D checking for getrusage... yes=0D checking for gettimeofday... yes=0D checking for gmtime_r... yes=0D checking for isascii... yes=0D checking for link... yes=0D checking for localtime_r... yes=0D checking for lockf... no=0D checking for lrand48... yes=0D checking for memcpy... yes=0D checking for memmove... yes=0D checking for mkstemp... yes=0D checking for mmap... yes=0D checking for nl_langinfo... no=0D checking for perror... yes=0D checking for poll... no=0D checking for putenv... yes=0D checking for realpath... yes=0D checking for random... yes=0D checking for rand_r... yes=0D checking for regcomp... yes=0D checking for res_search... (cached) yes=0D checking for scandir... yes=0D checking for setitimer... yes=0D checking for setlocale... yes=0D checking for localeconv... yes=0D checking for setsockopt... yes=0D checking for setvbuf... yes=0D checking for shutdown... yes=0D checking for sin... yes=0D checking for snprintf... yes=0D checking for srand48... yes=0D checking for srandom... yes=0D checking for statfs... yes=0D checking for statvfs... no=0D checking for std_syslog... no=0D checking for strcasecmp... yes=0D checking for strcoll... yes=0D checking for strdup... yes=0D checking for strerror... yes=0D checking for strftime... yes=0D checking for strstr... yes=0D checking for strtok_r... yes=0D checking for symlink... yes=0D checking for tempnam... yes=0D checking for tzset... yes=0D checking for unsetenv... yes=0D checking for usleep... yes=0D checking for utime... yes=0D checking for vsnprintf... yes=0D checking for getaddrinfo... yes=0D checking for strlcat... yes=0D checking for strlcpy... yes=0D checking for getopt... yes=0D checking whether utime accepts a null argument... yes=0D checking for working alloca.h... (cached) no=0D checking for alloca... yes=0D checking whether sprintf is broken... no=0D checking whether snprintf is broken... no=0D checking for declared timezone... yes=0D checking for type of reentrant time-related functions... POSIX=0D checking for readdir_r... yes=0D checking for type of readdir_r... POSIX=0D =0D =1B[1mGeneral settings=1B[0;10m=0D checking whether to include debugging symbols... no=0D checking layout of installed files... PHP=0D checking path to configuration file... /usr/local/lib=0D checking directory to be scanned for configuration files... DEFAULT=0D checking whether to enable safe mode by default... no=0D checking for safe mode exec dir... /usr/local/php/bin=0D checking whether to enable PHP's own SIGCHLD handler... no=0D checking whether to enable magic quotes by default... no=0D checking whether to enable runpaths... yes=0D checking whether to explicitly link against libgcc... no=0D checking whether to enable short tags by default... yes=0D checking whether to enable dmalloc... no=0D checking whether to enable IPv6 support... yes=0D checking whether to enable versioning... yes=0D =0D =1B[1mConfiguring extensions=1B[0;10m=0D checking for OpenSSL support... yes=0D checking for pkg-config... /usr/bin/pkg-config=0D checking for OpenSSL version... >=3D 0.9.6=0D checking for CRYPTO_free in -lcrypto... yes=0D checking for SSL_CTX_set_ssl_version in -lssl... yes=0D checking for ZLIB support... yes=0D checking if the location of ZLIB install directory is defined... /usr=0D checking for gzgets in -lz... yes=0D checking whether to enable bc style precision math functions... no=0D checking for BZip2 support... yes=0D checking for BZip2 in default path... found in /usr=0D checking for BZ2_bzerror in -lbz2... yes=0D checking whether to enable calendar conversion support... no=0D checking for cpdflib support... no=0D checking for CRACKlib support... no=0D checking whether to enable ctype functions... yes=0D checking for CURL support... no=0D checking for cyrus imap support... no=0D checking for xDBM support... no=0D checking whether to enable DBA... no=0D checking for GDBM support... no=0D checking for NDBM support... no=0D checking for Berkeley DB4 support... no=0D checking for Berkeley DB3 support... no=0D checking for Berkeley DB2 support... no=0D checking for DBM support... no=0D checking for CDB support... no=0D checking for INI File support... no=0D checking for FlatFile support... no=0D checking whether to enable DBA interface... no=0D checking whether to enable dbase support... no=0D checking whether to enable dbx support... no=0D checking whether to enable direct I/O support... no=0D checking for DOM support... no=0D checking for DOM XSLT support... no=0D checking for DOM EXSLT support... no=0D checking whether to enable EXIF (metadata from images) support... no=0D checking for FrontBase SQL92 (fbsql) support... no=0D checking for FDF support... no=0D checking whether to enable the bundled filePro support... no=0D checking for FriBidi support... no=0D checking whether to enable FTP support... yes=0D checking for GD support... yes=0D checking for the location of libjpeg... /usr=0D checking for the location of libpng... /usr=0D checking for the location of libXpm... /usr/X11R6=0D checking for FreeType 1.x support... no=0D checking for FreeType 2... /usr/X11R6=0D checking for T1lib support... no=0D checking whether to enable truetype string function in GD... no=0D checking whether to enable JIS-mapped Japanese font support in GD... no=0D checking for fabsf... yes=0D checking for floorf... yes=0D checking for jpeg_read_header in -ljpeg... yes=0D checking for png_write_image in -lpng... yes=0D checking for XpmFreeXpmImage in -lXpm... yes=0D checking for GNU gettext support... no=0D checking for GNU MP support... no=0D checking for hwapi support... no=0D checking for Hyperwave support... no=0D checking for iconv support... no=0D checking for IMAP support... no=0D checking for Informix support... no=0D checking for Ingres II support... no=0D checking for InterBase support... no=0D checking for IRCG support... no=0D checking for Java support... no=0D checking for LDAP support... no=0D checking whether to enable multibyte string support... no=0D checking whether to enable multibyte regex support... yes=0D checking for external libmbfl... no=0D =2E/configure: 47380: Syntax error: "!" unexpected=0D doctor.nl2k.ab.ca//usr/source/php-4.3.5$ exit=0D exit=0D Script done on Fri Mar 26 11:29:44 2004 --=20 Member - Liberal International On 11 Sept 2001 the WORLD was violated. This is doctor@nl2k.ab.ca Ici doctor@nl2k.ab.ca Society MUST be saved! Extremists must dissolve. =20 Time to see the eternal relegation of Man U, Liverpool, Everton and Millwall