summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-263-10/+6
* Small cleanups in hash implementationNikita Popov2014-12-261-47/+13
* Optimized destruction of extra arguments passed to user functions.Dmitry Stogov2014-12-264-12/+27
* remove unused variableAnatol Belski2014-12-241-1/+0
* C89 compatAnatol Belski2014-12-241-1/+2
* For disabled function, to disable arguments checks, we have to reset num_args...Dmitry Stogov2014-12-241-0/+2
* Added new API function 'zend_string* zend_string_tolower(zend_string*)'.Dmitry Stogov2014-12-2411-132/+123
* better fix for script encoding iniAnatol Belski2014-12-231-2/+2
* fix NULL deref when the script encoding wasn't previously setAnatol Belski2014-12-231-1/+1
* API for fast construction of packed arraysDmitry Stogov2014-12-234-80/+120
* zend_hash_do_resize: fix compacting conditionK.2014-12-231-1/+1
* cleanupAnatol Belski2014-12-231-18/+0
* Revert "Improve Hash foreach macros"Xinchen Hui2014-12-231-18/+0
* Improve Hash foreach macrosXinchen Hui2014-12-231-0/+18
* Please becareful with the tailed space after slashXinchen Hui2014-12-221-2/+2
* share that hunk of codeAndrea Faulds2014-12-231-91/+36
* Improved get_object_vars()Dmitry Stogov2014-12-231-16/+22
* remove 3.0 from excluded versions because limitation lifted by native-tlskrakjoe2014-12-221-1/+1
* Removed useless checksDmitry Stogov2014-12-224-17/+4
* Don't count variadic argument in zend_func.common.num_args. This allows faste...Dmitry Stogov2014-12-229-31/+42
* typoDmitry Stogov2014-12-222-2/+2
* Micro optimaztion (yeah, I know compiler supposed to do that)Xinchen Hui2014-12-224-21/+21
* Fixed segfaultXinchen Hui2014-12-212-6/+4
* Micro optimizationXinchen Hui2014-12-213-21/+12
* Micro optimizationsXinchen Hui2014-12-212-28/+25
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-2118-78/+78