summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Evaluate arguments of new for classes without ctorNikita Popov2016-03-257-29/+79
* Allow specifying keys on list() elementsAndrea Faulds2016-03-2519-45/+1481
* Fixed possible memory leak.Dmitry Stogov2016-03-231-0/+4
* Merge branch 'PHP-7.0'Anatol Belski2016-03-221-3/+3
|\
| * Disable huge pages in the Zend allocator by defaultRasmus Lerdorf2016-03-221-3/+3
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-213-1/+25
|\ \ | |/
| * Fixed bug #71871Nikita Popov2016-03-213-1/+25
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-212-4/+6
|\ \ | |/
| * array_dup should not copy the nApplyCountXinchen Hui2016-03-211-3/+3
| * Also protects object to array castXinchen Hui2016-03-211-1/+3
* | Avoid data bypass delays between integer and floating point execution units o...Dmitry Stogov2016-03-212-7/+47
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-211-1/+1
|\ \ | |/
| * Fix bug #71835 (json_encode sometimes incorrectly detects recursion with Json...Jakub Zelenka2016-03-201-1/+1
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-204-4/+122
|\ \ | |/
| * Fixed bug #71731Nikita Popov2016-03-202-1/+78
| * Fix use of UNDEF instead of NULL in read_dimensionNikita Popov2016-03-203-3/+44
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-202-8/+32
|\ \ | |/
| * Fixed Bug #71859 (zend_objects_store_call_destructors operates on realloced m...Xinchen Hui2016-03-202-8/+32
* | Fix broken mergeNikita Popov2016-03-201-5/+1
* | Drop some dead definesNikita Popov2016-03-202-28/+0
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-181-1/+1
|\ \ | |/
| * Fix ZEND_DEBUG conditionNikita Popov2016-03-181-1/+1
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-03-171-1/+11
|\ \ | |/
| * Added ability to disable huge pages in Zend Memeory Manager through the envir...Dmitry Stogov2016-03-171-1/+11
| * Fixed test & ZEND_BOOL should result TMP_VARXinchen Hui2016-03-171-1/+1
* | Squashed commit of the following:Dmitry Stogov2016-03-177-15/+3163
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-171-6/+23
|\ \ | |/
| * Fixed for masterXinchen Hui2016-03-171-6/+19
* | Unnecessary anymoreXinchen Hui2016-03-171-23/+0
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-173-450/+413
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-03-173-360/+503
| |\
| | * Fixed bug #71841 (EG(error_zval) is not handled well)Xinchen Hui2016-03-173-239/+504
| | * tsrm_win32_get_path_sid_key might returns NULL (Partially fix bug #71752)Xinchen Hui2016-03-101-1/+3
| | * bump year which is missed in rev 49493a2Xinchen Hui2016-01-02101-103/+103
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* | | Sorry for that... Merged by accident....Xinchen Hui2016-03-176-3086/+15
* | | Revert "Taking into account "undefined" variables"Xinchen Hui2016-03-172-60/+60
* | | Merge branch 'master' of git.php.net:/php-srcXinchen Hui2016-03-171-1/+2
|\ \ \
| * | | Fix buildKalle Sommer Nielsen2016-03-171-1/+2
* | | | Fixed Bug #71824 (null ptr deref _zval_get_string_func (zend_operators.c:851))Xinchen Hui2016-03-173-90/+293
* | | | Taking into account "undefined" variablesDmitry Stogov2016-03-162-60/+60
* | | | Transparently introduce type-specialized opcode handlers.Dmitry Stogov2016-03-166-15/+3086
|/ / /
* | | Statically bind static method call argumentsNikita Popov2016-03-141-1/+23
* | | Merge branch 'PHP-7.0'Nikita Popov2016-03-111-0/+3
|\ \ \ | |/ /
| * | Fixed bug #71806Nikita Popov2016-03-111-0/+3
* | | Merge branch 'PHP-7.0'Nikita Popov2016-03-112-17/+17
|\ \ \ | |/ /
| * | Fix bug #71767Grigorii Sokolik2016-03-112-17/+17
* | | Added ability to avoid code generation for useless opcode handlers.Dmitry Stogov2016-03-112-18/+77
* | | Allow usage of "TMPVARCV" pattern for cases when there is no difference in ha...Dmitry Stogov2016-03-112-281/+349
* | | Added possibility for extra specialization for SMART_BRANCH (e.g. IS_EQUAL+JM...Dmitry Stogov2016-03-113-45/+113