summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests: don't count non-countablesChristoph M. Becker2016-11-135-20/+12
|
* Merge branch 'PHP-7.1'Bob Weinand2016-11-136-13/+20
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-136-13/+20
| |\
| | * Properly escape all filenames when exporting breakpointsBob Weinand2016-11-136-12/+19
| | |
| | * Fix phpdbg breakpoint restoring after execution completesMitch Hagstrand2016-11-131-1/+1
| | |
* | | Merge branch 'PHP-7.1'Bob Weinand2016-11-131-7/+13
|\ \ \ | |/ /
| * | Fix phpdbg ZTS shutdown with USE_ZEND_ALLOCBob Weinand2016-11-131-7/+13
| | |
| * | news entry for #1787 in 7.1Joe Watkins2016-11-131-0/+3
| | |
* | | phpdbg standard input changesJoe Watkins2016-11-133-9/+9
| | |
* | | fix newsJoe Watkins2016-11-131-1/+0
| | |
* | | Merge branch 'master' of git.php.net:/php-srcJoe Watkins2016-11-132-7/+1
|\ \ \
| * | | restore erroneously removed partAnatol Belski2016-11-131-0/+1
| | | |
| * | | Fix buildNikita Popov2016-11-121-4/+5
| | | |
* | | | news entry for #1787Joe Watkins2016-11-135-1/+98
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2016-11-133-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 #1787Joe Watkins2016-11-131-0/+3
| | |
| | * move declaration of vars to topjhdxr2016-11-131-2/+3
| | |
| | * add test for #69587jhdxr2016-11-131-0/+15
| | |
| | * fix bug #69587 DateInterval properties and issetjhdxr2016-11-131-0/+48
| | |
| * | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Joe Watkins2016-11-122-6/+38
| |\ \
| * \ \ fix newsJoe Watkins2016-11-123-6/+35
| |\ \ \ | | | |/ | | |/|
| | * | news entry for #2166Joe Watkins2016-11-121-0/+3
| | | |
| | * | fixed bug generated by fixes bug #73135Edgar R. Sandi2016-11-121-1/+3
| | | |
| | * | phpt file to bug #73135Edgar R. Sandi2016-11-121-0/+24
| | | |
| | * | fixes bug #73135Edgar R. Sandi2016-11-121-4/+4
| | | |
* | | | wrong numbersJoe Watkins2016-11-121-1/+1
| | | |
* | | | Merge branch 'master' of git.php.net:/php-srcJoe Watkins2016-11-122-6/+38
|\ \ \ \
| * \ \ \ Merge branch 'PHP-7.1'Nikita Popov2016-11-122-6/+38
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Don't inline if function has ref argumentsNikita Popov2016-11-122-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 newsJoe Watkins2016-11-121-44/+2
| | | |
* | | | fixed bug generated by fixes bug #73135Edgar R. Sandi2016-11-121-1/+3
|/ / /
* | | Merge branch 'PHP-7.1'Joe Watkins2016-11-126-4/+71
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.1: news entry for calendar overflow fix Fix integer overflow in calender.
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2016-11-126-3/+26
| |\ \ | | |/ | | | | | | | | | | | | * PHP-7.0: news entry for calendar overflow fix Fix integer overflow in calender.
| | * news entry for calendar overflow fixJoe Watkins2016-11-121-0/+3
| | |
| | * Fix integer overflow in calender.Joshua Rogers2016-11-125-3/+23
| | | | | | | | | | | | | | | Fix int overflows in conversation functions for calendar. Add tests for the overflows.
* | | Merge branch 'master' of git.php.net:/php-srcJoe Watkins2016-11-1266-636/+91
|\ \ \
| * | | Remove Netware supportKalle Sommer Nielsen2016-11-1265-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-srcKalle Sommer Nielsen2016-11-121-0/+21
| |\ \ \
| * | | | Fix Windows buildKalle Sommer Nielsen2016-11-121-1/+1
| | | | |
* | | | | update phpdbg with stdin code changeJoe Watkins2016-11-121-4/+4
| | | | |
* | | | | Use "Standard input code" instead of "php://stdin"Andrea Faulds2016-11-125-6/+6
| | | | |
* | | | | Show "php://stdin" instead of "-" in error messagesAndrea Faulds2016-11-125-6/+6
| |/ / / |/| | |
* | | | Merge branch 'PHP-7.1'Joe Watkins2016-11-121-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.1Joe Watkins2016-11-121-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 functionJean Carlo Machado2016-11-121-0/+21
| | |
| | * Merge branch 'pull-request/2198'Joe Watkins2016-11-121-1/+1
| | |
| * | Merge branch 'pull-request/2198'Joe Watkins2016-11-121-1/+1
| | |
* | | Merge branch 'pull-request/2198'Joe Watkins2016-11-121-1/+1
|\ \ \
| * | | Fix the lchwon error test for Travis CI.Mitch Hagstrand2016-11-111-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 Belski2016-11-121-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ / | | | * PHP-7.1: fix erroneous line in confutils.js