#
3d0797da |
| 17-Jan-2008 |
Derick Rethans |
- MFH: Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00). |
#
3fb0e425 |
| 17-Jan-2008 |
Derick Rethans |
- MFH: Fixed bug #43808 (date_create never fails (even when it should)). |
#
2d4db6b8 |
| 17-Jan-2008 |
Derick Rethans |
- Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp). |
#
e549873c |
| 17-Jan-2008 |
Derick Rethans |
- MFH: Added support for abbreviation and offset based timezone specifiers for DateTime::getOffset() and DateTime::getName(). - MFH: Fixed bug #43527 (DateTime created from a timestamp repo
- MFH: Added support for abbreviation and offset based timezone specifiers for DateTime::getOffset() and DateTime::getName(). - MFH: Fixed bug #43527 (DateTime created from a timestamp reports environment timezone). - MFH: Fixed bug #42190 (Constructing DateTime with TimeZone Indicator invalidates DateTimeZone).
show more ...
|
#
626881d9 |
| 16-Jan-2008 |
Marcus Boerger |
- MFH Fixed Bug #37964 (Reflection shows private methods of parent class) (felipe@php.net) |
#
6e936f3b |
| 14-Jan-2008 |
Ilia Alshanetsky |
Fixed in 5.2 |
#
9f979a16 |
| 13-Jan-2008 |
Derick Rethans |
- Added new date/time functionality: * date_parse_from_format(): Parse date/time strings according to a format. * date_create_from_format()/DateTime::createFromFormat(): Create a dat
- Added new date/time functionality: * date_parse_from_format(): Parse date/time strings according to a format. * date_create_from_format()/DateTime::createFromFormat(): Create a date/time object by parsing a date/time string according to a given format. * date_get_last_errors()/DateTime::getLastErrors(): Return a list of warnings and errors that were found while parsing a date/time string through: - strtotime() / new DateTime - date_create_from_format() / DateTime::createFromFormat() - date_parse_from_format() # [DOC]
show more ...
|
#
18107c0b |
| 13-Jan-2008 |
Nuno Lopes |
Fixed bug #42945 (preg_split() swallows part of the string) |
#
4c501a0a |
| 13-Jan-2008 |
Nuno Lopes |
upgrade PCRE to version 7.5 |
#
ab5bddd9 |
| 11-Jan-2008 |
Dmitry Stogov |
Fixed bug #39346 (Unsetting a static variable inside a destructor causes segfault later on) |
#
5dbb3e4d |
| 09-Jan-2008 |
Antony Dovgal |
fix typo |
#
18226f79 |
| 09-Jan-2008 |
Dmitry Stogov |
Remplemented support for SplArray using Traversable interface. |
Revision tags: php-4.4.8 |
|
#
dddc5682 |
| 30-Dec-2007 |
Ilia Alshanetsky |
Fixed typo |
#
77115c49 |
| 28-Dec-2007 |
Andrey Hristov |
Here comes the NEWS entry. The RM knows his job ;) |
#
5a3eb537 |
| 28-Dec-2007 |
Dmitry Stogov |
Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks memory) |
#
964b8bb3 |
| 27-Dec-2007 |
Dmitry Stogov |
Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua Reese, Dmitry) |
#
edee0948 |
| 25-Dec-2007 |
Hartmut Holzgraefe |
MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set" |
Revision tags: php-4.4.8RC1 |
|
#
2b981769 |
| 17-Dec-2007 |
Dmitry Stogov |
Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery) |
#
d4bbbc0e |
| 14-Dec-2007 |
Scott MacVicar |
Change createFromTimestamp to setTimestamp |
#
6f04c516 |
| 14-Dec-2007 |
Scott MacVicar |
MFH: Add Datetime::createFromTimestamp to allow setting of a unix timestamp without invoking the date parser. |
#
80e77c13 |
| 13-Dec-2007 |
Dmitry Stogov |
Allowed multiple namespaces per file (Gregory) |
#
fd73296b |
| 01-Dec-2007 |
Derick Rethans |
- MFH: Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB). |
#
543f2474 |
| 23-Nov-2007 |
Dmitry Stogov |
*** empty log message *** |
Revision tags: RELEASE_1_2_3 |
|
#
648fbe9d |
| 22-Nov-2007 |
Dmitry Stogov |
Fixed bug #43128 (Very long class name causes segfault) |
#
54bcf0c8 |
| 21-Nov-2007 |
Jani Taskinen |
Missing bla...credit :) |