]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 10 Nov 2004 01:49:49 +0000 (01:49 +0000)
committer <changelog@php.net> <>
Wed, 10 Nov 2004 01:49:49 +0000 (01:49 +0000)
ChangeLog
Zend/ChangeLog

index 8baa5811f16285d6c39d00d8da11ca60aec5b3bb..9fcac113708d9d8c6d131fbddfb5639a7e75c978 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2004-11-09  Andrei Zmievski  <andreiz@gravitonic.com>
+
+    * ZendEngine2/zend_ini_parser.y:
+      Revert inadvertent commit.
+
+    * acinclude.m4
+      ZendEngine2/zend_ini_parser.y:
+      .dylib extension are Mach-O shared libraries that meant for linking
+      against. Loadable modules (aka bundles) can have any extension, so we
+      should probably stick with .so
+      
+      http://fink.sourceforge.net/doc/porting/shared.php?phpLang=en#lib-and-mod
+
+2004-11-09  Joe Orton  <jorton@redhat.com>
+
+    * ext/recode/config9.m4:
+      Fix --with-recode since PHP_YAZ is never defined.
+
+    * ext/standard/config.m4:
+      Make the "rounding fuzz" check work again with gcc 3.3 and later,
+      fixing the bug24142 test.
+
+2004-11-09  Frank M. Kromann  <frank@kromann.info>
+
+    * sapi/cli/php.1.in:
+      Fix typo in man page. Bug #30727. Patch by Jakub Vrana
+
+2004-11-09  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      NEWS:
+      Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
+
+2004-11-09  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/cpdf/cpdf.c
+      ext/cpdf/cpdf.c:
+      MFH: Fixed crash inside cpdf_setdash() if called before page init.
+
+    * ext/cpdf/cpdf.c:
+      Fixed crash inside cpdf_setdash() if called before page init.
+
 2004-11-08  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index 1fad82c96c8c5c56769ffa7f9bde6bf9189721f2..e2eaa295e0a82a152ddc95479522a5e1ab6b9ea9 100644 (file)
@@ -1,3 +1,15 @@
+2004-11-09  Andrei Zmievski  <andreiz@gravitonic.com>
+
+    * zend_ini_parser.y:
+      Revert inadvertent commit.
+
+    * zend_ini_parser.y:
+      .dylib extension are Mach-O shared libraries that meant for linking
+      against. Loadable modules (aka bundles) can have any extension, so we
+      should probably stick with .so
+      
+      http://fink.sourceforge.net/doc/porting/shared.php?phpLang=en#lib-and-mod
+
 2004-11-05  Derick Rethans  <php@derickrethans.nl>
 
     * (PHP_5_0)