summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* Re-applyed Bob's patch with minor fixesDmitry Stogov2014-05-071-1/+0
* Reverted Bob's patch (it breaks many tests when run with opcache and needs to...Dmitry Stogov2014-05-071-0/+1
* Fix parse_method_paramsNikita Popov2014-05-061-1/+6
* Fix error message in parse_method_paramsNikita Popov2014-05-061-1/+1
* Re-added fix for bug #66015 and adapted for phpng branchBob Weinand2014-05-061-1/+0
* Refactor Zip (1 test failed)Xinchen Hui2014-05-051-2/+9
* Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-9/+21
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-4/+15
|\
| * Merge branch 'PHP-5.6'Bob Weinand2014-04-111-3/+3
| |\
| | * Removed useless void* parameter and replaced with zend_bool on zval_update_co...Bob Weinand2014-04-111-3/+3
| * | Merge branch 'PHP-5.6'Bob Weinand2014-04-111-1/+0
| |\ \ | | |/
| | * Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-1/+0
| * | Merge branch 'PHP-5.6'Sara Golemon2014-02-171-1/+12
| |\ \ | | |/
| | * Add __debugInfo() magic methodSara Golemon2014-02-171-1/+12
* | | Fixed compilation warningsDmitry Stogov2014-04-221-7/+3
* | | Use zval_get_string in a few more placesNikita Popov2014-04-211-6/+1
* | | Use alloca() for temporary allocationDmitry Stogov2014-04-211-7/+13
* | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-49/+21
* | | Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-13/+13
* | | Cleanup (2-nd round)Dmitry Stogov2014-04-151-1/+1
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-27/+12
* | | Fixed zend_object_get_t in simpleXMLXinchen Hui2014-04-151-2/+4
* | | Fix ZTS buildNikita Popov2014-04-091-11/+7
* | | Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-2/+2
* | | Constant duplication optimizationDmitry Stogov2014-04-041-1/+1
* | | Various VM optimizationsDmitry Stogov2014-04-041-1/+1
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-6/+6
* | | Use STR_COPY() instead of STR_DUP() where possibleDmitry Stogov2014-04-011-1/+1
* | | Refactor session (incompleted)Xinchen Hui2014-03-281-1/+3
* | | Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-47/+43
* | | CleanupDmitry Stogov2014-03-271-2/+2
* | | Use ZVAL_DEREF() macroDmitry Stogov2014-03-271-19/+5
* | | Replaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x))Dmitry Stogov2014-03-271-4/+4
* | | Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-2/+65
* | | More accurate zval comparisonDmitry Stogov2014-03-191-1/+26
* | | Fixed passing arguments by reference from internal functionsDmitry Stogov2014-03-111-1/+6
* | | Forgot to remove unused codesXinchen Hui2014-03-071-6/+0
* | | Refactor reference handlingXinchen Hui2014-03-071-20/+27
* | | Fixed support for referencesDmitry Stogov2014-03-071-0/+6
* | | Invalid free of args("+")Xinchen Hui2014-03-051-1/+0
* | | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Xinchen Hui2014-03-051-1/+3
|\ \ \
| * | | Handle interned strings as non-refcounted scalarsDmitry Stogov2014-03-051-1/+3
* | | | Fixed NULL pointer dereferenceXinchen Hui2014-03-051-7/+10
|/ / /
* | | Arguments taken by internal functions using zend_parse_parameters() with "+" ...Dmitry Stogov2014-03-051-14/+3
* | | Fixied calling object closures from internal functionsDmitry Stogov2014-03-051-29/+29
* | | Elements in array could be referenceXinchen Hui2014-03-031-0/+6
* | | Fixed user stream filtersDmitry Stogov2014-02-281-8/+8
* | | Fixed refcount handlingXinchen Hui2014-02-281-1/+3
* | | Fixed method argument parsingDmitry Stogov2014-02-281-1/+1
* | | Fixed memory leakDmitry Stogov2014-02-281-1/+1