]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 7 Mar 2003 01:32:35 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 7 Mar 2003 01:32:35 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 009d3a550ba63a6f245eb9d30999ee91c72c4150..ac677704e67bc6b631cf7f9c02dab5c70e17529a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2003-03-06  David Hill  <David.Hill@hp.com>
+
+    * ext/bz2/bz2.c
+      ext/dio/dio.c
+      ext/domxml/php_domxml.c
+      ext/fdf/fdf.c
+      ext/ftp/php_ftp.c
+      ext/iconv/iconv.c
+      ext/ldap/ldap.c
+      ext/mcrypt/mcrypt.c
+      ext/mhash/mhash.c
+      ext/openssl/openssl.c
+      ext/pgsql/pgsql.c
+      ext/posix/posix.c
+      ext/sockets/sockets.c
+      ext/standard/fsock.c
+      ext/standard/head.c
+      ext/standard/html.c
+      ext/standard/metaphone.c
+      ext/standard/string.c
+      ext/sysvsem/sysvsem.c
+      ext/zip/zip.c
+      ext/zlib/zlib.c
+      main/output.c:
+      64-bit correction to variables passed to zend_parse_parameters
+
+2003-03-06  Stefan Esser  <s.esser@e-matters.de>
+
+    * ext/cyrus/cyrus.c
+      ext/db/db.c
+      ext/domxml/php_domxml.c
+      ext/fbsql/php_fbsql.c
+      ext/gd/libgd/gdtestft.c
+      ext/ming/ming.c
+      ext/msession/msession.c
+      ext/standard/basic_functions.c
+      ext/standard/file.c
+      ext/xslt/sablot.c
+      ext/zlib/zlib.c
+      main/main.c
+      main/streams/streams.c
+      sapi/servlet/servlet.c:
+      Fixing functionicalls with variable number of parameters...
+
+2003-03-06  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * tests/lang/bug19943.phpt:
+      Further testing on this feature should have been done...
+
+    * tests/classes/abstract_class.phpt
+      tests/classes/abstract_inherit.phpt:
+      Fixed typo
+
+2003-03-06  Jani Taskinen  <sniper@iki.fi>
+
+    * tests/lang/bug19943.phpt:
+      
+      added test for the memleak part from bug #19943
+
 2003-03-05  Sascha Schumann  <sascha@schumann.cx>
 
     * acinclude.m4:
index f7474185afefe6aba78f74115d4231a0110710a7..2261e61576da2e1fdc6cafb572ae3fa7bc86f7f1 100644 (file)
@@ -1,3 +1,59 @@
+2003-03-06  Zeev Suraski  <zeev@zend.com>
+
+    * zend_compile.c
+      zend_execute.c:
+      Fix warnings
+
+    * zend_execute.c:
+      Fix error message
+
+    * zend_compile.c
+      zend_compile.h
+      zend_execute.c
+      zend_language_parser.y:
+      Require abstract classes to be explicitly declared 'abstract', in order to
+      avoid making developers traverse the entire class/interface hierarchy
+      before they can figure out whether a class is instantiable
+      (ok, so it makes sense :)
+
+2003-03-06  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ZEND_CHANGES:
+      -german+english+.
+
+    * ZEND_CHANGES:
+      D some TBDs
+
+2003-03-06  Jani Taskinen  <sniper@iki.fi>
+
+    * zend_execute.c:
+      Fixed bug #19943 (the memleaks)
+
+2003-03-06  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_highlight.c:
+      More cleanup of the zend_strip() function.
+      No longer strip __LINE__, since while it may become useless it could break
+      code where __LINE__ is passed as a function parameter.
+
+    * zend_highlight.c:
+      Fixed in zend_strip() that corrupted heredoc.
+      Optimized the writing routine by moving from putchar() to fwrite().
+      Changed hardcoded opcode # to it's defined name.
+
+2003-03-06  Zeev Suraski  <zeev@zend.com>
+
+    * zend_compile.c
+      zend_compile.h
+      zend_execute.c:
+      Change opcode name
+
+    * zend_compile.c
+      zend_compile.h
+      zend_execute.c
+      zend_language_parser.y:
+      Add class type hints
+
 2003-03-05  Zeev Suraski  <zeev@zend.com>
 
     * zend_compile.c: