summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Fixed bug #76459 windows linkinfo lacks openbasedir checkAnatol Belski2018-07-161-1/+12
| | * Fix bug #76557: heap-buffer-overflow (READ of size 48) while reading exif dataStanislav Malyshev2018-07-163-1/+83
| | * Fix bug #76423 - Int Overflow lead to Heap OverFlow in exif_thumbnail_extract...Stanislav Malyshev2018-07-163-1/+23
| * | Fixed bug #76459 windows linkinfo lacks openbasedir checkAnatol Belski2018-07-161-0/+11
* | | Fix #73817: Incorrect entries in get_html_translation_tableChristoph M. Becker2018-07-154-68/+81
* | | Improve testAnatol Belski2018-07-131-1/+4
* | | Fixed RecursiveDirectoryIterator with long path or with edge case lengthAnatol Belski2018-07-121-0/+65
* | | Fix bug #76524 - ZipArchive memory leaktimurib2018-07-102-2/+26
* | | Sync callback signature with libxml2 2.9.8Anatol Belski2018-07-091-1/+5
* | | Add missing flagAnatol Belski2018-07-091-0/+3
* | | Fixed bug #76366 (references in sub-array for filtering breaks the filter)cdoco2018-07-072-0/+43
* | | Fix bug #76488 Memory leak when fetching a BLOB fieldsim19842018-07-062-1/+33
* | | Fix string.strip_tags filterNikita Popov2018-07-052-13/+40
* | | Fixed bug #75231Nikita Popov2018-07-022-1/+26
* | | Fix test after serialization changeNikita Popov2018-07-021-3/+1
* | | Fixed bug #74670Nikita Popov2018-07-026-41/+63
* | | Make newly introduced bug76556.phpt more resilientChristoph M. Becker2018-07-011-1/+1
* | | Fix #76556: get_debug_info handler for BreakIterator shows wrong typeChristoph M. Becker2018-06-302-1/+24
* | | Fix typo in compound dim assign op inferenceNikita Popov2018-06-301-1/+1
* | | Fix #71848: getimagesize with $imageinfo returns falseChristoph M. Becker2018-06-303-1/+33
* | | Fixed bug #76548 pg_fetch_result did not fetch the next rowAnatol Belski2018-06-292-0/+24