#
76cc99fe |
| 03-Apr-2014 |
Dmitry Stogov |
Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)
|
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
|
#
c6cba554 |
| 27-Mar-2014 |
Dmitry Stogov |
Use ZVAL_DEREF() macro
|
#
887189ca |
| 26-Mar-2014 |
Dmitry Stogov |
Refactored IS_INDIRECT usage for CV and object properties to support HashTable resizing
|
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*
|
#
f3a6c30c |
| 07-Mar-2014 |
Xinchen Hui |
IS_REFERENCE is unfrequent
|
Revision tags: php-5.5.10, php-5.4.26 |
|
#
e0f6bae5 |
| 04-Mar-2014 |
Dmitry Stogov |
Passing symbol_table into user error handlers
|
#
5e4a97f3 |
| 27-Feb-2014 |
Dmitry Stogov |
Fixed ASSIGN_OBJ with IS_TMP and IS_CONST operand
|
Revision tags: php-5.6.0alpha3 |
|
#
d062fb33 |
| 26-Feb-2014 |
Dmitry Stogov |
Generator related fixes
|
#
bb27b4ac |
| 25-Feb-2014 |
Dmitry Stogov |
Fixed refcounting
|
#
6b8253af |
| 25-Feb-2014 |
Dmitry Stogov |
Fixed user error handler invocation (temporary disabled symbol table passing)
|
#
820184dd |
| 25-Feb-2014 |
Dmitry Stogov |
Fixed converting IS_REFERENCE to string
|
#
e687939f |
| 24-Feb-2014 |
Xinchen Hui |
Fixed wrong array to string convertion
|
#
bdeaf2ef |
| 21-Feb-2014 |
Dmitry Stogov |
Wrong string destruction
|
Revision tags: php-5.4.26RC1, php-5.5.10RC1 |
|
#
2b9b9afa |
| 17-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
#
17bf59f8 |
| 14-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
#
4e66abad |
| 12-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete) - refactored return_value handling
|
Revision tags: 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
|
#
47c90277 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
#
c0d060f5 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
Revision tags: php-5.4.24RC1, php-5.5.8RC1 |
|
#
f156e684 |
| 23-Dec-2013 |
Anatol Belski |
removed outdated IsDebuggerPresent declaration This piece of code seems to retain compatibility with some windows versions before 2000. Today it's not relevant anymore and only produ
removed outdated IsDebuggerPresent declaration This piece of code seems to retain compatibility with some windows versions before 2000. Today it's not relevant anymore and only produces a warning C4273 because of the conflicting prototype. In VC9 the declaration is present in winbase.h:4142, but available is it already in winxp. Here's the doc link http://msdn.microsoft.com/en-us/library/windows/desktop/ms680345(v=vs.85).aspx
show more ...
|
#
aed4b086 |
| 18-Dec-2013 |
Kalle Sommer Nielsen |
Eliminate the TSRMLS_FETCH() calls in the ticks functions and hook
|
Revision tags: php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1 |
|
#
1a1e83a5 |
| 17-Nov-2013 |
krakjoe |
export more Zend API
|
#
f046189e |
| 17-Nov-2013 |
krakjoe |
export more Zend API
|