summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | | | | | | | This has been requested by Kaspar Brand who provides sni.velox.ch. That site is only for interactive testing and not for unit/integration/regression testing. Although this test is run only in special cases (when SNI_TESTS is defined) it should still be removed. Also this test is not reliable as it depends on external resources.
* 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 ↵Andrey Hristov2015-10-279-24/+76
| | | | | | | | | | | | | | | | | | | | | | | | certificate validation Added the possibility to explicitly state that the peer certificate should not be checked. Back to the default - checking the certificate. Exported MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT Usage : mysqli_real_connect( , , , , , MYSQLI_CLIENT_SSL | MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT) If mysqli_ssl_set() is not called, but only MYSQLI_CLIENT_SSL is passed, without the (don't) very flag, then no verification takes place.
| * 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
| | | | | | | | Basically backport 8430ec17
| * Improve fix for Bug #68344 MySQLi does not provide way to disable peer ↵Andrey Hristov2015-10-223-7/+8
| | | | | | | | certificate validation
| * Fix for Bug #68344 MySQLi does not provide way to disable peer certificate ↵Andrey Hristov2015-10-212-1/+47
| | | | | | | | validation
| * 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 ↵Xinchen Hui2015-11-023-1/+27
|/ | | | non-existent constant)
* 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
|\ | | | | | | | | | | | | | | * PHP-5.5: fixup, both catched by nikic use another character device in this test as /dev/console seems that it is different for lxc containers the de_DE(iso-8859-1) locale is not available on ubuntu by default, but there is no reason to require that over the utf-8 one let's try running our testsuite without sudo
| * Merge branch 'pr-1483' into PHP-5.5Ferenc Kovacs2015-10-197-20/+23
| |\ | | | | | | | | | | | | | | | | | | | | | * pr-1483: fixup, both catched by nikic use another character device in this test as /dev/console seems that it is different for lxc containers the de_DE(iso-8859-1) locale is not available on ubuntu by default, but there is no reason to require that over the utf-8 one let's try running our testsuite without sudo
| | * fixup, both catched by nikicFerenc Kovacs2015-08-242-3/+1
| | |
| | * use another character device in this test as /dev/console seems that it is ↵Ferenc Kovacs2015-08-241-2/+2
| | | | | | | | | | | | different for lxc containers
| | * the de_DE(iso-8859-1) locale is not available on ubuntu by default, but ↵Ferenc Kovacs2015-08-241-2/+2
| | | | | | | | | | | | there is no reason to require that over the utf-8 one
| | * 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
|\ \ \ | | | | | | | | | | | | | | | | * pull-request/1535: Bug #70561: Fix DirectoryIterator to throw OutOfBoundsException
| * | | Bug #70561: Fix DirectoryIterator to throw OutOfBoundsExceptionBishop Bettini2015-09-233-6/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------------- DirectoryIterator implements SeekableIterator, which "should throw an OutOfBoundsException if the position is not seekable". As is, seek just returns and one must call valid(). This approach is different than most (all?) other SeekableIterator implementations and leads to developer confusion. See the bug report for a specific example.
* | | | Fix bug #64172Daniel Persson2015-10-183-57/+144
| | | | | | | | | | | | | | | | | | | | Check if the SQLSTATE error code is equal to PDO_ERR_NONE before we ask the driver. And if no error is reported skip the extra call to the driver.
* | | | Skip some tests for platforms different than x86Fábio Perez2015-10-183-0/+3
| | | | | | | | | | | | | | | | | | | | These tests are verifying undefined behaviour such as shifting by more than 63 bits and by negative numbers.
* | | | 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
| | | | | | | | | | | | | | | | Doing a less intrusive variant of the PHP 7.0 fix for 5.6.
* | | | Improve previous fixNikita Popov2015-10-092-1/+6
| | | | | | | | | | | | | | | | Don't forbid null binding on plain functions.
* | | | Fixed bug #70681Nikita Popov2015-10-093-0/+21
| | | |