summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Update CREDITS for PHP 7.1.25RC1Sara Golemon2018-11-212-11/+11
* Disable rsh/ssh functionality in imap by default (bug #77153)Stanislav Malyshev2018-11-203-0/+42
* Fix #77151 ftp_close(): SSL_read on shutdownRemi Collet2018-11-201-6/+8
* Fixed bug #77047 pg_convert has a broken regex for the 'TIME WITHOUT TIMEZONE...Anatol Belski2018-11-182-1/+41
* Fix #77147: Fix for 60494 ignores ICONV_MIME_DECODE_CONTINUE_ON_ERRORChristoph M. Becker2018-11-142-1/+26
* Validate length on socket_writeThiago Carvalho2018-11-134-0/+52
* Fix #77141: Signedness issue in SOAP when precision=-1Christoph M. Becker2018-11-122-1/+28
* Fix #76348: WSDL_CACHE_MEMORY causes Segmentation faultChristoph M. Becker2018-11-043-1/+103
* Updated to version 2018.7 (2018g)Derick Rethans2018-10-301-734/+666
* fix bug #77079Jon Allen2018-10-301-2/+2
* Fixed bug #77058Nikita Popov2018-10-252-2/+22
* Improve "narrowing" error messageNikita Popov2018-10-251-1/+4
* Updated to version 2018.6 (2018f)Derick Rethans2018-10-221-30584/+30242
* Fix tests for ICU 63.1Anatol Belski2018-10-202-12/+12
* Fix #77035: The phpize and ./configure create redundant .deps filePeter Kokot2018-10-191-1/+0
* 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