]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 6 Jan 2003 01:34:25 +0000 (01:34 +0000)
committer <changelog@php.net> <>
Mon, 6 Jan 2003 01:34:25 +0000 (01:34 +0000)
ChangeLog
Zend/ChangeLog

index 811d26d50e4ddacfe19c29dc986ebbfc1778d160..3445e08d426aa5f74dc9b368082c49638433a293 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 8b31fa1f1cd101024195a4d852a632ad3e2f691c..e9093ea23ddaf3acdd1f53f2cc86d295a8515211 100644 (file)
@@ -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