From 9b118c6bb65037522a4aa9c9e8f06306a68c9aa8 Mon Sep 17 00:00:00 2001 From: Date: Thu, 28 Sep 2000 01:09:08 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9255e2616c..dd9d25788a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2000-09-27 Zeev Suraski + + * main/main.c: complementary PHP patch + +2000-09-27 Sascha Schumann + + * genfiles: Don't convert to BSD-style Makefiles + + * ext/standard/file.c: + Automatic conversion might cause interpretation of 0xff as EOF, so we store + the result in an object of type int first. + + Submitted by: melchers@cis.fu-berlin.de + + * ext/standard/php_smart_str.h + ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: Recognize single quotes around cdata. + + Move smart_str functions to an extra file. + + * ext/session/session.c: Clean up STR_CAT macro (it is still ugly) + + * ext/standard/php_string.h + ext/standard/string.c: + Move php_memnstr to the header file, so that the function body is available + in all compilation units (note the static linkage). + 2000-09-21 Sascha Schumann * acinclude.m4: Revert controversial patch -- 2.50.1