]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #25955 (Compile failure on MacOSX 10.3 (Panther)).
authorIlia Alshanetsky <iliaa@php.net>
Fri, 24 Oct 2003 17:51:03 +0000 (17:51 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 24 Oct 2003 17:51:03 +0000 (17:51 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 373afd9c9a94f0076335acb2283cf54a073e6728..72283bdfbb7639073f2ff0bd7b4ac96e81ef9b23 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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 307f66d1709249c69b77a4dfe2b1686c76087f5a..de92c4483b46e766caab274f18f4d1406903fdee 100644 (file)
@@ -189,6 +189,7 @@ case $host_alias in
     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