summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update NEWSphp-7.0.6PHP-7.0.6Anatol Belski2016-04-281-0/+1
* Added testDmitry Stogov2016-04-281-0/+18
* Fixed bug #72116 (7.0.6 array_fill optimization breaks implementation)Bob Weinand2016-04-282-0/+19
* Fixed BC break described by bug #72119.Dmitry Stogov2016-04-283-0/+7
* Fix bug #71923 - integer overflow in ZipArchive::getFrom*Stanislav Malyshev2016-04-271-2/+2
* set versionsAnatol Belski2016-04-272-3/+3
* update NEWSAnatol Belski2016-04-271-0/+18
* fix/improve testsAnatol Belski2016-04-274-29/+52
* fix mergeAnatol Belski2016-04-271-2/+3
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-2715-35/+199
* sync with NEWS improvementsAnatol Belski2016-04-251-14/+10
* fix skipifRemi Collet2016-04-121-1/+1
* This only make sense on *nixphp-7.0.6RC1Xinchen Hui2016-04-123-3/+9
* set RC1 versionsAnatol Belski2016-04-123-4/+4
* update NEWSAnatol Belski2016-04-111-0/+2
* Fixed bug #70484 selectordinal doesn't work with named parametersAnatol Belski2016-04-112-0/+101
* fix version macro to checkAnatol Belski2016-04-111-1/+1
* handle dummy frameJoe Watkins2016-04-111-0/+3
* Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0Joe Watkins2016-04-1110-28/+318
|\
| * update NEWSAnatol Belski2016-04-101-0/+4
| * Fixed bug #71998 Function pg_insert does not insert when column type = inetAnatol Belski2016-04-102-3/+202
| * Fixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or ...Anatol Belski2016-04-092-1/+2
| * Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2016-04-090-0/+0
| |\
| | * update NEWSAnatol Belski2016-04-091-0/+2
| * | Fixed bug #71995 (Returning the same var twice from __sleep() produces broken...Xinchen Hui2016-04-093-20/+75
| |/
| * Fixed bug #66289 Locale::lookup incorrectly returns en or en_US if locale is ...Anatol Belski2016-04-092-1/+32
| * Enable configure without opcache-file and huge-code-pagesLior Kaplan2016-04-091-2/+2
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-04-091-1/+1
| |\
| | * opcache config.m4: Use = for comparisonLior Kaplan2016-04-081-1/+1
* | | fix calendar segfaultJoe Watkins2016-04-111-1/+1
|/ /
* | fix indentAnatol Belski2016-04-081-14/+13
* | update NEWSAnatol Belski2016-04-081-0/+3
* | fix compat for ICU < 50Anatol Belski2016-04-081-0/+4
* | Fixed bug #68893 Stackoverflow in datefmt_createAnatol Belski2016-04-082-6/+41
* | Added missing newline.Daniel Persson2016-04-081-1/+1
* | Changed to check for error with the new function that returns null if error i...Daniel Persson2016-04-081-4/+4
* | Added function to check error and return null if error is set.Daniel Persson2016-04-081-1/+11
* | Added tests for bug 70451 and 70452Daniel Persson2016-04-082-0/+33
* | Fixed bug #71986 (Nested foreach assign-by-reference creates broken variables)Xinchen Hui2016-04-082-0/+5
* | update NEWSAnatol Belski2016-04-081-0/+2
* | Fixed bug #70455 Missing constant: IntlChar::NO_NUMERIC_VALUEAnatol Belski2016-04-082-0/+14
* | update NEWSAnatol Belski2016-04-081-0/+4
* | Fixed bug #71516 IntlDateFormatter losts locale if pattern is set via constru...Anatol Belski2016-04-082-7/+35
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2016-04-073-4/+53
|\ \
| * | Fixed bug #71980Nikita Popov2016-04-073-4/+53
* | | Improved fix for #71940Xinchen Hui2016-04-073-21/+21
|/ /
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2016-04-0726-187/+798
|\ \
| * | Remove __halt_compiler from semi-reserved tokensNikita Popov2016-04-074-10/+1
| * | Fixed Bug #71974 Trans sid will always be send, even if cookies are availableYasuo Ohgaki2016-04-073-8/+42
| * | Optimized array_fill(). This is a perfect function for fast creation of packe...Dmitry Stogov2016-04-071-18/+56