#
f3c1881f |
| 06-May-2014 |
Bob Weinand |
Re-added fix for bug #66015 and adapted for phpng branch
|
Revision tags: php-5.6.0beta2 |
|
#
17d027ed |
| 30-Apr-2014 |
Dmitry Stogov |
Split IS_BOOL into IS_FALSE and IS_TRUE
|
Revision tags: php-5.5.12, php-5.4.28 |
|
#
bda96e3c |
| 21-Apr-2014 |
Nikita Popov |
Use zval_get_string in print_zval and propagate TSRMLS
|
Revision tags: php-5.4.28RC1, php-5.5.12RC1 |
|
#
050d7e38 |
| 15-Apr-2014 |
Dmitry Stogov |
Cleanup (1-st round)
|
#
5dc52e48 |
| 14-Apr-2014 |
Dmitry Stogov |
Fixed interface constants inheritance. Now we use IS_REFERENCE for inhereted class constants. I might miss some edje cases.
|
#
f614fc68 |
| 11-Apr-2014 |
Bob Weinand |
Fix bug #66015 by reverting "Removed operations on constant arrays."
|
Revision tags: php-5.6.0beta1 |
|
#
76cc99fe |
| 03-Apr-2014 |
Dmitry Stogov |
Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)
|
#
d8099d04 |
| 02-Apr-2014 |
Dmitry Stogov |
Changed data layout to allow more efficient operations
|
Revision tags: php-5.4.27, php-5.5.11 |
|
#
a25a1ba0 |
| 01-Apr-2014 |
Dmitry Stogov |
STR_DUP() doesn't duplicate interned strings anymore. In case new string is required STR_INIT() or STR_ALLOC() should be used.
|
#
887189ca |
| 26-Mar-2014 |
Dmitry Stogov |
Refactored IS_INDIRECT usage for CV and object properties to support HashTable resizing
|
#
a4280c34 |
| 21-Mar-2014 |
Dmitry Stogov |
Fixed reference counting
|
#
36cd92a7 |
| 20-Mar-2014 |
Dmitry Stogov |
Fixed passing argument by refefence from internal functions
|
#
1d66808d |
| 20-Mar-2014 |
Dmitry Stogov |
Reverted 07fcdc40a0f2af388cff2b6083149a0dd8584003
|
#
07fcdc40 |
| 20-Mar-2014 |
Dmitry Stogov |
Fixed circular array copying
|
#
b7938ab1 |
| 19-Mar-2014 |
Dmitry Stogov |
Refactored GC (incomplete)
|
Revision tags: php-5.5.11RC1, php-5.4.27RC1 |
|
#
aa5f5530 |
| 17-Mar-2014 |
Dmitry Stogov |
Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*
|
#
53e312c6 |
| 11-Mar-2014 |
Xinchen Hui |
Review ended Revert "An demo(for review) to show how to fix the problem(symbol table resize)" This reverts commit 60c354510b6731ec8348af9c5e230a4859c7c383.
|
#
60c35451 |
| 10-Mar-2014 |
Xinchen Hui |
An demo(for review) to show how to fix the problem(symbol table resize)
|
#
2eb980f6 |
| 06-Mar-2014 |
Dmitry Stogov |
IS_REFERENCE with refcount==1 should be handled as ordinal value
|
Revision tags: php-5.5.10 |
|
#
37337373 |
| 05-Mar-2014 |
Dmitry Stogov |
Handle interned strings as non-refcounted scalars
|
Revision tags: php-5.4.26 |
|
#
54095e8c |
| 28-Feb-2014 |
Dmitry Stogov |
Converting from reference to regular value
|
Revision tags: php-5.6.0alpha3 |
|
#
ff61b469 |
| 19-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
#
557994d5 |
| 18-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
Revision tags: php-5.4.26RC1, php-5.5.10RC1 |
|
#
5de71156 |
| 18-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete; able to run bench.php)
|
#
2b9b9afa |
| 17-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|