summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix test when it's run on another driveAnatol Belski2018-10-181-3/+3
* Fix #77027: tidy::getOptDoc() not available on WindowsChristoph M. Becker2018-10-171-0/+1
* Add support for getting SKIP_TAGSTART and SKIP_WHITE optionsChristoph M. Becker2018-10-162-0/+35
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152989-3485/+1558
* Trim trailing whitespace in *.phptPeter Kokot2018-10-145444-15662/+15654
* Fix failing ext/session/tests due to final newlinesPeter Kokot2018-10-148-8/+0
* Sync leading and final newlines in source code filesPeter Kokot2018-10-14365-474/+127
* Fix failing ext/zlib/tests due to whitespacePeter Kokot2018-10-131-13/+13
* Trim trailing whitespace in source code filesPeter Kokot2018-10-13273-3455/+3452
* Convert CRLF line endings to LFPeter Kokot2018-10-13119-4958/+4958
* Fix #30875: xml_parse_into_struct() does not resolve entitiesChristoph M. Becker2018-10-092-1/+42
* Fix #75851: Year component overflow with date formats "c", "o", "r" and "y"Adam Saponara2018-10-083-7/+56
* Remove unstable dns testsPedro Magalhães2018-10-062-240/+0
* Add test for bug #76942Anatol Belski2018-10-051-0/+33
* Fixed Bug #76942 U_ARGUMENT_TYPE_MISMATCHAnatol Belski2018-10-052-0/+5
* Fix #76972: FTP data truncation due to forceful ssl socket shutdownManuel Mausz2018-10-051-6/+65
* Reflection: Copy invoke function also in the variadic caseNikita Popov2018-10-031-7/+5
* Fixed bug #76918 Repeated parameter name in arg infoSara Golemon2018-09-251-1/+1
* Terminate smart string correctlyChristopher Jones2018-09-241-2/+2
* Make usable for PECL OCI8 release for PHP 7.xChristopher Jones2018-09-245-2/+125
* Backport master branch comment typo fixChristopher Jones2018-09-241-1/+1
* Make tests portable across PHP 7.x versionsChristopher Jones2018-09-245-7/+7
* Remove $id from phpinfo as already done in PHP-7.3Christopher Jones2018-09-241-1/+0
* And strip trailing tabs too...Christopher Jones2018-09-24151-462/+462
* 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