summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | add some range checks to ext/domAnatol Belski2015-08-261-2/+19
* | | fix testAnatol Belski2015-08-261-7/+2
* | | add range checks to simplexmlAnatol Belski2015-08-261-3/+34
* | | fix typoAnatol Belski2015-08-261-1/+1
* | | include range checks with the portability headerAnatol Belski2015-08-261-0/+2
* | | added basic stuff with the zend_range_check.hAnatol Belski2015-08-261-0/+75
* | | Avoid duplicationDmitry Stogov2015-08-262-4/+9
* | | Merge branch 'master' of https://git.php.net/repository/php-srcChristopher Jones2015-08-262-2/+2
|\ \ \
| * | | Fix Typos: exteption -> exceptionNiklas Keller2015-08-262-2/+2
* | | | Squash some more PHP 7 diffs and improve test portability (Senthil)Christopher Jones2015-08-2613-58/+60
* | | | Merge branch 'master' of https://git.php.net/repository/php-srcChristopher Jones2015-08-2614-42/+125
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)Dmitry Stogov2015-08-268-32/+80
| * | Fix zend_vm_call_opcode_handler (e.g. Generators throwing exceptions) with IP...Bob Weinand2015-08-263-4/+38
| * | Avoid array duplicationDmitry Stogov2015-08-251-4/+6
| * | Remove superfluous forward declarationChristoph M. Becker2015-08-251-1/+0
| * | fix build, use exported symbolAnatol Belski2015-08-251-1/+1
|/ /
* | Assign CPU registers for GOTO and SWITCH executor as wellDmitry Stogov2015-08-251-2/+14
* | updated NEWSChristoph M. Becker2015-08-241-0/+1
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-242-2/+5
|\ \ | |/
| * updated NEWSChristoph M. Becker2015-08-241-0/+3
| * Fix #67131: setcookie() conditional for empty values not metChristoph M. Becker2015-08-242-2/+5
* | In 95% cases we initialize "empty" array (with 8 hash slots).Dmitry Stogov2015-08-241-1/+14
* | Mark error functions as "cold"Dmitry Stogov2015-08-242-14/+14
* | Fixed bug #70342 (changing configuration with ignore_user_abort(true) isn't w...Xinchen Hui2015-08-242-1/+3
* | Fix oplog with eval()ed codeBob Weinand2015-08-242-0/+50
* | Optimize fast pathDmitry Stogov2015-08-242-16/+36
* | Merge branch 'PHP-5.6'Anatol Belski2015-08-230-0/+0
|\ \ | |/
| * fix testAnatol Belski2015-08-231-2/+2
| * fix testAnatol Belski2015-08-231-2/+4
| * fix testAnatol Belski2015-08-231-1/+4
| * fix testAnatol Belski2015-08-231-1/+1
* | added test for gzgetss()marcosptf2015-08-233-0/+27
* | Merge branch 'master' of git.php.net:php-srcXinchen Hui2015-08-233-3/+39
|\ \
| * \ Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2015-08-230-0/+0
| |\ \ | | |/
| | * Fix phpdbg_break_next()Bob Weinand2015-08-232-0/+4
| * | Fix phpdbg_break_next() and add testBob Weinand2015-08-233-3/+39
* | | Fixed Bug #70332 (Wrong behavior while returning reference on object)Xinchen Hui2015-08-234-10/+36
|/ /
* | Fixed bug #70330 (Segmentation Fault with multiple "curl_copy_handle")Xinchen Hui2015-08-234-5/+30
* | Re-Fixed bug #70321 (Magic getter breaks reference to array property)Xinchen Hui2015-08-233-1/+58
* | Revert "Fixed bug #70321 (Magic getter breaks reference to array property)"Xinchen Hui2015-08-233-33/+1
* | Fixed bug #70321 (Magic getter breaks reference to array property)Bob Weinand2015-08-223-1/+33
* | Fix issues with phpdbg SIGINT handlerBob Weinand2015-08-216-26/+39
* | make this test Windows onlyAnatol Belski2015-08-211-0/+1
* | here string isn't supported by every shellAnatol Belski2015-08-211-1/+1
* | $() isn't supported on every shellFerenc Kovacs2015-08-211-1/+1
* | Merge branch 'PHP-5.6'Anatol Belski2015-08-210-0/+0
|\ \ | |/
| * fix testsAnatol Belski2015-08-213-9/+9
| * fix dir separatorAnatol Belski2015-08-211-2/+2
| * fix dir separator in testAnatol Belski2015-08-211-1/+1
| * fix dir separator in testAnatol Belski2015-08-211-3/+3