103134 Commits (74a29468ef14260ea3c210a2d1e3548806c81339)
 

Author SHA1 Message Date
Dmitry Stogov 74a29468ef Disabled evaluation of strpos() with empty needle. 9 years ago
Dmitry Stogov e8908946e5 Replace calls to in_array() with constant array by IN_ARRAY instruction after SCCP. 9 years ago
Dmitry Stogov 4e8fa2c3dd Initial integration of Sparse Conditional Constant Propagation (SCCP), originally developed in https://github.com/nikic/php-src/tree/opt, into DFA optimization pass. 9 years ago
Nikita Popov 8e0ddc89fe Drop duplicate dtors in update_opN 9 years ago
Nikita Popov 3f8ceb6f05 Drop useless allocation in php_filter_callback 9 years ago
Nikita Popov 8126599670 Drop dead abstract method check from zend_call_function() 9 years ago
Remi Collet 1be0563087 Merge branch 'PHP-7.1' 9 years ago
Remi Collet 1fa8e74d6e Merge branch 'PHP-7.0' into PHP-7.1 9 years ago
Remi Collet 4b38feabe7 Adapt for 32-bits which fails at different offset (49 vs 38) 9 years ago
Anatol Belski bc5811f361 further sync for vim mode lines 9 years ago
Anatol Belski 6a3a2bf18e vim folds and mode lines yet 9 years ago
Anatol Belski a0203ea143 fix datatype 9 years ago
Anatol Belski 8bf7246310 Merge branch 'PHP-7.1' 9 years ago
Anatol Belski 41ba98f02d Merge branch 'PHP-7.0' into PHP-7.1 9 years ago
Anatol Belski a29264eb8c fix datatype 9 years ago
Anatol Belski bae668ee2a add missing include guards 9 years ago
Anatol Belski a56700043e vim folds and modelines 9 years ago
Dmitry Stogov 0965a4ef9f Check for exceptional cases before actual constant evaluation. 9 years ago
Dmitry Stogov 6276268b77 Separate constants propagation code shatred between "first" and "block" passes into helper functions. 9 years ago
Anatol Belski 816669af0c Merge branch 'PHP-7.1' 9 years ago
Anatol Belski 396c0f7a76 Merge branch 'PHP-7.0' into PHP-7.1 9 years ago
Anatol Belski 4903f044d3 [ci skip] sync NEWS 9 years ago
Remi Collet 1605f5b8c4 Update NEWS for 7.2.0beta1 9 years ago
Remi Collet 8fa1f15e2d Update NEWS for PHP 7.2.0alpha3 9 years ago
Anatol Belski cae6767f8d update NEWS 9 years ago
Anatol Belski ff79b2070f Merge branch 'PHP-7.1' 9 years ago
Anatol Belski 6f78923d1f update NEWS 9 years ago
Anatol Belski 04904333fd Merge branch 'PHP-7.0' into PHP-7.1 9 years ago
Anatol Belski ce64b82ebb update NEWS 9 years ago
Anatol Belski b28c6515a6 Merge branch 'PHP-7.1' 9 years ago
Anatol Belski 2dc24005d9 Merge branch 'PHP-7.0' into PHP-7.1 9 years ago
Nikita Popov d02f953faf Fixed bug #74101 and bug #74614 9 years ago
Dmitry Stogov 10dbc0b2e7 Compile/optimisation-time constants can't be circular, but in general may be reference-countable. It's better to use zval_ptr_dtor_nogc() to release them. 9 years ago
Dmitry Stogov b685991b44 Get rid of old compatibility macros 9 years ago
Dmitry Stogov bfa24e3488 Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken) 9 years ago
Dmitry Stogov 02ef5d3803 Revert "Avoid run-time checks performed at compile-time." 9 years ago
Anatol Belski 726f2f7403 [ci skip] update NEWS 9 years ago
Anatol Belski 8871d2d12e Fixed bug #74849 Process is started as interactive shell in PhpStorm 9 years ago
Dmitry Stogov 55cd4e859b Added missed opcodes 9 years ago
Sara Golemon f066f59eab
Add NEWS entry and a test for Bug#71412 9 years ago
Tyson Andre 96fe07e006 Fixes Bug #71412 Incorrect ArrayIterator __construct signature 9 years ago
Anatol Belski 04d7595e58 Merge branch 'PHP-7.1' 9 years ago
Anatol Belski 9d1575c495 Merge branch 'PHP-7.0' into PHP-7.1 9 years ago
Anatol Belski d0b7eed0c9 yet one C++ compat fix 9 years ago
Anatol Belski 46ef3e237c Merge branch 'PHP-7.1' 9 years ago
Anatol Belski 667185a264 Merge branch 'PHP-7.0' into PHP-7.1 9 years ago
Anatol Belski c71b773a62 fix C++ compat 9 years ago
Bob Weinand 2304bc2aa2 Merge branch 'PHP-7.1' 9 years ago
Bob Weinand af7bfc71fd Merge branch 'PHP-7.0' into PHP-7.1 9 years ago
Bob Weinand e3cc15daf2 Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within finally) 9 years ago