summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix bug #79900Nikita Popov2020-07-292-1/+14
* | | Remove PHP_CHECK_GCC_ARG()Nikita Popov2020-07-293-29/+7
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-290-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-291-1/+1
| |\ \ | | |/
| | * Fix testNikita Popov2020-07-291-1/+1
* | | Temporary disable abstract test usage for inferring previous type of variable...Dmitry Stogov2020-07-291-0/+12
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-291-13/+58
|\ \ \ | |/ /
| * | Revert "Merge branch 'PHP-7.3' into PHP-7.4"Christoph M. Becker2020-07-292-16/+56
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-291-2/+4
|\ \ \ | |/ /
| * | Prevent test case from stallingChristoph M. Becker2020-07-291-2/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-291-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-292-2/+4
| |\ \ | | |/
| | * Fix #79895: support = in PHP_CHECK_GCC_ARG m4 macroSantiago M. Mola2020-07-292-2/+4
* | | Fixed live-range interval construction (close all frames)Dmitry Stogov2020-07-291-0/+16
* | | Merge branch 'PHP-7.4'twosee2020-07-292-0/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4twosee2020-07-292-0/+20
| |\ \ | | |/
| | * Handle bindto errortwosee2020-07-292-0/+20
* | | Fix STR_OR_OBJ_OF_TYPE stringable handlingNikita Popov2020-07-292-15/+15
* | | Move patch to right placeNikita Popov2020-07-291-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-291-58/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-292-56/+16
| |\ \ | | |/
| | * Fix #73060: php failed with error after temp folder cleaned upChristoph M. Becker2020-07-292-62/+16
* | | Try to fix laravel PHP 8 incompatibilityNikita Popov2020-07-291-0/+1
* | | Use inline function instead of macroDmitry Stogov2020-07-291-11/+24
* | | Merge common "cold" partDmitry Stogov2020-07-291-79/+48
* | | Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-2965-1343/+2088
* | | Permit trailing whitespace in numeric stringsAndrea Faulds2020-07-299-24/+93
* | | Fixed incorrect reuse of exit_pointDmitry Stogov2020-07-281-1/+2
* | | Refactor user streams to use ZPP class checkGeorge Peter Banyard2020-07-282-44/+43
* | | Check for EG(exception) after leaving function frameDmitry Stogov2020-07-283-5/+18
* | | Prevent incorrect optimizationDmitry Stogov2020-07-281-1/+2
* | | Fix UNKNOWN default values in ext/mbstring and ext/gdMáté Kocsis2020-07-289-252/+240
* | | Check for shm_open() in libroot to support HaikuDavid Carlier2020-07-281-1/+1
* | | Fix typo in testNikita Popov2020-07-281-1/+1
* | | Implement Shorter Attribute SyntaxTheodore Brown2020-07-2834-112/+144
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-282-8/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-283-8/+20
| |\ \ | | |/
| | * Fix #79806: realpath() erroneously resolves link to linkChristoph M. Becker2020-07-283-8/+20
* | | Move asserts to better placesDmitry Stogov2020-07-281-3/+4
* | | Merge branch 'master' of git.php.net:/php-srcCôme Chilliet2020-07-286-6/+29
|\ \ \
| * | | Replace ZEND_JIT_TRACE_MAX_EXIT_COUNTERS constant by opcache.jit_max_exit_cou...Dmitry Stogov2020-07-284-6/+18
| * | | Fix use-after-free when nullsafe used with constant LHSNikita Popov2020-07-282-0/+11
* | | | Merge branch 'PHP-7.4'Côme Chilliet2020-07-282-102/+98
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Updated NEWSCôme Chilliet2020-07-281-0/+3
| * | Merge branch 'PHP-7.3' into PHP-7.4Côme Chilliet2020-07-280-0/+0
| |\ \ | | |/
| | * fix memory leaks in ext/ldap/ldap.cPaweł Tomulik2020-07-282-104/+101
| * | fix memory leaks in ext/ldap/ldap.cPaweł Tomulik2020-07-281-103/+97
* | | Avoid redundand EX(opline) initializationDmitry Stogov2020-07-281-1/+1
* | | Always record ZEND_JIT_TRACE_START and ZEND_JIT_TRACE_ENDDmitry Stogov2020-07-281-9/+11
* | | Update abstarct stack before guard to keep proper type in side traceDmitry Stogov2020-07-281-0/+1