summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | It was introduced after 7.0.5 release by attempt to fix bug #71428.
* 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
| | | | | | | | | | | | * PHP-5.6: Fix memory leak Fix bug #72099: xml_parse_into_struct segmentation fault 5.5.36 now Fix bug #72094 - Out of bounds heap read access in exif header processing Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definition Fix bug #72061 - Out-of-bounds reads in zif_grapheme_stripos with negative offset Fix for bug #71912 (libgd: signedness vulnerability) Typo in NEWS
* 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
| | | | | | | | msgformat_attr.c
| * 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 ↵Xinchen Hui2016-04-093-20/+75
| |/ | | | | | | broken serialized data)
| * Fixed bug #66289 Locale::lookup incorrectly returns en or en_US if locale is ↵Anatol Belski2016-04-092-1/+32
| | | | | | | | empty
| * Enable configure without opcache-file and huge-code-pagesLior Kaplan2016-04-091-2/+2
| | | | | | | | | | This doesn't chagne the default (yes for both features), but respects --disable-opcache-file and --disable-huge-code-pages configure flags if given.
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-04-091-1/+1
| |\ | | | | | | | | | | | | * PHP-5.6: opcache config.m4: Use = for comparison
| | * 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 ↵Daniel Persson2016-04-081-4/+4
| | | | | | | | is set
* | 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 ↵Anatol Belski2016-04-082-7/+35
| | | | | | | | constructor
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2016-04-073-4/+53
|\ \ | | | | | | | | | | | | * 'PHP-7.0' of git.php.net:/php-src: Fixed bug #71980
| * | 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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-7.0' of git.php.net:/php-src: Remove __halt_compiler from semi-reserved tokens Fixed Bug #71974 Trans sid will always be send, even if cookies are available Optimized array_fill(). This is a perfect function for fast creation of packed arrays. Fixed build fix merge mistake fix tests PostgreSQL's PDOStatement::getColumnMeta() fills in table's name. fix indent Fixed bug #71978 (Existence of return type hint affects other compatibility rules) fix test fix bug #71667 (emulate how mssql extension names "computed" columns) update NEWS add 32-bit specific variont for #62498 skip test on 32-bit make opcache lockfile path configurable return zvals instead of strings, cast or not based on stringify attribute fix test add skip slow test
| * | Remove __halt_compiler from semi-reserved tokensNikita Popov2016-04-074-10/+1
| | | | | | | | | | | | token_get_all() is not capable of dealing with this one correctly.
| * | 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 ↵Dmitry Stogov2016-04-071-18/+56
| | | | | | | | | | | | packed arrays.