summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-15105-107/+107
* Fixed malloc/emalloc messDmitry Stogov2015-01-151-2/+2
* Initialize ht->nTableMaskDmitry Stogov2015-01-151-0/+1
* optimize offset computationAnatol Belski2015-01-151-2/+8
* don't return value in the void functionAnatol Belski2015-01-151-1/+2
* fix "unknown void * size" errAnatol Belski2015-01-151-4/+4
* Merge branch 'zend_sort' of https://github.com/laruence/php-srcXinchen Hui2015-01-1412-163/+460
|\
| * Faster sorting algoXinchen Hui2015-01-1412-162/+457
* | Fixed typoDmitry Stogov2015-01-141-3/+3
* | Improve "instanceof". Interfaces of the left operand should be checked only i...Dmitry Stogov2015-01-143-16/+54
* | cleanupAnatol Belski2015-01-141-8/+1
* | fixed zend_hash_init() when the lzcnt instruction isn't supportedAnatol Belski2015-01-141-16/+14
|/
* Reorder conditions to make "fast paths" shorterDmitry Stogov2015-01-132-780/+822
* Improved access to object properties (cache property offset instead of pointe...Dmitry Stogov2015-01-135-139/+200
* Fixed possible double freeDmitry Stogov2015-01-131-1/+1
* Handle run-time cache for static properties directly in executor.Dmitry Stogov2015-01-135-168/+489
* Fixed possible crashDmitry Stogov2015-01-131-11/+13
* Add hintingXinchen Hui2015-01-121-1/+1
* Improved access to static property. Now we cache pointers to zval instead of ...Dmitry Stogov2015-01-134-41/+229
* Only backup vm_stack* if generator->stack has not been freedBob Weinand2015-01-121-2/+3
* Optimized error_reporting() similar to silence operator (ZEND_BEGIN_SILENCE o...Dmitry Stogov2015-01-121-6/+33
* Use FAST_ZPP in few more frequently used functionsDmitry Stogov2015-01-121-0/+7
* Faster strrpos implementationXinchen Hui2015-01-122-17/+96
* Faster zend_memnstr for long textXinchen Hui2015-01-122-13/+70
* trailing whitespace removalStanislav Malyshev2015-01-1079-910/+910
* Fixed #68779 (Incorrect sizeof)Xinchen Hui2015-01-101-2/+2
* Make empty list() check stricterNikita Popov2015-01-092-4/+17
* Fix bug #68775Nikita Popov2015-01-092-3/+22
* Removed parsing support traits to have extends and implements.Guilherme Blanco2015-01-094-16/+4
* Decoupled class declaration statement into more granular pieces.Guilherme Blanco2015-01-095-21/+70
* Fix the same leak with %=Nikita Popov2015-01-072-4/+15
* Fix leak for compound shift self-assign error casesNikita Popov2015-01-072-6/+39
* Fix uses of zval_add_ref and add comment on usageNikita Popov2015-01-051-2/+4
* Add test script and use efree_sizeXinchen Hui2015-01-052-1/+51
* Revert "Revert "Fix memory leak when dereferencing reference with refcount 1""Xinchen Hui2015-01-051-0/+2
* Revert "Fix memory leak when dereferencing reference with refcount 1"Xinchen Hui2015-01-051-2/+0
* Fix memory leak when dereferencing reference with refcount 1Bob Weinand2015-01-051-0/+2
* Add missing string cast for non-cv var fetchesNikita Popov2015-01-042-0/+16
* Fix use after free for variables with integer namesNikita Popov2015-01-042-0/+14
* cleanup redundand macrosAnatol Belski2014-12-312-10/+6
* Make zend_parse_parameters share fast zpp implementation where possibleAndrea Faulds2014-12-292-261/+94
* Micro optimization for better register allocationDmitry Stogov2014-12-292-2/+2
* Reored conditionsDmitry Stogov2014-12-292-60/+60
* CleanupDmitry Stogov2014-12-292-14/+12
* Fixed bug #68676 (Explicit Double Free)Kalle Sommer Nielsen2014-12-291-1/+1
* Use internd string as keyXinchen Hui2014-12-291-2/+2
* fix invalid free mentioned in bug 68665Anatol Belski2014-12-283-2547/+2544
* added test for bug #68665Anatol Belski2014-12-281-0/+23
* Introduce specialized functions to compare with integer and string, to elimin...Dmitry Stogov2014-12-271-0/+30
* Use special flag (HASH_FLAG_INITIALIZED) instead of (nTableMask == 0) to indi...Dmitry Stogov2014-12-273-66/+37