diff options
author | Felipe Pena <felipe@php.net> | 2010-03-07 13:58:02 (GMT) |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-03-07 13:58:02 (GMT) |
commit | 04753cae60c3d9d929ec78060ae16c4487e98047 (patch) | |
tree | 36cfe0a21164d6a2403bc7de033a71a7b3c6e8a8 /NEWS | |
parent | f1286280d1bb14d09d8f391fd720783626b706f9 (diff) | |
download | php-04753cae60c3d9d929ec78060ae16c4487e98047.tar.gz |
- Fix order
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,12 +22,12 @@ PHP NEWS - Fixed bug #50810 (property_exists does not work for private). (Felipe) - Fixed bug #50731 (Inconsistent namespaces sent to functions registered with spl_autoload_register). (Felipe) +- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications). (Derick) - Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format character). (Derick) - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace). (Felipe) - Fixed bug #50358 (Compile failure compiling ext/phar/util.lo). (Felipe) -- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications). (Derick) ?? ??? 20??, PHP 5.3.2 |