changelog Tue Nov 9 20:49:02 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1798&r2=1.1799&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1798 php-src/ChangeLog:1.1799
--- php-src/ChangeLog:1.1798 Mon Nov 8 20:47:08 2004
+++ php-src/ChangeLog Tue Nov 9 20:48:53 2004
@@ -1,3 +1,46 @@
+2004-11-09 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * sapi/cli/php.1.in:
+ Fix typo in man page. Bug #30727. Patch by Jakub Vrana
+
+2004-11-09 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
+
+2004-11-09 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -12417,7 +12460,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1798 2004/11/09
01:47:08 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1799 2004/11/10
01:48:53 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>