]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 27 Dec 2008 01:32:32 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Sat, 27 Dec 2008 01:32:32 +0000 (01:32 +0000)
ChangeLog

index 32304cb719557f5f0645117aae5eb7fe7f055988..366e255db5b0854ce8f04dc5dfa0076c13c399fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2008-12-26  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/simplexml/php_simplexml.h
+      ext/simplexml/php_simplexml_exports.h
+      ext/simplexml/simplexml.c:
+      properly export functions
+
+2008-12-26  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * 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  <felipensp@gmail.com>
 
     * ext/mbstring/tests/bug20087.phpt