From 51d018d292b852be6de4dc94f8312303cb62ced6 Mon Sep 17 00:00:00 2001 From: Date: Wed, 17 Nov 1999 02:08:50 +0000 Subject: ChangeLog update --- ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7be6435749..3a0f16f910 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +1999-11-16 Andrei Zmievski + + * ext/standard/basic_functions.c + ext/standard/php3_string.h + ext/standard/string.c: (PHP substr_replace) New function. + + * ext/standard/array.c: Just some rearranging. + +1999-11-16 Andi Gutmans + + * ext/standard/array.c: - Change used_return_value to return_value_used + + * ext/standard/array.c: + - Initial support for Thies' idea of passing functions a flag telling them + they don't need to return a value. Adjusted reset() to work with this. + It is a bit problematic because if internal functions don't look at the + flag and still return a value orginally this leaked. So I free the value + in any case, which kind of makes the speed gain a bit smaller + +1999-11-16 Stig Bakken + + * NEWS: final news update before 4.0b3 + + * php_version.h + configure.in: 4.0b3 coming up + 1999-11-16 Stig Bakken * php_version.h -- cgit v1.2.1