]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 26 Mar 2002 01:19:23 +0000 (01:19 +0000)
committer <changelog@php.net> <>
Tue, 26 Mar 2002 01:19:23 +0000 (01:19 +0000)
ChangeLog
Zend/ChangeLog

index 536aced4b9f1cf65104048878264e99667127b56..b725f0f9779f4f259c668d2ef145b4670aba0bc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2002-03-25  Jani Taskinen  <sniper@iki.fi>
+
+    * ext/xmlrpc/php_config.h.in: Why was this here??
+
+    * ext/standard/dl.c: MFH dl() error message fix
+
+2002-03-25  Sterling Hughes  <sterling@bumblebury.com>
+
+    * ext/xslt/sablot.c: Whitespace fixes
+
+2002-03-25  Edin Kadribasic  <edink@proventum.net>
+
+    * sapi/cli/EXPERIMENTAL
+      sapi/cli/README
+      sapi/cli/config.m4
+      sapi/cli/php_cli.c: Hidden the existance of CLI SAPI by:
+    - removing the NEWS entry
+    - removing cli from make install chain
+    - marking it EXPERIMENTAL
+    - reverting installed name of cgi from php-cgi to php
+
+    Marged max_execution_time override from head.
+
+    * sapi/cli/EXPERIMENTAL: New file.
+
+    * sapi/cgi/config.m4
+      NEWS: Hidden the existance of CLI SAPI by:
+    - removing the NEWS entry
+    - removing cli from make install chain
+    - marking it EXPERIMENTAL
+    - reverting installed name of cgi from php-cgi to php
+
+    Marged max_execution_time override from head.
+
+2002-03-25  Georg Richter  <georg.richter@phpev.de>
+
+    * ext/mysql/php_mysql.c:
+    fixed prototype for mysql_ping
+
+2002-03-25  Sterling Hughes  <sterling@bumblebury.com>
+
+    * ext/mysql/php_mysql.c: more zend_parse_parameters fixup
+
+    * ext/mysql/php_mysql.c: Fix-up the last fix a bit
+    Clean up mysql_list_processes
+
+2002-03-25  Hartmut Holzgraefe  <hartmut@six.de>
+
+    * ext/exif/exif.c: pproto fix
+
+2002-03-25  Sterling Hughes  <sterling@bumblebury.com>
+
+    * ext/mysql/php_mysql.c: clean up mysql_real_escape_string() a bit
+
+
+2002-03-25  Hartmut Holzgraefe  <hartmut@six.de>
+
+    * ext/mime_magic/TODO: initial checkin
+
 2002-03-24  Zak Greant  <zak@mysql.com>
 
     * ext/mysql/php_mysql.c:
index 08c626c7fda30720b36e8a48df09c7369d2fa49c..6e56e5311380377ccdb091229ccf0d624a62b5d6 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-25  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * zend_compile.c: - MFZE1
+
 2002-03-23  Andi Gutmans  <andi@zend.com>
 
     * zend_ts_hash.c