Revision tags: php-5.5.21RC1, php-5.6.5RC1 |
|
#
b7a7b1a6 |
| 03-Jan-2015 |
Stanislav Malyshev |
trailing whitespace removal
|
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, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1 |
|
#
36b64b44 |
| 27-Oct-2014 |
Anatol Belski |
fix signature, zend_string is used for function name
|
Revision tags: 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.
|
Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17 |
|
#
e591c78d |
| 15-Sep-2014 |
Anatol Belski |
revamp serialization to work with size_t for Serializable
|
#
0799459e |
| 15-Sep-2014 |
Anatol Belski |
fix signed/unsigned mismatch
|
Revision tags: php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, 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 |
|
#
8ee2a4a9 |
| 16-Aug-2014 |
Anatol Belski |
first shot on merging the core fro the int64 branch
|
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, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1 |
|
#
c4d99ec9 |
| 02-Jul-2014 |
Dmitry Stogov |
Removed EG(called_scope) and use corresponding value from EG(current_execute_data)
|
Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1 |
|
#
f089d63d |
| 13-May-2014 |
Anatol Belski |
C89 compat
|
#
d8651fbe |
| 03-May-2014 |
Xinchen Hui |
Make they are in the same style of Z_ISREF
|
Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28 |
|
#
2d62a121 |
| 16-Apr-2014 |
Dmitry Stogov |
Prevented modification of constant arguments
|
Revision tags: php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1 |
|
#
7402af38 |
| 08-Apr-2014 |
Dmitry Stogov |
Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed). Now we destroy objects it two steps. At first - object properties of all objects and o
Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed). Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves.
show more ...
|
Revision tags: php-5.4.27, php-5.5.11 |
|
#
ea85451b |
| 27-Mar-2014 |
Dmitry Stogov |
Refactored data structures to keep zend_object* instead of a whole zval in some places
|
#
36cd92a7 |
| 20-Mar-2014 |
Dmitry Stogov |
Fixed passing argument by refefence from internal functions
|
Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26 |
|
#
19670c2b |
| 04-Mar-2014 |
Dmitry Stogov |
Fixied calling object closures from internal functions
|
#
32311747 |
| 28-Feb-2014 |
Xinchen Hui |
Fixed typo in previous commit
|
#
382b0dfd |
| 27-Feb-2014 |
Xinchen Hui |
Refactoring zend_iterator (incompleted)
|
Revision tags: php-5.6.0alpha3 |
|
#
39c46614 |
| 26-Feb-2014 |
Dmitry Stogov |
Fixed user iterator creation
|
#
0bde8c98 |
| 26-Feb-2014 |
Dmitry Stogov |
Fixed argument unpacking
|
#
495551aa |
| 26-Feb-2014 |
Dmitry Stogov |
Fixed iterators API. zend_iterator_init() has to be used in each get_iterator() callback.
|
#
0c0e9c3c |
| 26-Feb-2014 |
Xinchen Hui |
Fixed class name usage
|
#
e193944b |
| 21-Feb-2014 |
Xinchen Hui |
Fixed segfault in ext/standard/tests/strings/addslashes_variation1.php
|