Revision tags: 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 |
|
#
f47976dd |
| 13-May-2014 |
Levi Morrison |
Fix bug 666222 This also adds some smaller, isolated tests related to bug 66622.
|
#
e030efa4 |
| 13-May-2014 |
Levi Morrison |
Fix bug 666222 This also adds some smaller, isolated tests related to bug 66622. Conflicts: Zend/zend_vm_def.h Zend/zend_vm_execute.h
|
#
bc357eaf |
| 25-May-2014 |
Xinchen Hui |
Fixed apply_func_args_t
|
#
9eb89ddd |
| 23-May-2014 |
Dmitry Stogov |
Use optimized zend_array_dup() function. convert zend_hash_num_elements() and zend_hash_next_free_element() into macros.
|
#
88c550a7 |
| 09-May-2014 |
Xinchen Hui |
Added vstrpprintf strpprintf to avoid duplicate string (the function name maybe improvement)
|
Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28 |
|
#
4ed452c1 |
| 21-Apr-2014 |
Dmitry Stogov |
Convert zval_get_string() into "fast path" macro and "slow path" function
|
#
72c287bd |
| 21-Apr-2014 |
Dmitry Stogov |
Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word
|
#
e96073b1 |
| 17-Apr-2014 |
Dmitry Stogov |
Moved zend_literal->cache_slot right into zval. It should be accessed using Z_CACHE_SLOT() macro. zend_literal structure is removed. API functions that accepted pointer to zend_literal no
Moved zend_literal->cache_slot right into zval. It should be accessed using Z_CACHE_SLOT() macro. zend_literal structure is removed. API functions that accepted pointer to zend_literal now accept pointer to zval or cache_slot directly. Calls of such functiond that now accept cache_slot need to be changed to pass -1 instead of NULL.
show more ...
|
Revision tags: php-5.4.28RC1 |
|
#
7a1a6092 |
| 15-Apr-2014 |
Nikita Popov |
Add functions for extracting long/double/string from zval These function get the long / double / string value of a zval with usual cast semantics, but without actually modifying the zval
Add functions for extracting long/double/string from zval These function get the long / double / string value of a zval with usual cast semantics, but without actually modifying the zval. Didn't go on a killing spree for convert_to_* yet...
show more ...
|
Revision tags: php-5.5.12RC1 |
|
#
050d7e38 |
| 15-Apr-2014 |
Dmitry Stogov |
Cleanup (1-st round)
|
Revision tags: 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
|
#
5c169160 |
| 21-Mar-2014 |
Dmitry Stogov |
cosure->debug_info is not a subject for GC
|
#
b7938ab1 |
| 19-Mar-2014 |
Dmitry Stogov |
Refactored GC (incomplete)
|
Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26 |
|
#
cb7797a4 |
| 28-Feb-2014 |
Dmitry Stogov |
Fixed NULL pointer dereferencing
|
#
08d9a4ff |
| 28-Feb-2014 |
Dmitry Stogov |
Fixed closures in static methods
|
#
feeca5ab |
| 28-Feb-2014 |
Dmitry Stogov |
Fixed uninitialized zval
|
#
a72a1b13 |
| 28-Feb-2014 |
Dmitry Stogov |
Fixed memory leak
|
#
a5ce7d52 |
| 28-Feb-2014 |
Xinchen Hui |
Revert "Move zend_objects_store_put out of zend_object_std_init" This reverts commit 8ced4f0ac906fd9a28b968801487630326c45bc8.
|
#
8ced4f0a |
| 28-Feb-2014 |
Xinchen Hui |
Move zend_objects_store_put out of zend_object_std_init
|
#
3696e038 |
| 27-Feb-2014 |
Dmitry Stogov |
Various fixes related to read_property(), read_dimension() and iterators refactoring
|
Revision tags: php-5.6.0alpha3 |
|
#
cabfbf71 |
| 25-Feb-2014 |
Dmitry Stogov |
Fixed IS_REFERENCE handling
|
#
ff61b469 |
| 19-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
Revision tags: php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2 |
|
#
f4cfaf36 |
| 10-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24 |
|
#
c081ce62 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|