From: Date: Sun, 22 Jun 2003 00:31:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_2~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39c3b7a184169eac844fe74a6630e882543a1c3c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 12852a3c69..98a2d78cf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2003-06-21 Marcus Boerger + + * tests/classes/class_final.phpt: + Add test case for final classes + +2003-06-21 Harrie Hazewinkel + + * (PHP_4_3) + ext/snmp/php_snmp.h + ext/snmp/snmp.c: + Applying the contributed patch of Johan hanne. + The patch enables control on the way the values are returned + into the PHP script, instaed of always strings. Also the type + of the value is now returned when configured to do so. + This enables better management scripts to do more automatic + processing and value calculations. + +2003-06-21 Hartmut Holzgraefe + + * scripts/ext_skel_ng/TODO: + TODO revisited + + * scripts/ext_skel_ng/php_global.php + scripts/ext_skel_ng/php_ini.php: + ini stuff was a bit broken + + * scripts/ext_skel_ng/php_function.php: + thoughts about a new proto parser ... + + * scripts/ext_skel_ng/extension_parser.php: + test script tags are found but not used yet + double quotes in extensions summary line are now escaped in code + generation + + * scripts/ext_skel_ng/extension.dtd: + typo fixes and test script tags added + + * scripts/ext_skel_ng/BUGS: + start to track them bugs + +2003-06-21 Marcus Boerger + + * tests/classes/class_abstract.phpt: + Add test case for abstract classes + + * ext/dba/dba.c: + Don't copy the filename when it is not needed + + * ext/dba/dba.c: + Store the absolute path of the database file and use that in the external + library + + * ext/dba/dba_db4.c: + When persistent then we may use threads + +2003-06-21 Georg Richter + + * ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_fe.c + ext/mysqli/php_mysqli.h: + new functions (4.1.1): mysql_sqlstate, mysql_stmt_sqlstate + +2003-06-21 Pierre-Alain Joye + + * pear/packages/Mail-1.1.0.tar + pear/packages/Net_SMTP-1.2.3.tar: + - New releases Net_SMTP, Mail, DB will follow asap + + * pear/packages/Mail-1.0.1.tar + pear/packages/Net_SMTP-1.0.tar: + - Sync release + 2003-06-20 Marcus Boerger * ext/exif/exif.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 453991eb84..233d0690bb 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2003-06-21 Marcus Boerger + + * zend_language_parser.y: + WS + + * zend_compile.c + zend_compile.h + zend_language_parser.y: + Add final classes + 2003-06-16 Stanislav Malyshev * zend_execute.c: