summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare for 5.6.16php-5.6.16PHP-5.6.16Ferenc Kovacs2015-11-253-6/+11
* propare for 5.6.16RC1php-5.6.16RC1Ferenc Kovacs2015-11-113-4/+4
* Remove SNI test that trigger request to sni.velox.chJakub Zelenka2015-11-091-184/+0
* Fix bug #70875 Segmentation fault if wsdl has no targetNamespace attributeMatteo Beccati2015-11-074-1/+211
* Always remember NEWS....Christopher Jones2015-11-071-0/+3
* Fix compile warnings about comparison of unsigned expression always being trueChristopher Jones2015-11-072-5/+1
* Bump OCI8 versionChristopher Jones2015-11-072-58/+74
* Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)Christopher Jones2015-11-072-1/+59
* Make test for bug #70852 to cover all casesReeze Xia2015-11-051-1/+7
* Fixed bug #70852 Segfault getting NULL offset of an ArrayObject.Reeze Xia2015-11-053-2/+17
* Fixed testXinchen Hui2015-11-021-1/+1
* Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2015-11-0219-121/+368
|\
| * Use standard title for new openssl testsJakub Zelenka2015-10-292-4/+4
| * new tests to openssl module, don't covered yet.root2015-10-292-0/+32
| * Another Fix for Bug #68344 MySQLi does not provide way to disable peer certi...Andrey Hristov2015-10-279-24/+76
| * update NEWSAnatol Belski2015-10-261-0/+4
| * Fixed bug #70718 stream_select() when OpenSSL extension is loaded on PHP Win64Anatol Belski2015-10-261-1/+1
| * unbreak coverage data: fix #line directives in phpdbg parserNuno Lopes2015-10-241-25/+25
| * exclude datelib from coverage report as asked by DerickNuno Lopes2015-10-241-1/+1
| * Fix globals initialization in sapi/cgiAnatol Belski2015-10-231-5/+6
| * Improve fix for Bug #68344 MySQLi does not provide way to disable peer certif...Andrey Hristov2015-10-223-7/+8
| * Fix for Bug #68344 MySQLi does not provide way to disable peer certificate v...Andrey Hristov2015-10-212-1/+47
| * Update the certificates needed for the mysqli testsAndrey Hristov2015-10-213-65/+175
| * backport 262160e and 2d55e8c into 5.6Anatol Belski2015-10-201-2/+7
* | Fixed bug #70828 (php-fpm 5.6 with opcache crashes when referencing a non-exi...Xinchen Hui2015-11-023-1/+27
|/
* Fixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l)Xinchen Hui2015-10-205-1918/+1943
* Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-10-197-21/+27
|\
| * Merge branch 'pr-1483' into PHP-5.5Ferenc Kovacs2015-10-197-20/+23
| |\
| | * fixup, both catched by nikicFerenc Kovacs2015-08-242-3/+1
| | * use another character device in this test as /dev/console seems that it is di...Ferenc Kovacs2015-08-241-2/+2
| | * the de_DE(iso-8859-1) locale is not available on ubuntu by default, but there...Ferenc Kovacs2015-08-241-2/+2
| | * let's try running our testsuite without sudoFerenc Kovacs2015-08-234-13/+18
* | | Merge branch 'pull-request/1535' into PHP-5.6Stanislav Malyshev2015-10-183-6/+32
|\ \ \
| * | | Bug #70561: Fix DirectoryIterator to throw OutOfBoundsExceptionBishop Bettini2015-09-233-6/+32
* | | | Fix bug #64172Daniel Persson2015-10-183-57/+144
* | | | Skip some tests for platforms different than x86Fábio Perez2015-10-183-0/+3
* | | | Skip serialize test if ext/session is not loadedStanislav Malyshev2015-10-181-1/+3
* | | | Remove wrong argument $session from SNMP::setSecurity()jubianchi2015-10-182-10/+8
* | | | Fix SNMP::setSecurity() arginfo (Fixes bug #70476)jubianchi2015-10-182-11/+113
* | | | update NEWSAnatol Belski2015-10-181-0/+4
* | | | C89 compatAnatol Belski2015-10-181-3/+4
* | | | use spprintf instead (no need to estrdup afterwards).MiRacLe.RPZ2015-10-181-4/+3
* | | | dblib's dbcolname can return null in some casesMiRacLe.RPZ2015-10-181-1/+1
* | | | testcase fot bug #69757MiRacLe.RPZ2015-10-181-0/+32
* | | | Segmentation fault on pdo_dblib::nextRowset (bug #69757)MiRacLe.RPZ2015-10-181-2/+9
* | | | prepare for 5.6.15RC1Ferenc Kovacs2015-10-153-5/+7
* | | | fix testAnatol Belski2015-10-121-0/+4
* | | | Fixed bug #70685Nikita Popov2015-10-103-13/+38
* | | | Improve previous fixNikita Popov2015-10-092-1/+6
* | | | Fixed bug #70681Nikita Popov2015-10-093-0/+21