]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 8 Aug 2002 00:18:02 +0000 (00:18 +0000)
committer <changelog@php.net> <>
Thu, 8 Aug 2002 00:18:02 +0000 (00:18 +0000)
ChangeLog
Zend/ChangeLog

index 8c1b7183ba9a5fab270dd2a424c7056b40cb8da0..45564a0aff47327ebde9e2ebe5c0d002f2a425dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2002-08-07  georg  <georg@pb1.pair.com>
+
+    * ext/mysql/CREDITS
+      ext/mysql/php_mysql.c:
+    added zend_error messages for deprecated functions
+    inserted zak and me in author list/credits
+
+    * ext/mysql/php_mysql.c:
+    removed unsued constants (MYSQL_USE_RESULT and MYSQL_STORE_RESULT)
+
+2002-08-07  helly  <helly@pb1.pair.com>
+
+    * main/php.h
+      main/main.c:
+    -new functions php_error_func<0> to support unified error messages
+
+2002-08-07  phanto  <phanto@pb1.pair.com>
+
+    * sapi/cgi/cgi_main.c: dump memory leaks on shutdown
+
+2002-08-07  jtate  <jtate@pb1.pair.com>
+
+    * ext/domxml/php_domxml.c: php_domxml.c
+
+    * ext/domxml/php_domxml.c:
+2002-08-07  helly  <helly@pb1.pair.com>
+
+    * ext/exif/exif.c: left on debug infos
+
+    * ext/exif/exif.c: Ignore additional thumbnails
+
+2002-08-07  bradmssw  <bradmssw@pb1.pair.com>
+
+    * ext/mcve/mcve.c
+      ext/mcve/php_mcve.h: more syncing with libmcve-3.0
+
+2002-08-07  yohgaki  <yohgaki@pb1.pair.com>
+
+    * ext/gettext/gettext.c: Fixed crash. Patch by <kilbi@rad.rwth-aachen.de>
+
 2002-08-06  kalowsky  <kalowsky@pb1.pair.com>
 
     * ext/java/java.c: A folding we will go, a folding we will go,
index 5f9f7bc1aa1265ad328fd5c4390f17eb96822342..e71ef58074924e2ae1160819a85c32b50e1ff0bc 100644 (file)
@@ -1,3 +1,14 @@
+2002-08-07  phanto  <phanto@pb1.pair.com>
+
+    * zend_static_allocator.c
+      zend_alloc.c
+      zend_config.w32.h
+      zend_hash.c
+      zend_ini.c
+      zend_llist.h
+      zend_mm.c
+      zend_operators.c: make win32 debug output more verbose
+
 2002-08-03  Andi Gutmans  <andi@pb1.pair.com>
 
     * tests/zend2.php: - Small fix