ChangeLog update

This commit is contained in:
2002-09-25 00:36:04 +00:00
parent 974b502199
commit c8114d7f31
2 changed files with 37 additions and 0 deletions

View File

@ -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..

View 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