#
1c3ba95b |
| 27-Feb-2014 |
Dmitry Stogov |
Refactored read_property() and read_dimension() handlers
|
#
382b0dfd |
| 27-Feb-2014 |
Xinchen Hui |
Refactoring zend_iterator (incompleted)
|
#
495551aa |
| 26-Feb-2014 |
Dmitry Stogov |
Fixed iterators API. zend_iterator_init() has to be used in each get_iterator() callback.
|
#
c1c4d268 |
| 19-Feb-2014 |
Xinchen Hui |
Use better data structures (incomplete)
|
#
43b03c74 |
| 18-Feb-2014 |
Xinchen Hui |
Refacting smart_str
|
Revision tags: php-5.6.0alpha2 |
|
#
39e721cf |
| 11-Feb-2014 |
Derick Rethans |
Fixed ZTS and added fix to NEWS.
|
#
f4cfaf36 |
| 10-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
#
d6763964 |
| 06-Feb-2014 |
Derick Rethans |
Implemented feature #45528: Allow the DateTimeZone constructor to accept timezones per offset too.
|
Revision tags: php-5.5.9, php-5.4.25 |
|
#
22dba2f5 |
| 26-Jan-2014 |
Derick Rethans |
Fixed bug #45543: DateTime::setTimezone can not set timezones without ID.
|
Revision tags: php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24 |
|
#
c081ce62 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
#
47c90277 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
#
c0d060f5 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
#
5137cb5f |
| 02-Jan-2014 |
Derick Rethans |
Fixed (some of) add/sub. This worked in PHP 5.4 already, but with the introduction of DateTimeImmutable this code was not correctly merged.
|
Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1 |
|
#
5f099446 |
| 29-Oct-2013 |
nikita2206 |
Fixed bug #65768: DateTimeImmutable::diff does not work This commit also prevents user classes from directly implementing DateTimeInterface, because ext/date relies on classes implementi
Fixed bug #65768: DateTimeImmutable::diff does not work This commit also prevents user classes from directly implementing DateTimeInterface, because ext/date relies on classes implementing it to support certain internal structures.
show more ...
|
Revision tags: php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1 |
|
#
5d0c5261 |
| 16-Apr-2013 |
Derick Rethans |
Move add/sub to timelib.
|
Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3 |
|
#
44a9e6b4 |
| 31-Mar-2013 |
Derick Rethans |
Fixed "Forward Transition" construction of DateTime objects. This fixes the issue in https://wiki.php.net/rfc/datetime_and_daylight_saving_time#forward_transitions There is a period
Fixed "Forward Transition" construction of DateTime objects. This fixes the issue in https://wiki.php.net/rfc/datetime_and_daylight_saving_time#forward_transitions There is a period during transition to DST where a time (such as 02:30) does not exist. PHP already calculated the correct timestamp for this, but failed to "rounded forward" to the existing correct hour value.
show more ...
|
#
23ab2575 |
| 27-Nov-2013 |
Derick Rethans |
Fixed bug #53879 (DateTime::createFromFormat() fails to parse cookie expiration date)
|
#
f860486d |
| 21-Oct-2013 |
Stanislav Malyshev |
fix memory leak on error (from Coverity scan)
|
#
165f544a |
| 11-Sep-2013 |
Boro Sitnikovski |
Fix bug #65502: DateTimeImmutable::createFromFormat returns DateTime DateTimeImmutable::createFromFormat should call date_create_immutable_from_format instead of date_create_from_format
|
#
d7f5f1ef |
| 11-Sep-2013 |
Boro Sitnikovski |
Fix bug #65548: Comparison for DateTimeImmutable doesn't work
|
#
6fab1caa |
| 30-Aug-2013 |
Remi Collet |
Fixed bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer
|
#
d69513af |
| 30-Aug-2013 |
Remi Collet |
Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer
|
#
b378b0b0 |
| 09-Apr-2013 |
Alexander Moskalev |
Fix DateInterval->days value when object was created not from DateTime::diff()
|
#
9ad97cd4 |
| 15-Aug-2013 |
Christopher Jones |
Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.
|
#
8d86597d |
| 23-Jul-2013 |
Veres Lajos |
non living code related typo fixes
|