summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prevent potential test conflictChristoph M. Becker2019-05-231-2/+2
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-232-0/+3
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-233-0/+7
| |\
| | * Fixed bug #78038 socket_select with referencesNikita Popov2019-05-233-0/+7
* | | run-tests improvements:Joe Watkins2019-05-231-14/+48
* | | Forbid use of not fully linked classesNikita Popov2019-05-237-7/+36
* | | Fixed double mutex unlockDmitry Stogov2019-05-231-3/+2
* | | Don't require NO_ESCAPE for partial arrays in SCCPNikita Popov2019-05-231-13/+7
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-05-231-7/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-05-231-7/+2
| |\ \ | | |/
| | * Fixed race condition in opcache restartDmitry Stogov2019-05-231-7/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-05-221-1/+1
|\ \ \ | |/ /
| * | Fixed dump of constant flagsDmitry Stogov2019-05-221-1/+1
* | | add support for valgrind tools to run-tests.phpJoe Watkins2019-05-221-8/+17
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-222-0/+52
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-223-0/+56
| |\ \ | | |/
| | * Fix #77956 - When mysqli.allow_local_infile = Off, return a client errorSjon Hortensius2019-05-223-0/+56
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-221-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-221-1/+1
| |\ \ | | |/
| | * Fix test case for cURL 7.65.0Christoph M. Becker2019-05-221-1/+1
* | | Mark bug44811.phpt as an online testNikita Popov2019-05-221-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-221-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-221-2/+2
| |\ \ | | |/
| | * Use a different URL in bug44811.phptNikita Popov2019-05-221-2/+2
* | | .text segment may be not the first oneDmitry Stogov2019-05-221-8/+15
* | | Fix bug #78034Nikita Popov2019-05-222-2/+23
* | | Fixed some arg infos to match documentationJaroslav HanslĂ­k2019-05-226-17/+17
* | | Use PKG_CHECK_MODULES to detect unixODBCHugh McMaster2019-05-222-13/+7
* | | Merge branch 'PHP-7.3' into PHP-7.4Rasmus Lerdorf2019-05-211-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Rasmus Lerdorf2019-05-211-1/+1
| |\ \ | | |/
| | * Fix precedence issue causing sub-second timeouts to be 0 inRasmus Lerdorf2019-05-211-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-212-1/+9
|\ \ \ | |/ /
| * | Don't evaluate functions with partial array argumentsNikita Popov2019-05-212-1/+9
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-212-2/+22
|\ \ \ | |/ /
| * | Fix null check in sccp add_array_elem chain handlingNikita Popov2019-05-212-1/+21
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-212-71/+133
|\ \ \ | |/ /
| * | Fix partial array handling in FE_RESET edge feasibilityNikita Popov2019-05-212-1/+16
| * | Handle partial arrays in zend_is_true() checksNikita Popov2019-05-212-29/+60
| * | Extract ct_eval_binary_op()Nikita Popov2019-05-211-15/+14
| * | Improve SCCP debug codeNikita Popov2019-05-211-26/+43
* | | sodium: fix shared buildRemi Collet2019-05-211-0/+2
* | | enchant: fix shared buildRemi Collet2019-05-211-2/+3
* | | Fix ASLR related invalid opline handler issuesChristoph M. Becker2019-05-211-7/+32
* | | fix typo breaking shared buildRemi Collet2019-05-211-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-211-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-211-0/+1
| |\ \ | | |/
| | * Prevent test case failureChristoph M. Becker2019-05-211-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-210-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-212-2/+98
| |\ \ | | |/
| | * Support content_type stream context option in soapVincent JARDIN2019-05-212-2/+98