From: Date: Mon, 4 Sep 2000 01:09:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.3RC1~329 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c051912b39720a739dbdb755eb138ae14bfee28;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 25e8385b46..c5179433c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,116 @@ +2000-09-03 Jani Taskinen + + * genfiles: oops. + + * genfiles: + This makes flex and bison not to add those #line directives which + cause trouble with some compilers. + +2000-09-03 Sterling Hughes + + * ext/sablot/php_sablot.h + ext/sablot/sablot.c: + If the user wants to use more than one handle reuse the old handle. + +2000-09-03 Andi Gutmans + + * ext/standard/output.c: + - Increase buffers of output buffering to 40KB and 10KB increments which + makes more sense when web pages are typically like 10KB-20KB. + I think it would be best to change the reallocation algorithm at least to + redoubling when it's full instead of incrementing and possibly use + a data structure similar to Zend/zend_static_allocator which uses memory + blocks and not realloc(). + + * main/php_virtual_cwd.c + main/php_virtual_cwd.h: + - Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothing + is broken by this. + + * win32/php4dllts.dsp: - Remove php_virtual_cwd.[ch] from Windows project + +2000-09-03 Stig Venaas + + * main/network.c + main/php_network.h: Added timeout argument, but not used yet + +2000-09-03 Andi Gutmans + + * main/Makefile.in + main/php.h: - Move to virtual cwd in TSRM + +2000-09-03 Derick Rethans + + * ext/sybase/php_sybase_db.c: + - Changed appname from "PHP 3.0" to "PHP 4.0" + Fix for #6517 + +2000-09-03 Zeev Suraski + + * ext/standard/output.c: Make gcc happy + + * ext/standard/output.c: Fix init bug + +2000-09-03 Sterling Hughes + + * ext/sablot/sablot.c: + Just when you got something working they decide to change the API + on you :-). + + * ext/sablot/config.m4: ucd -> sablot. + + * ext/sablot/Makefile.in + ext/sablot/config.m4 + ext/sablot/php_sablot.h + ext/sablot/sablot.c + ext/sablot/.cvsignore: + Folks, features include: + + - Output Buffering Tie-ins + - Optional Descriptive error reporting (compile option) + - String Transformations + - File Transformations + - Logging + - SAX XML Processing support (slightly different from expat, even though + Sablotron uses expat to do the parsing.) + +2000-09-03 Stanislav Malyshev + + * run-tests.php: Remove deprecated call-time reference + +2000-09-03 Stig Venaas + + * main/Makefile.in: Added network.c + + * main/php_network.h: To be included by code using functions in network.c + +2000-09-03 Stanislav Malyshev + + * ext/standard/quot_print.c: + Fix quoted_printable_decode (also should fix #6511) + +2000-09-03 Stig Venaas + + * main/network.c: + Network related functions, only for internal use by other PHP code. Tries + to hide the details of address families/protocols, and to reduce duplication + of code. + +2000-09-03 Stanislav Malyshev + + * ext/xml/tests/003.phpt: Remove deprecated call-time reference + + * ext/xml/tests/skipif.inc: tests look for skipif.inc, so add it + + * tests/lang/028.phpt: Remove deprecated call-time reference + +2000-09-03 Jani Taskinen + + * ext/standard/datetime.c: + - Fixed a bug in checkdate() which caused < 1 years to be valid + + * ext/standard/datetime.c: Fixed bug #6409. + 2000-09-02 Andi Gutmans * main/php_virtual_cwd.c