1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

ChangeLog update

This commit is contained in:
2005-07-04 05:38:46 +00:00
parent 45ae792d08
commit 3334de5fa2
2 changed files with 66 additions and 0 deletions
+59
View File
@@ -1,3 +1,62 @@
2005-07-03 Derick Rethans <php@derickrethans.nl>
* NEWS:
- Fixed bug #33536 (strtotime defaults to now even on non time string).
* ext/standard/basic_functions.c
ext/standard/datetime.c:
- Reimplemented time(), getdate() and localtime() functions with new
datetime
library.
* NEWS
ext/standard/basic_functions.c
ext/standard/datetime.c
ext/standard/datetime.h:
- Fixed bug #33532 (Different output for strftime() and date()).
- Re-implemented checkdate(), strftime() and gmstrftime() with the new
timelib
code.
2005-07-03 Jani Taskinen <jani.taskinen@sci.fi>
* NEWS:
function style
2005-07-03 Derick Rethans <php@derickrethans.nl>
* ext/standard/tests/time/003.phpt
ext/standard/tests/time/bug21966.phpt
ext/standard/tests/time/bug27719.phpt
ext/standard/tests/time/mktime.phpt:
- Move mktime/gmmktime related tests from ext/standard to ext/date.
* NEWS
ext/standard/basic_functions.c
ext/standard/datetime.c
ext/standard/datetime.h
ext/standard/tests/time/003.phpt
ext/standard/tests/time/bug27719.phpt
ext/standard/tests/time/mktime.phpt:
- Fixed bug #30096 (gmmktime does not return the corrent time).
- Re-implemented mktime and gmmktime with new date time library.
- Added testcase for bug #30096, updated test cases for E_STRICT warning
of
is_dst parameter usage for mktime/gmmktime.
2005-07-03 Dmitry Stogov <dmitry@zend.com>
* ZendEngine2/zend_vm_def.h
ZendEngine2/zend_vm_execute.h
ZendEngine2/zend_vm_opcodes.h:
Fixed memory leak
* (PHP_5_0)
ext/session/tests/007.phpt
ext/session/tests/008-php4.2.3.phpt
ext/session/tests/009.phpt:
Fixed test fules (they assumend register_long_arrays=1)
2005-07-02 Edin Kadribasic <edink@emini.dk>
* (PHP_4_4)
+7
View File
@@ -1,3 +1,10 @@
2005-07-03 Dmitry Stogov <dmitry@zend.com>
* zend_vm_def.h
zend_vm_execute.h
zend_vm_opcodes.h:
Fixed memory leak
2005-06-30 Dmitry Stogov <dmitry@zend.com>
* zend_API.c