summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-01-11 01:34:28 +0000
committer <changelog@php.net>2003-01-11 01:34:28 +0000
commitc5153b24c87d214b6fd636e4a0af443f242f6db1 (patch)
treebf9f2e884f3176304ca81a3436e251d8ba4ea2ad
parent973937e7aa6ca7f4a351acccf7cf0a18b038f579 (diff)
downloadphp-git-c5153b24c87d214b6fd636e4a0af443f242f6db1.tar.gz
ChangeLog update
-rw-r--r--ChangeLog86
-rw-r--r--Zend/ChangeLog11
2 files changed, 97 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccdbd924de..c050122b05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,89 @@
+2003-01-10 Harald Radi <harald.radi+coding.php@nme.at>
+
+ * main/config.w32.h
+ main/internal_functions_win32.c
+ win32/php4dllts.dsp:
+ HEAD defaults to build with ZE2 now
+
+2003-01-10 Frank M. Kromann <frank@kromann.info>
+
+ * ext/mssql/php_mssql.c:
+ Fixing copy and paste errors
+
+ * ext/mssql/php_mssql.c:
+ Avoid warnings when running stored procedures returning multiple results
+ before setting output and return values.
+ Additional results can be skipped by the optional parameter to
+ mssql_execute
+
+2003-01-10 Christian Stocker <chregu@phant.ch>
+
+ * ext/domxml/php_domxml.c:
+ Throw error if object is not a XML_DOCUMENT_NODE in domxml_dump_node()
+
+ * (PHP_4_3)
+ ext/domxml/php_domxml.c:
+ Throw error if object is not a XML_DOCUMENT_NODE
+
+2003-01-10 Wez Furlong <wez.php@thebrainroom.net>
+
+ * ext/standard/math.c:
+ Fix the number format fix when the number of decimal places is 0.
+
+2003-01-10 Derick Rethans <d.rethans@jdimedia.nl>
+
+ * ext/xmlrpc/xmlrpc-epi-php.c:
+ - Fixed bug #20155: xmlrpc compile problem with zendengine2 (Path by Jan
+ Schneider)
+
+2003-01-10 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * ext/mime_magic/mime_magic.c
+ ext/standard/reg.c:
+ Reduced compiler warnings
+
+ * ext/iconv/iconv.c:
+ Added missing cast operators
+
+2003-01-10 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/gd/libgd/gd.c:
+ Fixed ImageRotate when rotation angle is 90 degrees, patch by
+ leon@leonatkinson.com.
+
+2003-01-10 Stig Bakken <ssb@fast.no>
+
+ * (RELEASE_1_0_1)
+ pear/package-PEAR.xml:
+ - prepare 1.0.1 release
+
+2003-01-10 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ NEWS:
+ Bug fixing news.
+
+2003-01-10 Stig Bakken <ssb@fast.no>
+
+ * (RELEASE_1_0_1)
+ pear/scripts/pear.in:
+ - obey PHP_PEAR_INSTALL_DIR and PHP_PEAR_PHP_BIN environment variables
+
+ * (RELEASE_1_0_1)
+ pear/PEAR/Command/Package.php:
+ - verbosity fix for cvstag and cvsdiff commands
+
+ * (RELEASE_1_0_1)
+ pear/OS/Guess.php:
+ - TODO item
+
+ * pear/PEAR/Command/Package.php:
+ - add "cvsdiff" command
+
+ * (RELEASE_1_0_1)
+ pear/PEAR/Config.php:
+ - use getenv() instead of $_ENV[]
+
2003-01-09 Ilia Alshanetsky <ilia@prohost.org>
* ext/standard/file.c:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index bd98ee136d..3a097302f8 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,14 @@
+2003-01-10 Ilia Alshanetsky <ilia@prohost.org>
+
+ * zend_alloc.c:
+ MFZE2
+
+2003-01-10 Andrei Zmievski <andrei@gravitonic.com>
+
+ * zend_API.c:
+ Automatically register constructor, destructor, and clone function when
+ class methods are registered.
+
2003-01-09 Zeev Suraski <zeev@zend.com>
* zend_compile.c: