diff options
| author | <changelog@php.net> | 2003-01-06 01:34:25 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2003-01-06 01:34:25 +0000 |
| commit | b38f1e162cddd2fedf377ad179fafc0dd3790ec5 (patch) | |
| tree | c49ae575ebd899246c7a70fa2a5efb5160e0614b | |
| parent | 6113d954334c3115264f3ca83fd4791d585eb21d (diff) | |
| download | php-git-b38f1e162cddd2fedf377ad179fafc0dd3790ec5.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 71 | ||||
| -rw-r--r-- | Zend/ChangeLog | 7 |
2 files changed, 78 insertions, 0 deletions
@@ -1,3 +1,74 @@ +2003-01-05 Sara Golemon <php@alphaweb.net> + + * ext/standard/file.c + ext/standard/user_filters.c: + Fixes to stream_get_wrappers() and stream_get_filters() handle hash table + layouts better, plus some picune whitespace fixes + +2003-01-05 Georg Richter <georg.richter@phpev.de> + + * ext/mysql/php_mysql.c: + fixed bug #21435 + +2003-01-05 Sebastian Bergmann <sb@sebastian-bergmann.de> + + * ext/gd/gd_bundled.dsp: + Define HAVE_GD_GIF_READ. + +2003-01-05 Zeev Suraski <zeev@zend.com> + + * main/main.c: + Remove unnnecessary initialization + + * sapi/cgi/cgi_main.c + sapi/cli/php_cli.c: + Initialize lineno using the new infrastructure + +2003-01-05 Sebastian Bergmann <sb@sebastian-bergmann.de> + + * main/.cvsignore + main/config.w32.h + main/config.w32.h.in + win32/php4dll.dsp + win32/php4dllts.dsp: + Revert config.w32.h.in -> config.w32.h build step per discussion with Zeev. + +2003-01-05 Zeev Suraski <zeev@zend.com> + + * sapi/apache/php4apache.dsp: + Make the .dsp use the php4build build directories + +2003-01-05 Edin Kadribasic <edink@proventum.net> + + * ext/xslt/xslt.dsp: + MFB: + Made xslt_set_encoding() available on windows (bug #20640). + + * (PHP_4_3) + ext/xslt/xslt.dsp: + Made xslt_set_encoding() available on windows (bug #20640). + + * (PHP_4_3) + ext/standard/php_incomplete_class.h: + Fixed ZTS build. + +2003-01-05 Ilia Alshanetsky <ilia@prohost.org> + + * ext/standard/string.c: + Fixed a memory leak in setlocale() & localeconv(). + +2003-01-05 Sara Golemon <php@alphaweb.net> + + * ext/standard/basic_functions.c + ext/standard/basic_functions.h + ext/standard/user_filters.c: + Added stream_get_filters(); to list registered filters + +2003-01-05 Derick Rethans <d.rethans@jdimedia.nl> + + * ext/standard/filestat.c: + - Fix some of the netware crap + 2003-01-04 Derick Rethans <d.rethans@jdimedia.nl> * ext/standard/filestat.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 8b31fa1f1c..e9093ea23d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2003-01-05 Zeev Suraski <zeev@zend.com> + + * zend_compile.c + zend_globals.h + zend_language_scanner.l: + MFZE1 - lineno fix + 2003-01-02 Zeev Suraski <zeev@zend.com> * zend_compile.c |
