]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 16 Jul 2002 00:18:24 +0000 (00:18 +0000)
committer <changelog@php.net> <>
Tue, 16 Jul 2002 00:18:24 +0000 (00:18 +0000)
ChangeLog
Zend/ChangeLog

index 1d7a0d0cf74db30ca4d75ba4a1dc2c2451fde0d6..f04ab41631ed83a795d2c29a5e49bc52a7adc763 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2002-07-15  edink  <edink@pb1.pair.com>
+
+    * ext/mbstring/mbstring.c: MFH
+
+    * ext/mbstring/mbstring.c:
+    Fix bug #16985 (wrong count of GET/POST variables).
+
+2002-07-15  sesser  <sesser@pb1.pair.com>
+
+    * main/rfc1867.c: use Zend API to access llist count
+
+2002-07-15  hyanantha  <hyanantha@pb1.pair.com>
+
+    * ext/mysql/php_mysql.c:
+    mysql_create_db and mysql_drop_db disabled for NetWare
+
+2002-07-15  yohgaki  <yohgaki@pb1.pair.com>
+
+    * ext/pgsql/pgsql.c: Clean up code a little (Remove a use of magic number)
+    Change/add appropriate comments.
+
+    * NEWS: Fixed news
+
+    * NEWS: header sounds like http header. header -> header file
+
 2002-07-14  Andrei Zmievski  <andrei@pb1.pair.com>
 
     * ext/pcre/php_pcre.c: Fix Bug #18341.
index aeec6115555f90b90e5184e66e3fccda6f14da00..41b5c3fd206c22bb87163770146902d192c35c46 100644 (file)
@@ -1,3 +1,27 @@
+2002-07-15  derick  <derick@pb1.pair.com>
+
+    * zend_operators.c: - MFH of the crap removal
+
+2002-07-15  Andi Gutmans  <andi@pb1.pair.com>
+
+    * ZEND_CHANGES
+      zend.c
+      zend.h
+      zend_API.c
+      zend_compile.c
+      zend_language_parser.y
+      zend_language_scanner.l
+      zend_opcode.c:
+    - Commit patch to support protected member variables (by Timm Friebe w/
+    - some fixes by me).
+    - You can't access protected variables from outside the object. If you want
+    - to see a protected member from your ancestors you need to declare the
+    - member as protected in the class you want to use it in. You can't
+    - redeclare a protected variable as private nor the other way around.
+
+    * zend_operators.c:
+    - Really implement bool increment/decrement as flip-flop.
+
 2002-07-14  Andi Gutmans  <andi@pb1.pair.com>
 
     * zend_compile.c