From: Date: Sat, 27 Dec 2008 01:32:32 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4741 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc83eff88abf7f1433d5f5c2b7e650b57799d113;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 32304cb719..366e255db5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2008-12-26 Rob Richards + + * ext/simplexml/php_simplexml.h + ext/simplexml/php_simplexml_exports.h + ext/simplexml/simplexml.c: + properly export functions + +2008-12-26 Pierre-Alain Joye + + * ext/simplexml/config.w32: + - MFB: + - remove the temp hack for libxml path (fixed now) + - do not raise a warning if the extension was not enabled anyway + + * (PHP_5_3) + ext/simplexml/config.w32: + - remove the temp hack for libxml path (fixed now) + - do not raise a warning if the extension was not enabled anyway + + * (PHP_5_3) + win32/build/config.w32: + - MFB: + - usual suspects must be in the default include/lib path (thx Rob for + the notice!) + - fix the --wtih-php-build doc, remove dead url, update the name of the + deps dir + + * win32/build/config.w32: + - usual suspects must be in the default include/lib path (thx Rob for the + notice!) + - fix the --wtih-php-build doc, remove dead url, update the name of the + deps dir + + * ext/xsl/config.w32: + - MFB: be sure we define the deps so the right exts are built before (dom + symbol error when dom and xsl are shared) + + * (PHP_5_3) + ext/xsl/config.w32: + - be sure we define the deps so the right exts are built before (dom symbol + error) + 2008-12-25 Felipe Pena * ext/mbstring/tests/bug20087.phpt