Revision tags: php-5.4.37, php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4, php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1 |
|
#
9c5eaac1 |
| 10-Sep-2014 |
Nikita Popov |
Remove mktime() and gmmktime() $is_dst parameter
|
#
fc33f52d |
| 15-Jan-2015 |
Xinchen Hui |
bump year
|
#
0579e827 |
| 15-Jan-2015 |
Xinchen Hui |
bump year
|
#
73c1be26 |
| 15-Jan-2015 |
Xinchen Hui |
Bump year
|
#
b7a7b1a6 |
| 03-Jan-2015 |
Stanislav Malyshev |
trailing whitespace removal
|
#
365f428d |
| 30-Dec-2014 |
Sara Golemon |
Allow the third arg to DateTime(Immutable)::createFromFormat() to be null. Permit the same meaning as not passing the arg at all.
|
#
6a992e45 |
| 19-Dec-2014 |
Dmitry Stogov |
Improves strtotime() function.
|
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things
|
#
85bada10 |
| 01-Dec-2014 |
Stanislav Malyshev |
fix ZTS
|
#
4675b79e |
| 20-Oct-2014 |
m.bennewitz |
Conflicts: ext/date/php_date.c
|
#
489bfb0a |
| 23-Nov-2014 |
Florian MARGAINE |
Fixes memory leak introduced in 2b9af967 Fixes https://bugs.php.net/bug.php?id=68285
|
#
b0499545 |
| 30-Oct-2014 |
Anatol Belski |
fix datatype mismatches
|
#
846a72a7 |
| 20-Oct-2014 |
m.bennewitz |
#68268: DatePeriod: Getter for start date, end date and interval
|
#
c00424e4 |
| 15-Oct-2014 |
Anatol Belski |
bring back all the TSRMLS_FETCH() stuff for better comparability with the mainstream
|
#
96808293 |
| 20-Sep-2014 |
Florian MARGAINE |
DateTimeZone::getOffset() now accepts a DateTimeInterface Fixes #68062 Should be backported to PHP-5.6 and PHP-5.5. Conflicts: ext/date/tests/bug67118.phpt
|
#
046c345d |
| 22-Sep-2014 |
Florian MARGAINE |
DateTimeZone::getOffset() now accepts a DateTimeInterface Fixes #68062
|
#
2928dd60 |
| 26-Sep-2014 |
krakjoe |
remove fetches from date
|
#
e33f3d3b |
| 20-Sep-2014 |
Nikita Popov |
Move smart_str implementation into Zend/ So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just m
Move smart_str implementation into Zend/ So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
show more ...
|
#
b9677d31 |
| 20-Sep-2014 |
Anatol Belski |
avoid strlen usage in loop
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/
|
#
3bc8a958 |
| 19-Sep-2014 |
Dmitry Stogov |
Fixed useless or duplicated IS_INTERNED() checks
|
Revision tags: php-5.5.17RC1, php-5.4.33RC1 |
|
#
88d7ca44 |
| 01-Sep-2014 |
Dmitry Stogov |
Refactored INI subsystem to use zend_string* instead of char*
|
#
039f5122 |
| 27-Aug-2014 |
Anatol Belski |
fix signature
|
#
257ed406 |
| 27-Aug-2014 |
Anatol Belski |
's' works with size_t round 2
|
#
5882446b |
| 27-Aug-2014 |
Anatol Belski |
revert an accident
|