From f303054b9e008aadd83db750fb3c5481efc14a9f Mon Sep 17 00:00:00 2001 From: Date: Fri, 7 Mar 2003 01:32:35 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 56 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+) diff --git a/ChangeLog b/ChangeLog index 009d3a550b..ac677704e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2003-03-06 David Hill + + * 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 + + * 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 + + * 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 + + * tests/lang/bug19943.phpt: + + added test for the memleak part from bug #19943 + 2003-03-05 Sascha Schumann * acinclude.m4: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f7474185af..2261e61576 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,59 @@ +2003-03-06 Zeev Suraski + + * 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 + + * ZEND_CHANGES: + -german+english+. + + * ZEND_CHANGES: + D some TBDs + +2003-03-06 Jani Taskinen + + * zend_execute.c: + Fixed bug #19943 (the memleaks) + +2003-03-06 Ilia Alshanetsky + + * 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 + + * 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 * zend_compile.c: -- 2.40.0