mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
ChangeLog update
This commit is contained in:
parent
974b502199
commit
c8114d7f31
25
ChangeLog
25
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..
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user