From 9a24af562c2bd6e40c40ac9db8173d14289b0883 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 24 Oct 2003 17:51:03 +0000 Subject: [PATCH] MFH: Fixed bug #25955 (Compile failure on MacOSX 10.3 (Panther)). --- NEWS | 4 +++- configure.in | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 373afd9c9a..72283bdfbb 100644 --- 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 diff --git a/configure.in b/configure.in index 307f66d170..de92c4483b 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.40.0