iliaa Fri Oct 24 13:51:06 2003 EDT Modified files: (Branch: PHP_4_3) /php-src NEWS configure.in Log: MFH: Fixed bug #25955 (Compile failure on MacOSX 10.3 (Panther)). Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.444 php-src/NEWS:1.1247.2.445 --- php-src/NEWS:1.1247.2.444 Wed Oct 22 19:48:47 2003 +++ php-src/NEWS Fri Oct 24 13:51:03 2003 @@ -1,7 +1,9 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Oct 2003, Version 4.3.4RC3 -- Fixed bug #25922 (Crash in error handler when 5th argument is modified). Ilia +- Fixed bug #25922 (Crash in error handler when 5th argument is modified). + (Ilia) +- Fixed bug #25955 (Compile failure on MacOSX 10.3 (Panther)). (Marko, Dan) 20 Oct 2003, Version 4.3.4RC2 - Fixed multibyte regex engine to properly handle ".*" pattern under Index: php-src/configure.in diff -u php-src/configure.in:1.396.2.82 php-src/configure.in:1.396.2.83 --- php-src/configure.in:1.396.2.82 Mon Oct 20 12:58:55 2003 +++ php-src/configure.in Fri Oct 24 13:51:03 2003 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.82 2003/10/20 16:58:55 iliaa Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.83 2003/10/24 17:51:03 iliaa Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -189,6 +189,7 @@ CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR";; *darwin*|*rhapsody*) CPPFLAGS="$CPPFLAGS -no-cpp-precomp" + AC_DEFINE(BIND_8_COMPAT, 1, [Enabling BIND8 compatibility for Panther]) php_multiple_shlib_versions_ok=yes;; *beos*) beos_threads=1
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php