]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 25 Sep 2002 00:36:04 +0000 (00:36 +0000)
committer <changelog@php.net> <>
Wed, 25 Sep 2002 00:36:04 +0000 (00:36 +0000)
ChangeLog
Zend/ChangeLog

index 732d7b2f8e9e4cf098c095463be50ab9f3babab5..81ce2053b4e3210a66ecc3a6af05db574b0992ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2002-09-24  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/reg.c: Fixed bug #17957
+
+2002-09-24  Zeev Suraski  <zeev@zend.com>
+
+    * ext/standard/basic_functions.c: Fix indirection
+
+2002-09-24  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ext/standard/html.c:
+    Fix for #19570: last character in translation table is omitted.
+
+2002-09-24  Sascha Schumann  <sascha@schumann.cx>
+
+    * ext/mime_magic/mime_magic.c: Fix typo
+
+    * ext/mime_magic/config.m4:
+    Replace underscores with dashes in --enable-mime-magic
+
+2002-09-24  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ext/standard/file.c:
+    Fix EOL markers for file() so that Mac EOL work correctly.
+
 2002-09-23  Jani Taskinen  <sniper@iki.fi>
 
     * NEWS: yadda yadda..
index 9f33799218dd1ccb93bc9f0b9a59ee1c5f8c70f6..e6c9a8a28b951099e928f1af67468bb7e38b8226 100644 (file)
@@ -1,3 +1,15 @@
+2002-09-24  Andi Gutmans  <andi@zend.com>
+
+    * zend_compile.c: - Fix leak
+
+    * zend_language_parser.y
+      zend_compile.c
+      zend_compile.h
+      zend_execute.c:
+    - Megapatch to try and support inheritance from sub-classes. Things might
+    - be *very* buggy now so don't get too upset if that happens.
+    - I still need to improve some stuff but it's a good step (hopefully).
+
 2002-09-23  Andi Gutmans  <andi@zend.com>
 
     * zend_globals.h