mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
ChangeLog update
This commit is contained in:
parent
f20c5ce7e1
commit
b30fd67736
81
ChangeLog
81
ChangeLog
@ -1,3 +1,84 @@
|
||||
2005-04-03 Jani Taskinen <jani.taskinen@sci.fi>
|
||||
|
||||
* NEWS:
|
||||
MBFN2B
|
||||
|
||||
* (PHP_5_0)
|
||||
NEWS
|
||||
ZendEngine2/zend_execute_API.c:
|
||||
MFH: - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)).
|
||||
MFH: (kameshj at fastmail dot fm)
|
||||
|
||||
2005-04-03 Uwe Schindler <uwe@thetaphi.de>
|
||||
|
||||
* sapi/nsapi/nsapi.c:
|
||||
Add sapi.get_request_time() to NSAPI
|
||||
|
||||
2005-04-03 Ilia Alshanetsky <ilia@prohost.org>
|
||||
|
||||
* (PHP_4_3)
|
||||
NEWS
|
||||
NEWS
|
||||
ext/standard/string.c
|
||||
ext/standard/string.c
|
||||
ext/standard/tests/strings/chunk_split.phpt
|
||||
ext/standard/tests/strings/chunk_split.phpt:
|
||||
MFH: Fixed bug #32530 (chunk_split() does not append endstr if chunklen is
|
||||
longer then the original string).
|
||||
|
||||
* ext/standard/string.c
|
||||
ext/standard/tests/strings/chunk_split.phpt:
|
||||
Fixed bug #32530 (chunk_split() does not append endstr if chunklen is
|
||||
longer then the original string).
|
||||
|
||||
2005-04-03 Antony Dovgal <tony2001@phpclub.net>
|
||||
|
||||
* ext/pgsql/config.m4:
|
||||
fix typo
|
||||
|
||||
* (PHP_4_3)
|
||||
ext/standard/url_scanner_ex.c
|
||||
ext/standard/url_scanner_ex.c
|
||||
ext/standard/url_scanner_ex.re
|
||||
ext/standard/url_scanner_ex.re:
|
||||
MFH: fix output_reset_rewrite_vars() returning false
|
||||
|
||||
* ext/standard/url_scanner_ex.c
|
||||
ext/standard/url_scanner_ex.re:
|
||||
fix output_reset_rewrite_vars() returning false everytime
|
||||
|
||||
* (PHP_5_0)
|
||||
main/php_variables.c:
|
||||
MFH patch previously commited by Ilia
|
||||
(memory leak when "S" is not listed in variable_order)
|
||||
|
||||
2005-04-03 Jani Taskinen <jani.taskinen@sci.fi>
|
||||
|
||||
* (PHP_4_3)
|
||||
ext/dbase/dbase.c
|
||||
ext/dbase/dbf_rec.c:
|
||||
- Sync with HEAD:
|
||||
. php_error -> php_error_docref (fixes test)
|
||||
. pval -> zval
|
||||
. use modern parameter parsing
|
||||
|
||||
* ext/gd/tests/bug19366.phpt:
|
||||
Fix another title
|
||||
|
||||
* ext/gd/tests/bug27582_1.phpt:
|
||||
fix description
|
||||
|
||||
2005-04-03 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
|
||||
|
||||
* (PHP_5_0)
|
||||
NEWS:
|
||||
- Reorder.
|
||||
|
||||
2005-04-03 Jani Taskinen <jani.taskinen@sci.fi>
|
||||
|
||||
* ext/xml/tests/bug32001.phpt:
|
||||
Partial fix test: It is still possible to use expat libs with ext/xml..
|
||||
|
||||
2005-04-02 Greg Beaver <greg@chiaraquartet.net>
|
||||
|
||||
* (PHP_4_3)
|
||||
|
@ -1,3 +1,10 @@
|
||||
2005-04-03 Jani Taskinen <jani.taskinen@sci.fi>
|
||||
|
||||
* (PHP_5_0)
|
||||
zend_execute_API.c:
|
||||
MFH: - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)).
|
||||
MFH: (kameshj at fastmail dot fm)
|
||||
|
||||
2005-03-31 Derick Rethans <php@derickrethans.nl>
|
||||
|
||||
* (PHP_5_0)
|
||||
|
Loading…
Reference in New Issue
Block a user