Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests: don't count non-countables | Christoph M. Becker | 2016-11-13 | 5 | -20/+12 |
| | |||||
* | Merge branch 'PHP-7.1' | Bob Weinand | 2016-11-13 | 6 | -13/+20 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-11-13 | 6 | -13/+20 |
| |\ | |||||
| | * | Properly escape all filenames when exporting breakpoints | Bob Weinand | 2016-11-13 | 6 | -12/+19 |
| | | | |||||
| | * | Fix phpdbg breakpoint restoring after execution completes | Mitch Hagstrand | 2016-11-13 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-11-13 | 1 | -7/+13 |
|\ \ \ | |/ / | |||||
| * | | Fix phpdbg ZTS shutdown with USE_ZEND_ALLOC | Bob Weinand | 2016-11-13 | 1 | -7/+13 |
| | | | |||||
| * | | news entry for #1787 in 7.1 | Joe Watkins | 2016-11-13 | 1 | -0/+3 |
| | | | |||||
* | | | phpdbg standard input changes | Joe Watkins | 2016-11-13 | 3 | -9/+9 |
| | | | |||||
* | | | fix news | Joe Watkins | 2016-11-13 | 1 | -1/+0 |
| | | | |||||
* | | | Merge branch 'master' of git.php.net:/php-src | Joe Watkins | 2016-11-13 | 2 | -7/+1 |
|\ \ \ | |||||
| * | | | restore erroneously removed part | Anatol Belski | 2016-11-13 | 1 | -0/+1 |
| | | | | |||||
| * | | | Fix build | Nikita Popov | 2016-11-12 | 1 | -4/+5 |
| | | | | |||||
* | | | | news entry for #1787 | Joe Watkins | 2016-11-13 | 5 | -1/+98 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2016-11-13 | 3 | -0/+67 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | * PHP-7.0: news entry for #1787 move declaration of vars to top add test for #69587 fix bug #69587 DateInterval properties and isset | ||||
| | * | news entry for #1787 | Joe Watkins | 2016-11-13 | 1 | -0/+3 |
| | | | |||||
| | * | move declaration of vars to top | jhdxr | 2016-11-13 | 1 | -2/+3 |
| | | | |||||
| | * | add test for #69587 | jhdxr | 2016-11-13 | 1 | -0/+15 |
| | | | |||||
| | * | fix bug #69587 DateInterval properties and isset | jhdxr | 2016-11-13 | 1 | -0/+48 |
| | | | |||||
| * | | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1 | Joe Watkins | 2016-11-12 | 2 | -6/+38 |
| |\ \ | |||||
| * \ \ | fix news | Joe Watkins | 2016-11-12 | 3 | -6/+35 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | news entry for #2166 | Joe Watkins | 2016-11-12 | 1 | -0/+3 |
| | | | | |||||
| | * | | fixed bug generated by fixes bug #73135 | Edgar R. Sandi | 2016-11-12 | 1 | -1/+3 |
| | | | | |||||
| | * | | phpt file to bug #73135 | Edgar R. Sandi | 2016-11-12 | 1 | -0/+24 |
| | | | | |||||
| | * | | fixes bug #73135 | Edgar R. Sandi | 2016-11-12 | 1 | -4/+4 |
| | | | | |||||
* | | | | wrong numbers | Joe Watkins | 2016-11-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' of git.php.net:/php-src | Joe Watkins | 2016-11-12 | 2 | -6/+38 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'PHP-7.1' | Nikita Popov | 2016-11-12 | 2 | -6/+38 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Don't inline if function has ref arguments | Nikita Popov | 2016-11-12 | 2 | -6/+38 |
| | |/ / | | | | | | | | | | | | | | | | | Otherwise we end up leaving opcodes like FETCH_DIM_W behind. The test case demonstrates a leak in particular. | ||||
* | | | | news entry for #2166, fix news | Joe Watkins | 2016-11-12 | 1 | -44/+2 |
| | | | | |||||
* | | | | fixed bug generated by fixes bug #73135 | Edgar R. Sandi | 2016-11-12 | 1 | -1/+3 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2016-11-12 | 6 | -4/+71 |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-7.1: news entry for calendar overflow fix Fix integer overflow in calender. | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2016-11-12 | 6 | -3/+26 |
| |\ \ | | |/ | | | | | | | | | | | | | * PHP-7.0: news entry for calendar overflow fix Fix integer overflow in calender. | ||||
| | * | news entry for calendar overflow fix | Joe Watkins | 2016-11-12 | 1 | -0/+3 |
| | | | |||||
| | * | Fix integer overflow in calender. | Joshua Rogers | 2016-11-12 | 5 | -3/+23 |
| | | | | | | | | | | | | | | | Fix int overflows in conversation functions for calendar. Add tests for the overflows. | ||||
* | | | Merge branch 'master' of git.php.net:/php-src | Joe Watkins | 2016-11-12 | 66 | -636/+91 |
|\ \ \ | |||||
| * | | | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 65 | -635/+90 |
| | | | | | | | | | | | | | | | | If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm. | ||||
| * | | | Merge branch 'master' of git.php.net:php-src | Kalle Sommer Nielsen | 2016-11-12 | 1 | -0/+21 |
| |\ \ \ | |||||
| * | | | | Fix Windows build | Kalle Sommer Nielsen | 2016-11-12 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | update phpdbg with stdin code change | Joe Watkins | 2016-11-12 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Use "Standard input code" instead of "php://stdin" | Andrea Faulds | 2016-11-12 | 5 | -6/+6 |
| | | | | | |||||
* | | | | | Show "php://stdin" instead of "-" in error messages | Andrea Faulds | 2016-11-12 | 5 | -6/+6 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'PHP-7.1' | Joe Watkins | 2016-11-12 | 1 | -0/+21 |
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | * PHP-7.1: added a test for date_interval_format function Merge branch 'pull-request/2198' | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2016-11-12 | 1 | -0/+21 |
| |\ \ | | |/ | | | | | | | | | | | | | * PHP-7.0: added a test for date_interval_format function Merge branch 'pull-request/2198' | ||||
| | * | added a test for date_interval_format function | Jean Carlo Machado | 2016-11-12 | 1 | -0/+21 |
| | | | |||||
| | * | Merge branch 'pull-request/2198' | Joe Watkins | 2016-11-12 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'pull-request/2198' | Joe Watkins | 2016-11-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'pull-request/2198' | Joe Watkins | 2016-11-12 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix the lchwon error test for Travis CI. | Mitch Hagstrand | 2016-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The E_WARNING message from the PHP function lchown is passed from the system function lchown. The error message returned from lchown can be filesystem dependent. https://github.com/php/php-src/blob/6053987bc27e8dede37f437193a5cad448f99bce/ext/standard/filestat.c#L406 | ||||
* | | | | Merge branch 'PHP-7.1' | Anatol Belski | 2016-11-12 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | * PHP-7.1: fix erroneous line in confutils.js |