summaryrefslogtreecommitdiff
path: root/Zend/zend.h
Commit message (Expand)AuthorAgeFilesLines
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-13/+13
* Bump version to 7.0.0-devDmitry Stogov2014-08-151-1/+1
* update zend_make_printable_zval to take TSRM contextkrakjoe2014-08-111-1/+1
* Revert "stash" (pushed by accident)Xinchen Hui2014-07-181-3/+1
* stashXinchen Hui2014-07-161-1/+3
* Fast parameter parsing APIDmitry Stogov2014-07-111-0/+8
* Imporoved EXPECTED/UNEXPECTED macros to support not boolean expressions.Dmitry Stogov2014-07-091-2/+2
* Changed zend_make_printable_zval() to return "use_copy" instead of additional...Dmitry Stogov2014-07-091-1/+1
* Simplify call-frame handlingDmitry Stogov2014-07-071-1/+1
* Uinified call frame handling for user and internal functions.Dmitry Stogov2014-07-021-2/+3
* Fixed typoXinchen Hui2014-06-181-2/+2
* Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)Xinchen Hui2014-06-181-0/+15
* Improved conditions orderDmitry Stogov2014-06-111-23/+22
* Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-31/+42
* cleanupDmitry Stogov2014-06-031-9/+0
* Improved conditions orderDmitry Stogov2014-05-301-10/+13
* Introduced immutable arrays. They don't need to be copyed and may be used dir...Dmitry Stogov2014-05-291-12/+15
* Assert that EMPTY_SWITCH_DEFAULT_CASE() cannot be reached in debugNikita Popov2014-05-221-6/+5
* Added vstrpprintf strpprintf to avoid duplicate stringXinchen Hui2014-05-101-0/+2
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-0/+1
|\
| * Merge branch 'PHP-5.6'Bob Weinand2014-04-111-5/+2
| |\
| | * Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-5/+2
| * | Merge branch 'PHP-5.6'Sara Golemon2014-02-171-0/+1
| |\ \ | | |/
| | * Add __debugInfo() magic methodSara Golemon2014-02-171-0/+1
* | | Allocate zend_strings with correct sizeNikita Popov2014-04-231-0/+30
* | | Use zval_get_string in print_zval and propagate TSRMLSNikita Popov2014-04-211-2/+2
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-52/+0
* | | Fixed macroDmitry Stogov2014-04-091-1/+3
* | | Various VM optimizationsDmitry Stogov2014-04-041-48/+51
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-45/+44
* | | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-4/+4
* | | Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-2/+7
* | | CleanupDmitry Stogov2014-03-271-5/+2
* | | Use ZVAL_DEREF() macroDmitry Stogov2014-03-271-13/+21
* | | Refactor mbstring (incompleted)Xinchen Hui2014-03-241-0/+6
* | | Refactored GC (incomplete)Dmitry Stogov2014-03-191-3/+11
* | | Reverted wrong fixDmitry Stogov2014-03-111-2/+0
* | | Fixed refcountingDmitry Stogov2014-03-071-5/+12
* | | Handle interned strings as non-refcounted scalarsDmitry Stogov2014-03-051-4/+2
* | | Fixed IS_REFERENCE separationDmitry Stogov2014-03-051-1/+4
* | | Fixed dereferencing of value returned from function (foo()[1] = ...)Dmitry Stogov2014-03-041-3/+1
* | | Fixed destruction of VM handler operands (FREE_OP1 and family)Dmitry Stogov2014-03-041-0/+2
* | | Fixed macrosDmitry Stogov2014-03-031-70/+87
* | | Fixed SEPARATE_ZVAL_IF_REF()Dmitry Stogov2014-02-281-0/+9
* | | Fixed SEPARATE_ZVAL() to support objects and resourcesDmitry Stogov2014-02-281-9/+14
* | | Fixed segfault due to missing REFCOUNTED checkXinchen Hui2014-02-211-5/+5
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-181-3/+5
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-171-0/+1
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-141-0/+10
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-121-2/+0