summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
* | | Allow commas in specializer conditionsDmitry Stogov2018-01-091-1/+1
* | | Merge branch 'clean-up' of https://github.com/carusogabriel/php-srcXinchen Hui2018-01-045-17/+17
|\ \ \
| * | | Trailing whitespaces on ZendGabriel Caruso2018-01-045-17/+17
* | | | Merge branch 'master' of git.php.net:/php-srcXinchen Hui2018-01-0414-536/+536
|\ \ \ \ | |/ / /
| * | | Trailing whitespacesGabriel Caruso2018-01-0314-536/+536
* | | | Merge branch 'instanceof-const' of https://github.com/nikic/php-srcXinchen Hui2018-01-033-13/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Return false for instanceof on literalNikita Popov2017-12-193-13/+14
* | | | Merge branch 'PHP-7.2'Xinchen Hui2018-01-033-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-033-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | Happy new year (Update copyright to 2018)Lior Kaplan2018-01-023-3/+3
| | * | year++Xinchen Hui2018-01-02109-111/+111
| * | | year++Xinchen Hui2018-01-02111-113/+113
* | | | year++Xinchen Hui2018-01-02111-113/+113
* | | | Use GC_FLAGS_SHIFT in a few more placesNikita Popov2017-12-301-2/+2
* | | | Use ZEND_FAST_CONCAT instead of ZEND_CONCAT for CONST operands.Dmitry Stogov2017-12-294-69/+7
* | | | Use IS_EQUAL instead of CASE when first operand is CV or CONST. Removed CASE ...Dmitry Stogov2017-12-294-374/+22
* | | | Removed useless specializationDmitry Stogov2017-12-293-276/+159
* | | | Merge branch 'PHP-7.2'Xinchen Hui2017-12-281-2/+4
|\ \ \ \ | |/ / /
| * | | Fixed bug #75742 (potential memleak in internal classes's static members)Xinchen Hui2017-12-281-2/+4
* | | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-1/+1
* | | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-275-15/+6
* | | | Use zend_hash_find() instead of zend_hash_find_ptr() to avoid double checkDmitry Stogov2017-12-273-18/+32
* | | | Combine READY_TO_DESTROY, EXTRACT_ZVAL_PTR and FREE_OP_VAR_PTR into single, b...Dmitry Stogov2017-12-263-338/+288
* | | | Use zval constructors instead ZVAL_COPY if we know the typesDmitry Stogov2017-12-262-20/+24
* | | | Add _IS_NUMBER as cast_object() target typeNikita Popov2017-12-268-31/+50
* | | | Cheaper reference constructionDmitry Stogov2017-12-264-146/+372
* | | | Remove unnecessary type checkNikita Popov2017-12-251-7/+1
* | | | Remove unnecessary readobj==writeobj checksNikita Popov2017-12-252-14/+3
* | | | Fixed bug #54043Nikita Popov2017-12-231-0/+20
* | | | Remove EH_SUPPRESS modeNikita Popov2017-12-231-1/+0
* | | | Separate exceptional code into cold functions.Dmitry Stogov2017-12-223-433/+180
* | | | Fixed possible local assembler labels conflicts.Dmitry Stogov2017-12-201-26/+26
| |_|/ |/| |
* | | fixed "unused function" compilation warningDmitry Stogov2017-12-182-2/+10
* | | Fix warning in the proper placeDmitry Stogov2017-12-181-1/+1
* | | Use cheaper APIXinchen Hui2017-12-182-1/+14
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-163-12/+85
|\ \ \ | |/ /
| * | Fix #75607 - Check if existing static trait property is a ref before comparingPedro Magalhães2017-12-163-4/+69
* | | Fix const qualifier warningNikita Popov2017-12-151-1/+1
* | | Fix bug #75677: Drop fastcall attribute on variadic functionLi-Wen Hsu2017-12-152-2/+2
* | | Drop unused codeAnatol Belski2017-12-151-13/+0
* | | Modernize realpath and integrate quick variant into virtual_file_exAnatol Belski2017-12-151-1/+69
* | | Array addition is not commutativeDmitry Stogov2017-12-153-16/+160
* | | Remove duplicate handlers for commutative operationsDmitry Stogov2017-12-154-1884/+692
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-144-13/+13
* | | Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-143-4/+4
* | | Use fastcall calling convention for objects and resources APIDmitry Stogov2017-12-146-30/+31
* | | Manual loop optimizaton.Dmitry Stogov2017-12-142-8/+9
* | | Disable some "bad" GCC optimizationsDmitry Stogov2017-12-141-0/+10
* | | Improved branch prediction and code localityDmitry Stogov2017-12-141-1/+1