From 41562f6ca28bcb37a29dc4facf291e3c66fb0a86 Mon Sep 17 00:00:00 2001 From: Date: Sun, 26 Aug 2001 00:10:09 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/ChangeLog b/ChangeLog index 43dbbe0ac8..466f2bb294 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2001-08-25 Zeev Suraski + + * ext/session/config.m4: This option is no longer needed + + * main/config.w32.h + ext/session/php_session.h + ext/session/session.c + ext/standard/basic_functions.c + ext/standard/basic_functions.h + ext/standard/url_scanner.c + ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: + Get rid of TRANS_SID - it's always possible to use it now. + + * ext/standard/url_scanner_ex.h + ext/standard/url_scanner_ex.re + main/output.c + ext/standard/url_scanner_ex.c + ext/standard/basic_functions.c + ext/session/php_session.h + ext/session/session.c: + Move the trans-sid mechanism to use the output buffering mechanism. + Advantages: + - Would work with the output buffering mechanism in general, and with + output compression in particular + - Should yield better performance (untested as of yet) + + * ext/session/php_session.h: add struct name + +2001-08-25 Wez Furlong + + * ext/iconv/tests/001.phpt: This test needed a newline after an echo. + + * ext/mbstring/mbfilter.c + ext/mbstring/mbfilter.h: Windows-1252 encoding awareness + + * main/streams.c: TSRMLS fix + +2001-08-25 Jeroen van Wolffelaar + + * php.ini-recommended + php.ini-dist: Add random number generator-entry to INI-files + 2001-08-24 Jeroen van Wolffelaar * ext/standard/basic_functions.c -- 2.50.1