summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Sync EXPECT usage with PHP-7.3Christopher Jones2018-09-2491-98/+95
* Remove trailing whitespace to help keep branches in syncChristopher Jones2018-09-24267-624/+623
* Remove trailing whitespace to help keep branches in sycnChristopher Jones2018-09-248-44/+44
* Fix #66828: iconv_mime_encode Q-encoding longer than it should beChristoph M. Becker2018-09-222-2/+23
* Fix getColumnMeta() testNikita Popov2018-09-191-8/+8
* Fix intermittent failures in mysqli_stmt_bind_result_format.phptNikita Popov2018-09-191-4/+4
* Fix bug #75533: array_reduce is slow when $carry is large arrayManabu Matsui2018-09-181-3/+1
* Fix 76480: Use curl_multi_wait() so that timeouts are respectedPierrick Charron2018-09-171-1/+17
* Improve error code matchingAnatol Belski2018-09-121-2/+2
* 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-082-10/+60
* 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-053-2/+27
* Fix bug #74764 and add a test caseVille Hukkamaki2018-09-041-0/+24
* 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-043-17/+60
* Fixed bug #76832 ZendOPcache.MemoryBase periodically deleted by the OSAnatol Belski2018-09-031-0/+7
* Fix #75696: posix_getgrnam fails to print details of groupChristoph M. Becker2018-09-012-0/+23
* Fix stack underflow in pharAnatol Belski2018-08-301-10/+7
* Fix #68180: iconv_mime_decode can return extra characters in a headerChristoph M. Becker2018-08-262-2/+18
* Fix #60494: iconv_mime_decode does ignore special charactersChristoph M. Becker2018-08-252-1/+27
* Fix #63839: iconv_mime_decode_headers function is skipping headersChristoph M. Becker2018-08-252-0/+88
* Fix #55146: iconv_mime_decode_headers() skips some headersChristoph M. Becker2018-08-252-0/+39
* Simplify regression testChristoph M. Becker2018-08-231-17/+9
* Fix #68825: Exception in DirectoryIterator::getLinkTarget()Christoph M. Becker2018-08-222-0/+28
* 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-222-0/+27
* Fixed bug #76777 and added testVille Hukkamaki2018-08-222-2/+45
* Fix bug #76705 (unusable ssl => peer_fingerprint in stream_context_create())Jakub Zelenka2018-08-193-2/+97
* Add regression test for bug #68175Christoph M. Becker2018-08-181-0/+18
* Fix #68175: RegexIterator pregFlags are NULL instead of 0Tim Siebels2018-08-181-1/+1
* Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar ...Xinchen Hui2018-08-161-8/+9
* Fix arginfo for bzcompressTyson Andre2018-08-131-1/+1
* Fixed bug #74484 MessageFormatter::formatMessage memory corruptionAnatol Belski2018-08-092-0/+52
* Fix bug #76709: Minimal required zlib library is 1.2.0.4Peter Kokot2018-08-061-3/+3
* Fix bug #65988: Zlib version check failsJay Bonci2018-08-061-1/+1
* Fix bug #72443: Generate enabled extensionPeter Kokot2018-08-061-3/+3
* Fixed incorrect restoring of LDFLAGSsji2018-08-051-4/+3
* Fix #76704: mb_detect_order return value varies based on argument typeChristoph M. Becker2018-08-042-5/+21
* Improve cleanupAnatol Belski2018-08-031-1/+5
* Fix callbacksAnatol Belski2018-08-024-11/+8
* Fixed bug #75402 Possible Memory Leak using PDO::CURSOR_SCROLL optionAnatol Belski2018-07-302-0/+119
* Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggleChristoph M. Becker2018-07-262-1/+20
* Fix #76643: Segmentation fault when using `output_add_rewrite_var`Christoph M. Becker2018-07-243-44/+58
* Fixed bug #68553 (array_column: null values in $index_key become incrementing...Xinchen Hui2018-07-242-10/+98
* Fix #52974: jewish.c: compile error under Windows with GBK charsetChristoph M. Becker2018-07-222-25/+78
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-07-166-2/+117
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-07-165-2/+106
| |\