#
dac6c639 |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
478f119a |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
9e29f841 |
| 02-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
85e88d1d |
| 28-Dec-2016 |
Sara Golemon |
Use new params API for throwable constructors in date
|
#
0951d7d7 |
| 28-Dec-2016 |
Sara Golemon |
Use new param API in date Left the zend_parse_parameters_throw() uses along because throwing isn't currently supported by the new API. Also left the complex parsing in DatePeriod::__
Use new param API in date Left the zend_parse_parameters_throw() uses along because throwing isn't currently supported by the new API. Also left the complex parsing in DatePeriod::__construct alone because the macros don't really stack all that well.
show more ...
|
#
0bd63959 |
| 11-Jul-2016 |
jhdxr |
move declaration of vars to top
|
Revision tags: php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35 |
|
#
23f9e482 |
| 20-Apr-2016 |
jhdxr |
fix bug #69587 DateInterval properties and isset
|
#
c79f9a4e |
| 13-Oct-2016 |
Anatol Belski |
fix gettimeofday proto availability (cherry picked from commit 79f7d174d07dee4dde1f8eddaba6c741b26edeb3)
|
#
c4254588 |
| 25-Sep-2016 |
Stanislav Malyshev |
Fix bug #73091 - Unserializing DateInterval object may lead to __toString invocation (cherry picked from commit 1b29e4488e19c89e5b37ecb26acaec443d7f1355)
|
#
79f7d174 |
| 13-Oct-2016 |
Anatol Belski |
fix gettimeofday proto availability
|
#
55626549 |
| 05-Oct-2016 |
Derick Rethans |
Improve support for microseconds with Date/Time It fixes several bugs: - Fixed bug #45554 (Inconsistent behavior of the u format char). - Fixed bug #48225 (DateTime parser doesn
Improve support for microseconds with Date/Time It fixes several bugs: - Fixed bug #45554 (Inconsistent behavior of the u format char). - Fixed bug #48225 (DateTime parser doesn't set microseconds for "now"). - Fixed bug #52514 (microseconds are missing in DateTime class). - Fixed bug #52519 (microseconds in DateInterval are missing). - Fixed bug #68506 (General DateTime improvments needed for microseconds to become useful). - Fixed bug #73109 (timelib_meridian doesn't parse dots correctly). - Fixed bug #73247 (DateTime constructor does not initialise microseconds property). It also updates timelib to 2016.04, and updates a data mapping file, which causes changes to the volatile abbreviations tests.
show more ...
|
#
1b29e448 |
| 25-Sep-2016 |
Stanislav Malyshev |
Fix bug #73091 - Unserializing DateInterval object may lead to __toString invocation
|
#
411eee7b |
| 14-Jul-2016 |
Nikita Popov |
Fix leak when creating timezone with null bytes
|
#
7aaa310d |
| 28-Jun-2016 |
Jeremy Mikola |
Export php_date_get_interface_ce() for extension use
|
#
9638e45d |
| 29-Jun-2016 |
Aaron Piotrowski |
Return null instead of false
|
#
0cfb4765 |
| 28-Jun-2016 |
Dmitry Stogov |
Fixed compilation warnings
|
#
323b2733 |
| 21-Jun-2016 |
Dmitry Stogov |
Fixed compilation warnings
|
#
248fdfcf |
| 14-Jun-2016 |
Nikita Popov |
Maybe fix bug #72011
|
#
771e5cc2 |
| 11-Jun-2016 |
Aaron Piotrowski |
Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error
|
Revision tags: php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5 |
|
#
1aea7773 |
| 24-Mar-2016 |
Thomas Punt |
Use STR_EMPTY_ALLOC macro instead
|
#
40f14bad |
| 23-Mar-2016 |
Thomas Punt |
Fix DateInterval::format segfault
|
Revision tags: php-5.6.20RC1, php-7.0.5RC1 |
|
#
f3f5a07a |
| 07-Mar-2016 |
Thomas Punt |
Fix DatePeriod::getEndDate() segfault
|
Revision tags: php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1 |
|
#
633fb2d0 |
| 15-Feb-2016 |
Anatol Belski |
Backported fix for bug #71525
|
#
f31e0cd3 |
| 04-Feb-2016 |
Sean DuBois |
Fix bug #71525 timelib_time->timelib_rel_time is mutated by date_modify, and because it is never zero'ed out it latters causes other date operations to fail (like date_date_set)
|
Revision tags: php-5.6.18, php-7.0.3, php-5.5.32 |
|
#
1a868256 |
| 29-Jan-2016 |
Derick Rethans |
Use the new timelib function for comparing times
|