summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Set called_scope in Closure::call (fixes bug #70987)Andrea Faulds2015-11-272-0/+16
* | | Fixed bug #70977, #70973 (Segmentation fault with opcache.huge_code_pages=1)Xinchen Hui2015-11-272-3/+26
|/ /
* | Fixed bug #70949 (SQL Result Sets With NULL Can Cause Fatal Memory Errors)Xinchen Hui2015-11-273-0/+66
* | Fixed testXinchen Hui2015-11-271-1/+1
* | Fixed bug #70982 (setStaticPropertyValue behaviors inconsistently with 5.6)Xinchen Hui2015-11-273-0/+27
* | Forbid namespace\int type hint as wellNikita Popov2015-11-263-3/+16
* | Fixed testXinchen Hui2015-11-261-1/+1
* | Fixed bug causing exception not being thrown immediately into a generator yie...Bob Weinand2015-11-253-0/+51
* | Change line endings: Windows to UnixChristopher Jones2015-11-263-573/+573
* | Fixed NEWs again (not sure why this is messd up twice today)Xinchen Hui2015-11-251-13/+33
* | Fixed bug #70970 (Segfault when combining error handler with output buffering)Xinchen Hui2015-11-257-6/+36
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-11-2520-107/+272
|\ \
| * | ZEND_SPACESHIP supportsXinchen Hui2015-11-251-0/+1
| * | Fixed NEWSXinchen Hui2015-11-251-14/+22
| * | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-11-252-5/+37
| |\ \
| | * | Fixed bug #70965 (yield from with a common iterator primes too much)Bob Weinand2015-11-252-5/+37
| | * | fix NEWSAnatol Belski2015-11-251-14/+22
| * | | Always lower nameXinchen Hui2015-11-251-1/+1
| * | | Revert "Improved fix for Fully qualified (leading backslash) type names must ...Xinchen Hui2015-11-255-22/+3
| |/ /
| * | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-11-250-0/+0
| |\ \
| | * | rearrange NEWS for RC8Anatol Belski2015-11-251-14/+22
| * | | Improved fix for Fully qualified (leading backslash) type names must failXinchen Hui2015-11-255-3/+22
| |/ /
| * | Improve test portabilityChristopher Jones2015-11-251-18/+18
| * | Fix remaining gcov valgrind issuesChristopher Jones2015-11-251-10/+13
| * | Fixed bug #70904 (yield from incorrectly marks valid generator as finished)Bob Weinand2015-11-244-18/+61
| * | Fix scalar type names with leading backslashBob Weinand2015-11-243-0/+18
| * | Update NEWSXinchen Hui2015-11-241-0/+2
| * | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-242-1/+12
| |\ \ | | |/
| | * Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number of...Xinchen Hui2015-11-243-1/+16
| * | Also fixed 'r'Xinchen Hui2015-11-243-51/+91
| * | Indent (not sure why it was messed)Xinchen Hui2015-11-242-16/+16
| * | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-11-242-14/+1
| |\ \
| | * | Revert "Added back support for undocummented host:port syntax"Côme Bernigaud2015-11-242-11/+1
| | * | Revert "Using default port in ldap_connect when NULL is passed (this was the ...Côme Bernigaud2015-11-241-3/+0
| * | | Fixed bug #70963 (Unserialize shows UNKNOW in result)Xinchen Hui2015-11-244-21/+56
| |/ /
| * | Align NEWS entries formatLior Kaplan2015-11-231-2/+2
| * | Add NEWS entry for #61751Lior Kaplan2015-11-231-0/+2
| * | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2015-11-233-5/+5
| |\ \ | | |/
| | * Align NEWS entries formatLior Kaplan2015-11-231-3/+3
| | * Add NEWS entry for #61751Lior Kaplan2015-11-231-0/+2
| | * Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_i...Lior Kaplan2015-11-233-5/+5
| * | Output stderr on real stderr in phpdbgBob Weinand2015-11-232-1/+4
| * | Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)Xinchen Hui2015-11-233-3/+44
* | | Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)Xinchen Hui2015-11-233-3/+44
|/ /
* | Add test for bug (count on symbol table)Xinchen Hui2015-11-231-0/+22
* | Improved fix for bug (count on symbol table)Xinchen Hui2015-11-234-93/+48
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-231-0/+44
|\ \ | |/
| * Add bug #70957 and #70958 releated test in refectionXinchen Hui2015-11-231-0/+44
* | Fixed testXinchen Hui2015-11-231-2/+2
* | Port fix to 7.0Xinchen Hui2015-11-232-2/+7