summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stricter validation for popen mode argument on WindowsNikita Popov2019-02-224-127/+9
* Avoid potentially superfluous string reallocationChristoph M. Becker2019-02-221-11/+5
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-222-0/+22
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-224-1/+49
| |\
| | * Fixed bug #77652Nikita Popov2019-02-224-1/+49
* | | Properly clean up test caseChristoph M. Becker2019-02-221-0/+5
* | | Use different method to suppress "false" memory leak reportsDmitry Stogov2019-02-221-3/+4
* | | While the compiler does not have the FBC set for zend_get_call_op, optimizer ...Joe Watkins2019-02-212-2/+8
* | | Revert "zend_get_call_op ignoring compiler flags zend_get_call_op will ignore...Joe Watkins2019-02-212-8/+2
* | | Remove unused PDO_MYSQL_LIB_CHK m4 macroPeter Kokot2019-02-211-10/+0
* | | Fix typo in error messageFabien Villepinte2019-02-211-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Frank Denis2019-02-211-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Frank Denis2019-02-211-1/+1
| |\ \ | | |/
| | * Fix bug #77646Frank Denis2019-02-212-1/+5
* | | Merge branch 'PHP-7.3' into PHP-7.4Frank Denis2019-02-212-1/+5
|\ \ \ | |/ /
| * | Fix bug #77646Frank Denis2019-02-212-1/+5
* | | Remove use of file resources from string function testsNikita Popov2019-02-215-0/+0
* | | Make (v)fprintf tests more robustNikita Popov2019-02-2121-94/+34
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-212-12/+39
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-213-12/+42
| |\ \ | | |/
| | * Fixed bug #77597Nikita Popov2019-02-213-11/+41
* | | Make zip oo_addglob test more robustNikita Popov2019-02-211-6/+8
* | | Don't parallelize dba testsNikita Popov2019-02-211-0/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-212-1/+37
|\ \ \ | |/ /
| * | Fix issue mentioned in #77302Nikita Popov2019-02-212-1/+37
* | | zend_get_call_op ignoring compiler flags zend_get_call_op will ignore ZEND_CO...Joe Watkins2019-02-212-2/+8
* | | Enable parallel tests on AppVeyorNikita Popov2019-02-211-1/+1
* | | Add special "all" conflictNikita Popov2019-02-212-5/+26
* | | Fixed bug #77643Nikita Popov2019-02-213-15/+33
* | | Print more precise warning for unresolved constantsNikita Popov2019-02-213-3/+33
* | | Reinstall pcntl tick handler on each request (it cleared after the first requ...Dmitry Stogov2019-02-201-1/+1
* | | [ci skip] Update changelogPeter Kokot2019-02-201-0/+2
* | | Remove unused PHP_SYS_LFS m4 macroPeter Kokot2019-02-201-46/+0
* | | Remove unused PHP_SOLARIS_PIC_WEIRDNESS m4 macroPeter Kokot2019-02-201-30/+0
* | | Remove unused PHP_TARGET_RDYNAMIC m4 macroPeter Kokot2019-02-201-19/+0
* | | Remove unused AM_SET_LIBTOOL_VARIABLE m4 macroPeter Kokot2019-02-201-4/+0
* | | Supress memory leak reportsDmitry Stogov2019-02-201-0/+3
* | | Don't use uniqid for temporary POST data filesNikita Popov2019-02-201-1/+1
* | | Add a --shuffle mode to run-testsNikita Popov2019-02-201-3/+12
* | | Remember __COMPILER_HALT_OFFSET__(s) in preloaded scriptsDmitry Stogov2019-02-201-0/+16
* | | Support passing single file to bless_tests.phpNikita Popov2019-02-201-8/+21
* | | Use PHP_BINARY by default in run-tests.phpNikita Popov2019-02-201-10/+9
* | | Enable parallel tests on TravisNikita Popov2019-02-201-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-202-12/+35
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-202-12/+35
| |\ \ | | |/
| | * OpenSSL: Improve non-blocking eof testAbyr Valg2019-02-202-12/+35
* | | Make zip oo_addpattern test more robustNikita Popov2019-02-201-6/+9
* | | Use "modify" error message for FUNC_ARG fetch as wellNikita Popov2019-02-201-0/+1
* | | Implement fine-grained conflict handlingNikita Popov2019-02-2033-70/+98
* | | Make proc_open_bug69900.phpt more robust against parallelizationNikita Popov2019-02-201-3/+9