summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare for 5.6.17php-5.6.17PHP-5.6.17Ferenc Kovacs2016-01-063-5/+22
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-01-068-72/+227
* 5.6.17RC1php-5.6.17RC1Ferenc Kovacs2015-12-103-9/+7
* 5.6.18 will be nextFerenc Kovacs2015-12-103-5/+7
* update NEWSAnatol Belski2015-12-091-0/+1
* ext/imap/config.m4: fix conftest segfault in utf8_to_mutf7 check, bug #66909.Michael Orlitzky2015-12-091-5/+10
* ext/dba/config.m4: Autodetect Berkeley DB v5.3.Michael Orlitzky2015-12-091-1/+5
* fix path separator in testAnatol Belski2015-12-091-2/+2
* Bumped SAPI version to 6.9George Wang2015-12-091-1/+1
* Added "mod_auth_basic" to apache module list.George Wang2015-12-091-1/+1
* Add sanitizing checks for request data.George Wang2015-12-091-2/+54
* Clear secret after use.George Wang2015-12-091-5/+8
* Fixed __DIR__ in CLI mode.George Wang2015-12-091-0/+2
* Add PDO_Firebird fix in NEWSPopa Adrian Marius2015-12-031-0/+3
* Use LL_MASK for SQL_INT64 data formattingPopa Adrian Marius2015-12-031-1/+1
* Fix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebirdPopa Adrian Marius2015-12-031-2/+2
* Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number of...Xinchen Hui2015-11-243-1/+16
* Align NEWS entries formatLior Kaplan2015-11-231-3/+3
* Add NEWS entry for #61751Lior Kaplan2015-11-231-0/+2
* Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_i...Lior Kaplan2015-11-233-5/+5
* Add bug #70957 and #70958 releated test in refectionXinchen Hui2015-11-231-0/+44
* Fixed bug #70958 (Invalid opcode while using ::class as trait method paramate...Xinchen Hui2015-11-233-2/+31
* Fixed bug #70957 (self::class can not be resolved with reflection for abstrac...Xinchen Hui2015-11-233-1/+25
* Update test scriptXinchen Hui2015-11-211-5/+13
* Unused varXinchen Hui2015-11-211-1/+1
* Improved fix for bug #70944Xinchen Hui2015-11-212-16/+30
* Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions)Xinchen Hui2015-11-203-1/+28
* This seems betterXinchen Hui2015-11-201-2/+2
* Fixed build error "undefined symbol gdJpegGetVersionString"Xinchen Hui2015-11-201-0/+4
* Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2015-11-172-0/+9
|\
| * News for fixed bug #68344Andrey Hristov2015-11-162-0/+9
* | Improve the testXinchen Hui2015-11-171-2/+12
|/
* Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2015-11-162-1/+11
|\
| * Added back support for undocummented host:port syntaxCôme Bernigaud2015-11-162-1/+11
* | Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)Xinchen Hui2015-11-168-10/+94
|/
* Use the same CS for all json testsJakub Zelenka2015-11-1532-252/+185
* Fixed bug #70900 (SoapClient systematic out of memory error)Dmitry Stogov2015-11-122-1/+6
* Using default port in ldap_connect when NULL is passed (this was the behavior...Côme Bernigaud2015-11-121-0/+3
* Ensure the test failsXinchen Hui2015-11-111-0/+4
* propare for 5.6.16RC1Ferenc Kovacs2015-11-113-5/+7
* 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
|\