summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug #76901Nikita Popov2018-09-193-7/+26
* Fix bug #75533: array_reduce is slow when $carry is large arrayManabu Matsui2018-09-182-3/+3
* Add spectre switch for suitable vc14 versionsAnatol Belski2018-09-181-0/+5
* Fix 76480: Use curl_multi_wait() so that timeouts are respectedPierrick Charron2018-09-172-1/+21
* Sync version for vc++ 15.9Anatol Belski2018-09-131-0/+2
* Improve error code matchingAnatol Belski2018-09-121-2/+2
* Update binary SDK version for AppVeyorAnatol Belski2018-09-121-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Ferenc Kovacs2018-09-120-0/+0
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2018-09-120-0/+0
| |\
| | * 5.6.39 will be the nextFerenc Kovacs2018-09-113-5/+7
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-09-110-0/+0
|\ \ \ | |/ /
| * | 7.0.33 nextAnatol Belski2018-09-113-5/+9
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-09-100-0/+0
|\ \ \ | |/ /
| * | Sync NEWS [ci skip]Anatol Belski2018-09-101-1/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-09-091-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-09-091-0/+1
| |\ \ | | |/
| | * Update NEWSStanislav Malyshev2018-09-091-0/+3
| | * Fix for bug #76582Stanislav Malyshev2018-09-091-0/+1
* | | Fix ssl stream reneg limit test to print only after first renegotiationJakub Zelenka2018-09-091-2/+6
* | | Fix #75273: php_zlib_inflate_filter() may not update bytes_consumedChristoph M. Becker2018-09-083-10/+64
* | | Sync with recent changes to default libcurl buildAnatol Belski2018-09-051-1/+16
* | | Fix #74454: Wrong exception being thrown when using ReflectionMethodChristoph M. Becker2018-09-054-2/+31
* | | Fix bug #74764 and add a test caseVille Hukkamaki2018-09-043-0/+29
* | | [ci skip] Update NEWSAnatol Belski2018-09-041-0/+4
* | | Revert all MySQL auth related changesNikita Popov2018-09-047-425/+29
* | | Fix parenthesis warningNikita Popov2018-09-041-1/+1
* | | Fix bug #75481: makedev warningPeter Kokot2018-09-042-1/+4
* | | Fixed bug #73457Ville Hukkamaki2018-09-044-18/+65
* | | Fixed bug #76832 ZendOPcache.MemoryBase periodically deleted by the OSAnatol Belski2018-09-031-0/+7
* | | Fixed reference-countingin ZTS build.Dmitry Stogov2018-09-031-1/+1
* | | Fix #75696: posix_getgrnam fails to print details of groupChristoph M. Becker2018-09-013-0/+25
* | | Fix stack underflow in pharAnatol Belski2018-08-301-10/+7
* | | fix double cast to int on 32-bitRemi Collet2018-08-301-1/+1
* | | Fixed incorrect ZEND_ACC_ARENA_ALLOCATED usage (it must be used only for inte...Dmitry Stogov2018-08-291-4/+9
* | | Prep for 7.1.23Sara Golemon2018-08-291-1/+4
* | | Fix #68180: iconv_mime_decode can return extra characters in a headerChristoph M. Becker2018-08-263-2/+20
* | | Fix #60494: iconv_mime_decode does ignore special charactersChristoph M. Becker2018-08-253-1/+28
* | | Fix #63839: iconv_mime_decode_headers function is skipping headersChristoph M. Becker2018-08-253-0/+90
* | | Fix #55146: iconv_mime_decode_headers() skips some headersChristoph M. Becker2018-08-253-0/+42
* | | mkdist.php: recursively check dll dependenciesDylan K. Taylor2018-08-231-5/+5
* | | Simplify regression testChristoph M. Becker2018-08-231-17/+9
* | | Fix #68825: Exception in DirectoryIterator::getLinkTarget()Christoph M. Becker2018-08-223-0/+29
* | | Increase memory_limit to prevent test failuresChristoph M. Becker2018-08-221-1/+1
* | | Fix #76778: array_reduce leaks memory if callback throws exceptionChristoph M. Becker2018-08-223-0/+31
* | | Fixed bug #76777 and added testVille Hukkamaki2018-08-223-2/+49
* | | Fix bug #76705 (unusable ssl => peer_fingerprint in stream_context_create())Jakub Zelenka2018-08-194-2/+101
* | | Add regression test for bug #68175Christoph M. Becker2018-08-182-0/+22
* | | Fix #68175: RegexIterator pregFlags are NULL instead of 0Tim Siebels2018-08-181-1/+1
* | | Update binary SDK version for AppVeyorAnatol Belski2018-08-171-1/+1
* | | Fixed bug #76754 (parent private constant in extends class memory leak)Xinchen Hui2018-08-173-1/+21