From: Date: Sun, 9 Apr 2006 05:31:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=489dd9ee76715370abc3d82d36f0bef3f7e236be;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index be34e12701..c5b183f687 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-04-08 Andrei Zmievski + + * Makefile.global + acinclude.m4 + configure.in + main/build-defs.h.in + scripts/phpize.m4: + Separate suffixes of shared libraries that we link against and the ones + we load with dlopen(). This matters on Mac OS X, for example. + 2006-04-07 Andrei Zmievski * ext/pcre/TODO