]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 27 Mar 2003 01:30:59 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Thu, 27 Mar 2003 01:30:59 +0000 (01:30 +0000)
ChangeLog
Zend/ChangeLog

index 0f8c9f307fc58e732051a332456f4290ec45a75b..4b0dfbce54ed7a3fb462d57914985939321ccdb9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2003-03-26  Sterling Hughes  <sterling@bumblebury.com>
+
+    * main/fopen_wrappers.c:
+      really fix
+
+    * main/fopen_wrappers.c:
+      fix segfault
+
+2003-03-26  Martin Jansen  <mail@martin-jansen.de>
+
+    * pear/PEAR/Common.php:
+      - Silence warning
+
+2003-03-26  David Croft  <david@infotrek.co.uk>
+
+    * NEWS:
+      a missing piece of news
+
+2003-03-26  David Hill  <David.Hill@hp.com>
+
+    * ext/standard/tests/time/002.phpt
+      ext/standard/tests/time/idate.phpt
+      ext/standard/tests/time/mktime.phpt:
+      Changing TZ to match Unix98 standard to make Tru64 happy
+
+2003-03-26  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ext/rpc/com/com.c
+      ext/rpc/com/conversion.c
+      ext/rpc/com/conversion.h
+      ext/rpc/com/dispatch.c
+      ext/rpc/com/variant.c
+      main/main.c:
+      Eliminate TSRMLS_FETCH() calls in destroy_op_array() and
+      zend_get_class_entry().
+
+    * win32/php_modules.dsw:
+      Leftover.
+
+    * ext/gd/gd.c:
+      Eliminate TSRMLS_FETCH() call in php_find_gd_font().
+
 2003-03-25  Rasmus Lerdorf  <rasmus@lerdorf.com>
 
     * (PHP_4_3)
index dab15350ee4cc820eefb8e45617a7cbadc49dca0..3e8a04d00bc60017653a43db599c7e39aeaaf000 100644 (file)
@@ -1,3 +1,37 @@
+2003-03-26  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_execute.c
+      zend_language_parser.y:
+      Un-nest namespaces - now namespace X { namespace Y {} } is a parse error
+      Also refine namespaced includes
+
+2003-03-26  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_compile.c:
+      Fixed bug #22900 (declaration of namespaces with same name results in
+      leaks).
+
+2003-03-26  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * zend.c
+      zend_API.c
+      zend_API.h
+      zend_builtin_functions.c
+      zend_compile.h
+      zend_execute.c
+      zend_execute_API.c
+      zend_opcode.c
+      zend_operators.h:
+      Eliminate TSRMLS_FETCH() calls in destroy_op_array() and
+      zend_get_class_entry().
+
+    * zend_API.c
+      zend_object_handlers.c
+      zend_objects.c
+      zend_objects.h:
+      Eliminate TSRMLS_FETCH() calls in zend_objects_new() and
+      zend_objects_get_address().
+
 2003-03-25  Andi Gutmans  <andi@zend.com>
 
     * zend_compile.c: