summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Leftover: Bump version to 5.7.0Sebastian Bergmann2013-12-031-1/+1
* Merge branch 'PHP-5.6'Dmitry Stogov2013-12-021-3/+9
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-12-021-3/+9
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-12-021-3/+9
| | |\
| | | * Fixed ability to build non-specialized GOTO VMDmitry Stogov2013-12-021-3/+10
* | | | Merge branch 'PHP-5.6'Nikita Popov2013-12-013-0/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2013-12-013-0/+6
| |\ \ \ | | |/ /
| | * | Fix bug #65764Nikita Popov2013-12-013-0/+6
* | | | Merge branch 'PHP-5.6'Nikita Popov2013-11-306-197/+332
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2013-11-306-197/+332
| |\ \ \ | | |/ /
| | * | Cleanup generator closing code a bitNikita Popov2013-11-301-68/+73
| | * | Fixed bug #66041: list() fails to unpack yielded ArrayAccess objectNikita Popov2013-11-306-134/+264
* | | | Merge branch 'PHP-5.6'Nikita Popov2013-11-291-1/+1
|\ \ \ \ | |/ / /
| * | | Fixed unused value compiler warningArunSK2013-11-291-1/+1
* | | | Merge branch 'PHP-5.6'Dmitry Stogov2013-11-291-0/+8
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-291-0/+8
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-11-291-0/+8
| | |\ \ | | | |/
| | | * Added validation of class names in the autoload processDmitry Stogov2013-11-291-0/+8
* | | | Merge branch 'PHP-5.6'Dmitry Stogov2013-11-292-7/+15
|\ \ \ \ | |/ / /
| * | | Avoid interned hash key duplication and hash key length recaclulationDmitry Stogov2013-11-292-7/+15
* | | | Merge branch 'PHP-5.6'Dmitry Stogov2013-11-285-16/+16
|\ \ \ \ | |/ / /
| * | | Removed unused "pHashFunction" argument in _zend_hash_init() and family (must...Dmitry Stogov2013-11-285-16/+16
| * | | Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6Dmitry Stogov2013-11-2823-39/+707
| |\ \ \
* | \ \ \ Merge branch 'master' of git.php.net:php-srcDmitry Stogov2013-11-2823-39/+707
|\ \ \ \ \
| * \ \ \ \ Merge branch 'PHP-5.6'Bob Weinand2013-11-2823-39/+707
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'const_scalar_exprs' into PHP-5.6Bob Weinand2013-11-2823-39/+707
| | |\ \ \ \
| | | * | | | Moved arrays again to "static_scalar:" & little cleanupBob Weinand2013-11-075-92/+92
| | | * | | | RenamingDmitry Stogov2013-11-073-56/+56
| | | * | | | Constant expressions refactoringDmitry Stogov2013-11-0614-406/+544
| | | * | | | Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_sca...Dmitry Stogov2013-11-0623-200/+730
| | | |\ \ \ \
| | | | * | | | Removed operations on constant arrays.Bob Weinand2013-11-031-3/+3
| | | | * | | | Added a few more operatorsBob Weinand2013-11-035-14/+115
| | | | * | | | Whitespace fixBob Weinand2013-11-011-2/+2
| | | | * | | | converted several switches to ifs and made more opcache friendlyBob Weinand2013-11-018-183/+124
| | | | * | | | Fatal error about self referencing constants fixedBob Weinand2013-10-311-2/+0
| | | | * | | | Fixed mem leaks, added tests and ternary operatorBob Weinand2013-10-3112-30/+210
| | | | * | | | Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-3116-269/+580
* | | | | | | | Merge branch 'PHP-5.6'Dmitry Stogov2013-11-282-44/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | Some rare deprecated cases replaced by ZEND_ASSERT() (some extensions might n...Dmitry Stogov2013-11-281-36/+7
| * | | | | | Removed duplicated hash function implementation (100% source compatible)Dmitry Stogov2013-11-282-8/+2
| |/ / / / /
* | | | | | Merge branch 'PHP-5.6'Dmitry Stogov2013-11-284-2/+18
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Don't check argument types for internal functions without type hintingDmitry Stogov2013-11-284-2/+18
* | | | | | Merge branch 'PHP-5.6'Dmitry Stogov2013-11-272-2/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed testsDmitry Stogov2013-11-272-2/+1
* | | | | | Merge branch 'PHP-5.6'Dmitry Stogov2013-11-277-314/+260
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Removed deprecated AI_SET_PTR()sDmitry Stogov2013-11-277-314/+260
* | | | | | Merge branch 'PHP-5.6'Dmitry Stogov2013-11-274-285/+163
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-274-285/+163
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-11-274-363/+229
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Fixed bug #65969 (Chain assignment with T_LIST failure)Dmitry Stogov2013-11-274-128/+163