From 38ad62e6c7486fe63daaf5e4e3c6f22d096e3449 Mon Sep 17 00:00:00 2001 From: Date: Fri, 13 Oct 2000 01:09:07 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/ChangeLog b/ChangeLog index a2dc67828e4..e3775049b7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2000-10-12 Sascha Schumann + + * acinclude.m4: Ignore trailing slashes + +2000-10-12 Andi Gutmans + + * main/fopen-wrappers.c: - Fix memory leak. + +2000-10-12 Chuck Hagenbuch + + * pear/Makefile.in: fix make install for PEAR. (bug 7109) + +2000-10-12 Stanislav Malyshev + + * TODO: I have a dream... + +2000-10-12 Hartmut Holzgraefe + + * main/Makefile.in: forgot this one yesterday, fdfdata.[ch] is no more ... + +2000-10-12 Sascha Schumann + + * ext/standard/string.c: Let strtr() use smart_str to reduce complexity + + * ext/standard/string.c: Rewrite php_str_to_str using the smart_str API. + + This removes much complexity from the function. + + Speed is improved by pre-allocating memory instead of reallocating + the buffer each time the pattern is found. + + * ext/standard/php_smart_str.h + ext/standard/php_smart_str_public.h + ext/standard/url_scanner_ex.h: + Move structure definition into its own file, so that public header + files don't need to include the complete source code. + 2000-10-11 Hartmut Holzgraefe * TODO: added generalized SMTP code todo