summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #72116 (7.0.6 array_fill optimization breaks implementation)Bob Weinand2016-04-282-0/+19
* Fix bug #71923 - integer overflow in ZipArchive::getFrom*Stanislav Malyshev2016-04-271-2/+2
* 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
* This only make sense on *nixphp-7.0.6RC1Xinchen Hui2016-04-123-3/+9
* 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
* Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0Joe Watkins2016-04-119-28/+312
|\
| * 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
| * Fixed bug #71995 (Returning the same var twice from __sleep() produces broken...Xinchen Hui2016-04-092-20/+73
| * 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
* | 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-081-0/+1
* | Fixed bug #70455 Missing constant: IntlChar::NO_NUMERIC_VALUEAnatol Belski2016-04-082-0/+14
* | Fixed bug #71516 IntlDateFormatter losts locale if pattern is set via constru...Anatol Belski2016-04-082-7/+35
* | 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-0720-164/+749
|\ \
| * | Fixed Bug #71974 Trans sid will always be send, even if cookies are availableYasuo Ohgaki2016-04-072-8/+38
| * | Optimized array_fill(). This is a perfect function for fast creation of packe...Dmitry Stogov2016-04-071-18/+56
| * | fix merge mistakeAnatol Belski2016-04-061-1/+1
| * | fix testsAnatol Belski2016-04-062-20/+92
| * | PostgreSQL's PDOStatement::getColumnMeta() fills in table's name.Petr Sýkora2016-04-061-0/+35
| * | fix indentAnatol Belski2016-04-061-40/+40
| * | fix testAnatol Belski2016-04-061-1/+1
| * | fix bug #71667 (emulate how mssql extension names "computed" columns)Adam Baratz2016-04-064-5/+51
| * | add 32-bit specific variont for #62498Anatol Belski2016-04-061-0/+185
| * | skip test on 32-bitAnatol Belski2016-04-061-1/+2
| * | make opcache lockfile path configurableFatih ACAR2016-04-064-4/+13
| * | return zvals instead of strings, cast or not based on stringify attributeAdam Baratz2016-04-065-75/+239
| * | fix testAnatol Belski2016-04-061-2/+6
| * | add skip slow testAnatol Belski2016-04-061-0/+1
* | | Fixed bug #71940 (Unserialize crushes on restore object reference)Xinchen Hui2016-04-073-19/+90
|/ /
* | Fixed bug #71969 (str_replace returns an incorrect resulting array after a fo...Xinchen Hui2016-04-062-0/+29
* | Add driver-specific attributes for controlling calls to dbsetlogintime() and ...Adam Baratz2016-04-055-2/+90
* | fix and extend testAnatol Belski2016-04-051-22/+103
* | Don't roundtrip to the database to get the column type if you already know itJoe Bylund2016-04-052-25/+159
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-052-0/+15
|\ \ | |/
| * Use STR_EMPTY_ALLOC macro insteadThomas Punt2016-04-051-2/+2