Browse Source

ChangeLog update

migration/unlabaled-1.1.2
24 years ago
parent
commit
78a17be5e5
  1. 24
      ChangeLog
  2. 29
      Zend/ChangeLog

24
ChangeLog

@ -1,3 +1,27 @@
2002-09-15 Tal Peer <tal@kaktos.co.il>
* ext/fribidi/fribidi.c:
* More work on returning errors properly and freeing resources
2002-09-15 Sebastian Bergmann <sb@sebastian-bergmann.de>
* win32/php4dllts.dsp: For a change, Sebastian makes Andi happy. :-)
2002-09-15 Tal Peer <tal@kaktos.co.il>
* ext/fribidi/config.m4
ext/fribidi/fribidi.c
ext/fribidi/php_fribidi.h:
*Fixed compilation errors and enhanced the code
2002-09-15 Jon Parise <jon@csh.rit.edu>
* ext/qtdom/config.m4: Line up the 'configure --help' output.
2002-09-15 Wez Furlong <wez.php@thebrainroom.net>
* NEWS: PCRE news
2002-09-14 Wez Furlong <wez.php@thebrainroom.net>
* ext/pcre/pcrelib/doc/pcregrep.txt

29
Zend/ChangeLog

@ -1,3 +1,32 @@
2002-09-15 Ilia Alshanetsky <ilia@prohost.org>
* zend_highlight.c: Make zend actually strip comments. Bug #18151
* zend.c:
Make zend return a proper exit error code when it encounters a parse error.
2002-09-15 Andi Gutmans <andi@zend.com>
* zend_compile.c:
- Hopefully fix problem with __autoload not working well with inherited classes.
- There might still be some weird situations I haven't thought of.
* zend_list.c
zend_execute.c: - WS fix - "while (" instead of "while("
* zend_execute_API.c
zend_ini.c
zend_list.c
zend_object_handlers.c
zend_objects_API.c
zend_operators.c
zend_API.c
zend_builtin_functions.c
zend_compile.c
zend_execute.c: - WS - Always use "if (" and not "if("
* zend_execute_API.c: - WS
2002-09-10 Stanislav Malyshev <stas@zend.com>
* zend_execute_API.c

Loading…
Cancel
Save