#
638d0cb7 |
| 28-Jan-2015 |
Dmitry Stogov |
Merge branch 'typed_returns' of github.com:morrisonlevi/php-src into test * 'typed_returns' of github.com:morrisonlevi/php-src: Implement return types
|
#
c8576c5a |
| 08-Jan-2015 |
Levi Morrison |
Implement return types RFC is documented here: https://wiki.php.net/rfc/return_types |
#
fc33f52d |
| 15-Jan-2015 |
Xinchen Hui |
bump year |
#
0579e827 |
| 15-Jan-2015 |
Xinchen Hui |
bump year |
#
73c1be26 |
| 15-Jan-2015 |
Xinchen Hui |
Bump year |
#
13977905 |
| 13-Jan-2015 |
Danack |
Added test and possible fix for https://bugs.php.net/bug.php?id=67068 |
Revision tags: php-5.5.21RC1, php-5.6.5RC1 |
|
#
b7a7b1a6 |
| 03-Jan-2015 |
Stanislav Malyshev |
trailing whitespace removal |
#
c42ac095 |
| 24-Dec-2014 |
Dmitry Stogov |
Added new API function 'zend_string* zend_string_tolower(zend_string*)'. It simplifies code and avoids unnecessary allocation and copying if string is already in lower case. |
#
2646f7bc |
| 22-Dec-2014 |
Dmitry Stogov |
Don't count variadic argument in zend_func.common.num_args. This allows faster CALL/RETURN code. |
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things |
#
3893c1fc |
| 12-Dec-2014 |
Dmitry Stogov |
Fixed compilation warnings |
Revision tags: php-5.6.4RC1, php-5.5.20RC1 |
|
#
094d409b |
| 22-Nov-2014 |
Guilherme Blanco |
Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some currently defined classes as final which were just not being considered as such before. |
#
5dd427ea |
| 03-Dec-2014 |
Dmitry Stogov |
Use zend_string* for op_array->arg_info[]->name and op_array->arg_info[]->class_name. For internal functions we still use char*. |
Revision tags: 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 |
|
#
ee5b30fa |
| 09-Oct-2014 |
Nikita Popov |
Remove support for classes without class entries get_class_entry must be non-NULL and return non-NULL. |
#
bd9a2346 |
| 03-Oct-2014 |
Dmitry Stogov |
Replaced EG(This) and EX(object) with EX(This). Internal functions now recieves zend_execute_data as the first argument. |
Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2 |
|
#
3bc8a958 |
| 19-Sep-2014 |
Dmitry Stogov |
Fixed useless or duplicated IS_INTERNED() checks |
Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0 |
|
#
24ab7b53 |
| 27-Aug-2014 |
Xinchen Hui |
It should be int |
#
8b875344 |
| 27-Aug-2014 |
Xinchen Hui |
Fixed folder mark |
#
7379abba |
| 27-Aug-2014 |
Andrea Faulds |
Fixed Closure::apply() for int64 |
#
17c5e828 |
| 27-Aug-2014 |
Andrea Faulds |
Merge branch 'master' into Closure_apply
|
#
46b53e81 |
| 25-Aug-2014 |
Nikita Popov |
Add zend_string_equals and zend_string_equals_literal |
Revision tags: POST_AST_MERGE, PRE_AST_MERGE |
|
#
6f9f0bf2 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 2 |
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1 |
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32 |
|
#
342265ba |
| 19-Aug-2014 |
Andrea Faulds |
Just return, no need for RETURN_NULL() |
#
56e6a45c |
| 18-Aug-2014 |
Andrea Faulds |
Accuracy |