Revision tags: php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0 |
|
#
2aeef4e5 |
| 30-Nov-2015 |
Willem-Jan |
Test + support for negative timestamps with microtime
|
#
58797219 |
| 30-Nov-2015 |
Willem-Jan |
Compare agaist fraction when sse are equal
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016)
|
#
4171a8f6 |
| 13-Dec-2015 |
Xinchen Hui |
Internal function argumensts cleanup (strict_types)
|
#
f248309b |
| 09-Dec-2015 |
Xinchen Hui |
Revert "Fixed bug #71053 (Type Hint about DateTime::diff does not match with informed)" THis is bc break, which will break $date1->diff($date2 , 1), which is common used please
Revert "Fixed bug #71053 (Type Hint about DateTime::diff does not match with informed)" THis is bc break, which will break $date1->diff($date2 , 1), which is common used please do not do bc break without a asking This reverts commit 943b23dcf6666a708c2ad4470cad5db36d47683a.
show more ...
|
#
943b23dc |
| 09-Dec-2015 |
Reeze Xia |
Fixed bug #71053 (Type Hint about DateTime::diff does not match with informed)
|
Revision tags: php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5 |
|
#
c98ea846 |
| 02-Oct-2015 |
Xinchen Hui |
Fixed bug #70619 (DateTimeImmutable segfault)
|
Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4 |
|
#
ad4fa8f7 |
| 24-Sep-2015 |
Dmitry Stogov |
Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().
|
#
a9bbe5c3 |
| 22-Sep-2015 |
Dmitry Stogov |
Make use of timelib 2015.02's support for external memory managers.
|
Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1 |
|
#
bb057498 |
| 17-Aug-2015 |
Christoph M. Becker |
Fix #70277: new DateTimeZone($foo) is ignoring text after null byte The DateTimeZone constructors are not binary safe. They're parsing the timezone as string, but discard the length when
Fix #70277: new DateTimeZone($foo) is ignoring text after null byte The DateTimeZone constructors are not binary safe. They're parsing the timezone as string, but discard the length when calling timezone_initialize(). This patch adds a tz_len parameter and a respective check to timezone_initialize().
show more ...
|
#
e66bf116 |
| 14-Aug-2015 |
Christoph M. Becker |
Fix #70266 (DateInterval::__construct.interval_spec is not supposed to be optional) The required_num_args argument of ZEND_BEGIN_ARG_INFO_EX() has to be 1.
|
#
3b874086 |
| 12-Aug-2015 |
Christoph M. Becker |
Fix #70245: strtotime does not emit warning when 2nd parameter is object or string Caused by a refactoring strtotime() called zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ...) inste
Fix #70245: strtotime does not emit warning when 2nd parameter is object or string Caused by a refactoring strtotime() called zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ...) instead of zend_parse_parameters().
show more ...
|
Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44 |
|
#
0e090097 |
| 02-Aug-2015 |
Stanislav Malyshev |
Do not do convert_to_* on unserialize, it messes up references
|
#
57247f01 |
| 30-Jul-2015 |
Ferenc Kovacs |
removed another E_STRICT(with the approval of Derick), 3 more to go
|
Revision tags: php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
7ec1e174 |
| 06-Jul-2015 |
Aaron Piotrowski |
Update memory freeing and other issues, revert some changes
|
#
907476f3 |
| 05-Jul-2015 |
Aaron Piotrowski |
Convert E_ERROR to thrown Error in extensions
|
#
4a2e40bb |
| 30-Jun-2015 |
Dmitry Stogov |
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
|
#
4bd22cf1 |
| 29-Jun-2015 |
Dmitry Stogov |
Improved zend_string API (Francois Laupretre) Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net>
Improved zend_string API (Francois Laupretre) Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net> Date: Fri Jun 26 01:23:31 2015 +0200 Use the new 'ZSTR' macros in the rest of the code. Does not change anything to the generated code (thanks to compat macros) but cleaner. commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8 Author: Francois Laupretre <francois@tekwire.net> Date: Thu Jun 25 13:45:06 2015 +0200 Improve zend_string API Add missing methods
show more ...
|
Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2 |
|
#
b148c50f |
| 12-Jun-2015 |
Anatol Belski |
Revert fix for bug #55407 See 8e19705a93d785cd1ff8ba3a69699b00169fea47 and discussion on github. The suggestion is to target a proper solution in in 7.1.
|
#
1c754f0b |
| 12-Jun-2015 |
Dmitry Stogov |
Get rid of more ZVAL_ZVAL() macros
|
#
8e10e8f9 |
| 12-Jun-2015 |
Dmitry Stogov |
Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few places). Switch from ZVAL_ZVAL() to simpler macros where possible (it makes sense to review remaining places)
|
Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42 |
|
#
9a0bdd90 |
| 04-Jun-2015 |
Xinchen Hui |
Fixed invalid read druing apache reload
|
Revision tags: POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1 |
|
#
6a5798d9 |
| 28-Apr-2015 |
Derick Rethans |
Use new structures for tzdb header here as well
|
Revision tags: php-5.6.8, php-5.5.24, php-5.4.40 |
|
#
10756522 |
| 14-Apr-2015 |
Nikita Popov |
Fix leak in timezone_open when instantiation fails
|
#
122d7596 |
| 02-Apr-2015 |
Nikita Popov |
Always throw TypeException on throwing zpp failures Introduces a ZEND_PARSE_PARAMS_THROW flag for zpp, which forces to report FAILURE errors using a TypeException instead of a Warning,
Always throw TypeException on throwing zpp failures Introduces a ZEND_PARSE_PARAMS_THROW flag for zpp, which forces to report FAILURE errors using a TypeException instead of a Warning, like it would happen in strict mode. Adds a zend_parse_parameters_throw() convenience function, which invokes zpp with this flag. Converts all cases I could identify, where we currently have throwing zpp usage in constructors and replaces them with this API. Error handling is still replaced to EH_THROW in some cases to handle other, domain-specific errors in constructors.
show more ...
|