summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-06-061-2/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: fix broken skipif and add xfail for now
| * | fix broken skipif and add xfail for nowAnatol Belski2016-06-061-2/+3
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-06-061-0/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: missing return
| * | missing returnAnatol Belski2016-06-061-0/+2
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-06-055-290/+331
|\ \ \ | |/ /
| * | Add new test for openssl_pkey_newJakub Zelenka2016-06-052-14/+120
| | |
| * | Add test for openssl_error_stringJakub Zelenka2016-06-052-0/+211
| | | | | | | | | | | | | | | | | | This test is important for making sure that the error strings from OpenSSL works as expected and we can safely add a fix for storing the strings that is prepared.
| * | Remove openssl_x509_parse for OpenSSL 0.9.xJakub Zelenka2016-06-051-276/+0
| | | | | | | | | | | | The test is unstable and it actually fails with latest 0.9.8
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-06-020-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.6: update NEWS Fixed bug #70484 selectordinal doesn't work with named parameters
| * | update NEWSAnatol Belski2016-06-021-0/+4
| | |
| * | Fixed bug #70484 selectordinal doesn't work with named parametersAnatol Belski2016-06-022-0/+101
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-06-020-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Fix ODBC bug for varchars returning with length zero
| * | Fix ODBC bug for varchars returning with length zeroElizabeth Marie Smith2016-06-022-0/+64
| | |
* | | Fixed bug #72308 (fastcgi_finish_request and logging environment variables)Xinchen Hui2016-06-023-2/+11
| | |
* | | update NEWSAnatol Belski2016-06-011-0/+2
| | |
* | | Add test for bug #72294Anatol Belski2016-06-011-0/+149
| | |
* | | Fixed bug #72294 Segmentation fault/invalid pointer in connection with ↵Anatol Belski2016-06-011-11/+15
| | | | | | | | | | | | pgsql_stmt_dtor
* | | Also include ini_getXinchen Hui2016-06-011-0/+4
| | |
* | | Forgotten test script for bug #72300Xinchen Hui2016-06-011-0/+18
| | |
* | | fix test portabilityAnatol Belski2016-05-311-1/+6
| | |
* | | Fixed bug #72300 (ignore_user_abort(false) has no effect)Xinchen Hui2016-05-312-1/+2
| | |
* | | No sure why this is failed in travisXinchen Hui2016-05-311-1/+1
| | |
* | | Fixed test (keyword is local related)Xinchen Hui2016-05-312-6/+6
| | |
* | | Attempt to fix tests failsXinchen Hui2016-05-313-3/+4
| | |
* | | Re-Fixed bug #72155 (use-after-free caused by get_zval_xmlrpc_type)Xinchen Hui2016-05-313-3/+26
| | |
* | | Revert "fix #72155 (use-after-free caused by get_zval_xmlrpc_type)"Xinchen Hui2016-05-311-2/+2
| | | | | | | | | | | | This reverts commit 1690dcb827e2b50eb575b1c6acadab0b8f248723.
* | | fix conditionAnatol Belski2016-05-301-1/+1
| | |
* | | update NEWSAnatol Belski2016-05-301-0/+4
| | |
* | | Fixed bug #72284 (phpdbg fatal errors with coverage)Bob Weinand2016-05-302-3/+9
| | | | | | | | | | | | Cherry-pick of original commits d3371b and 0f20e11 only present in master
* | | fix test titleAnatol Belski2016-05-301-1/+1
| | |
* | | Add test for bug #72258Anatol Belski2016-05-302-0/+26
| | |
* | | update UPGRADINGAnatol Belski2016-05-301-0/+8
| | |
* | | Expose missing flags from libzip at least >= 0.11.xAnatol Belski2016-05-301-0/+18
| | | | | | | | | | | | | | | | | | | | | These are helpful with reading/writing zips containing non UTF-8 filenames to mitigate possibly changed libzip behaviors. Partial cherry-pick of 893c2405ff34250ffefbbc1d223de4df6c154c8a
* | | fix #72155 (use-after-free caused by get_zval_xmlrpc_type)Joe Watkins2016-05-302-2/+5
| | |
* | | This is exported at implementation site, but no forward declaration can ↵Joe Watkins2016-05-291-0/+2
| | | | | | | | | | | | cause compile warnings
* | | Forbid "yield from" in force closed generatorsNikita Popov2016-05-283-0/+67
| | | | | | | | | | | | | | | | | | | | | Same check we do for "yield", was missed when "yield from" was added. We could make this more granular by only forbidding to actually yield values and still allow something like "yield from []", but this does not seem worthwhile.
* | | Added NEWS EntryXinchen Hui2016-05-282-0/+1
| | |
* | | Test for bug #72221, segfault in zend_memnstr_exLauri Kenttä2016-05-281-0/+11
| | |
* | | Fix bug #72221 (segfault, past-the-end access)Lauri Kenttä2016-05-281-0/+3
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2016-05-260-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: update NEWS
| * | update NEWSFerenc Kovacs2016-05-261-0/+7
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Fix typo in phpdbg help.
| * | Fix typo in phpdbg help.Adam Harvey2016-05-251-1/+1
| | | | | | | | | | | | | | | Sorry, I would have included this in the last push had I spotted it a minute earlier.
* | | Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Add missing newlines to phpdbg's help for the run command.
| * | Add missing newlines to phpdbg's help for the run command.Adam Harvey2016-05-251-1/+3
| | | | | | | | | | | | | | | This is not at all related to needing screenshots for a talk I'm giving in two days. No sir. Not at all.
* | | Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-05-250-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Skip test which is 64bits only
| * | Skip test which is 64bits onlyRemi Collet2016-05-251-0/+2
| | | | | | | | | | | | | | | | | | Diff from test output 001+ Warning: fread(): Length parameter must be greater than 0 in ... 001- Warning: fread(): Length parameter must be no more than 2147483647 in ...
* | | update NEWSAnatol Belski2016-05-251-0/+6
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-250-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: fix test portability
| * | fix test portabilityAnatol Belski2016-05-251-1/+1
| | |