#
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
|
#
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
|
#
2f406317 |
| 18-Aug-2014 |
Andrea Faulds |
Fixed issues spotted by code review
|
#
333a4657 |
| 17-Aug-2014 |
Andrea Faulds |
Comment clarification
|
#
429bbd70 |
| 17-Aug-2014 |
Andrea Faulds |
Old comment, whitespace
|
#
59010bff |
| 17-Aug-2014 |
Andrea Faulds |
Don't allow unbound scoped closures; make ->call used passed object as scope
|
#
3f468cd1 |
| 17-Aug-2014 |
Andrea Faulds |
Removed unused variable
|
#
6d187d53 |
| 17-Aug-2014 |
Andrea Faulds |
Fixed and cleaned up implementaton of Closure::call() for phpng
|
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3 |
|
#
85bf8b4f |
| 30-Jul-2014 |
Andrea Faulds |
Fixed unbound scoped closure edge cases and added tests for them
|
#
f65bdda4 |
| 30-Jul-2014 |
Andrea Faulds |
Rename ::apply to ::call for the sake of JS consistency
|