#
b6a5941b |
| 10-Sep-2006 |
Hannes Magnusson |
MFH: date_timezone_set() needs both arguments MFH: throw exception in DateTimeZone::__construct() when no arguments are passed
|
#
4cff5db8 |
| 05-Sep-2006 |
Nuno Lopes |
int->zend_bool where possible
|
#
eca5331a |
| 03-Sep-2006 |
Michael Wallner |
- attempt to fix #38696
|
Revision tags: php-5.2.0RC3, php-5.1.6 |
|
#
d4ff427c |
| 22-Aug-2006 |
Ilia Alshanetsky |
Fixed bug #38511, #38473, #38263 (Fixed session extension request shutdown order to ensure it is shutdown before the extensions it may depend on).
|
Revision tags: php-5.2.0RC2, php-5.1.5, php-4.4.4 |
|
#
f5ea2dfa |
| 15-Aug-2006 |
Michael Wallner |
MFH: - fix leak when cloning DateTimeZone, detected by Antony - don't fetch objects multiple times when cloning
|
#
86579273 |
| 14-Aug-2006 |
Michael Wallner |
MFH: add cloning support to DateTime classes
|
Revision tags: php-4.4.4RC1, php-5.1.5RC1 |
|
#
efa04c8a |
| 01-Aug-2006 |
Michael Wallner |
MFH: use library error message on time string parse failure
|
#
68613beb |
| 01-Aug-2006 |
Michael Wallner |
MFH: - fix leaks on multiple calls to DateTime::__construct() - throw exception on unparseable time strings in DateTime::__construct()
|
#
5f7750c6 |
| 01-Aug-2006 |
Michael Wallner |
MFH: - OO fixes: . no is_ref for objects in PHP5+ . initialize objects when created with the `new` operator . check for proper initialization in child classes - fix typo:
MFH: - OO fixes: . no is_ref for objects in PHP5+ . initialize objects when created with the `new` operator . check for proper initialization in child classes - fix typo: transistion -> transition - add test
show more ...
|
Revision tags: php-4.4.3 |
|
#
3ca96c80 |
| 28-Jul-2006 |
Hannes Magnusson |
Fix DateTime::RSS Update tests
|
Revision tags: php-5.2.0RC1 |
|
#
150d0580 |
| 20-Jul-2006 |
Derick Rethans |
- MFH: Rename date classes to DateTime and DateTimeZone
|
#
efe0314d |
| 20-Jul-2006 |
Antony Dovgal |
break; break; -> break;
|
#
9ccbb286 |
| 18-Jul-2006 |
Derick Rethans |
- Enable all new date functions and classes
|
#
3113fa94 |
| 10-Jul-2006 |
Antony Dovgal |
MFH: initialize vars
|
Revision tags: php-4.4.3RC2 |
|
#
7af33194 |
| 02-Jul-2006 |
Hannes Magnusson |
MFH: arginfo fixes
|
#
29b0798c |
| 27-Jun-2006 |
Nuno Lopes |
revert per Derick request
|
#
5c97837c |
| 27-Jun-2006 |
Nuno Lopes |
add a couple of static and const keywords, to let the compiler optimize better will MFB in a hour, or so
|
#
87dd7291 |
| 23-Jun-2006 |
Antony Dovgal |
plug leak
|
#
6ccc1d1f |
| 22-Jun-2006 |
Antony Dovgal |
MFH: add wrappers for timelib_day_of_week_ex()
|
#
47b41a5d |
| 22-Jun-2006 |
Antony Dovgal |
MFH: don't try to parse empty string, return false immediately (fixes off-by-one)
|
#
1dbaae27 |
| 15-Jun-2006 |
Dmitry Stogov |
Added automatic module globals management
|
#
dd2c03ca |
| 11-Jun-2006 |
Hannes Magnusson |
MFH: fix typo
|
#
31042330 |
| 11-Jun-2006 |
Hannes Magnusson |
MFH: arginfo, protos, vim folding
|
Revision tags: BEFORE_NEW_OUTPUT_API |
|
#
91d4ef33 |
| 30-May-2006 |
Hannes Magnusson |
MFH: Play nice, use 4digit years in DATE_RSS
|
#
61fc4243 |
| 30-May-2006 |
Hannes Magnusson |
MFH: Fixed DATE_COOKIE, DATE_RSS & tests
|