summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* XFAIL test broken by timelib updateNikita Popov2020-10-091-0/+2
* Updated to version 2020.2 (2020b)Derick Rethans2020-10-081-853/+724
* Updated to version 2020.2 (2020b)Derick Rethans2020-10-081-1/+1
* Fix too strict imap test expectationsChristoph M. Becker2020-10-082-2/+2
* Fix #77040: tidyNode::isHtml() is completely brokenChristoph M. Becker2020-10-072-4/+34
* Fix #80185: jdtounix() fails after 2037Christoph M. Becker2020-10-073-2/+38
* Fix #46050: odbc_next_result corrupts prepared resourceChristoph M. Becker2020-10-052-0/+28
* Fix -Wimplicit-function-declaration in configureNikita Popov2020-10-051-12/+26
* Fix out-of-bounds writeK.Kosako2020-10-021-1/+1
* Fixed incorrect error messageGeorge Peter Banyard2020-09-301-2/+0
* Fixed incorrect logical conditionGeorge Peter Banyard2020-09-301-2/+2
* Fix #80152: odbc_execute() moves internal pointer of $paramsChristoph M. Becker2020-09-292-1/+27
* Fix #80150: Failure to fetch error messageChristoph M. Becker2020-09-291-11/+11
* Fix bug #80137Matthias Karbe2020-09-292-0/+12
* Fix bug #80138Matthias Karbe2020-09-293-0/+18
* Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-284-22/+57
* Fix #67465: NULL Pointer dereference in odbc_handle_preparerChristoph M. Becker2020-09-282-1/+19
* Fix logic error in PDOGeorge Peter Banyard2020-09-251-1/+2
* Fix #80147: BINARY strings may not be properly zero-terminatedChristoph M. Becker2020-09-252-0/+28
* Use proper skipif sectionChristoph M. Becker2020-09-241-3/+1
* Fix #78470: odbc_specialcolumns() no longer accepts $nullableChristoph M. Becker2020-09-242-1/+16
* Fix #76735: Incorrect message in fopen on invalid modeChristoph M. Becker2020-09-232-2/+10
* Fix #77493: curl_basic_009 fails with newer curl versionsChristoph M. Becker2020-09-231-4/+4
* Fix #76943: Inconsistent stream_wrapper_restore() errorsChristoph M. Becker2020-09-221-0/+28
* Fix memory leak in php_imap_mutf7()Christoph M. Becker2020-09-211-1/+2
* Fix #80114: parse_url does not accept URLs with port 0Christoph M. Becker2020-09-2012-4/+33
* Fix mysqli build with mysqlnd and without PDOBob Weinand2020-09-201-1/+1
* Fix #78179: mysqli/mysqlnd transaction extensionsDaniel Black2020-09-182-42/+38
* Support NO_BACKSLASH_ESCAPES with newer libmysqlclientNikita Popov2020-09-182-3/+13
* Use MyISAM engine for new testNikita Popov2020-09-181-1/+1
* Fix bug #80107: Handling of large compressed packetsNikita Popov2020-09-182-48/+79
* Bug #80107 Add test for mysqli_query() fails for ~16 MB long query when compr...Máté Kocsis2020-09-181-0/+51
* Fix mysqli_release_savepoint() on mysqlndNikita Popov2020-09-172-2/+2
* Fix #80115: mysqlnd.debug doesn't recognize absolute paths with slashesChristoph M. Becker2020-09-171-1/+1
* pdo_mysql/mysqli (native) libmysqlclient_r no-longer usedDaniel Black2020-09-172-10/+2
* mysql: native mysql-8.0 uses _BoolDaniel Black2020-09-173-3/+6
* mysqli: use native apiDaniel Black2020-09-173-17/+10
* ext/soap: Compare Set-Cookie header case-insensitivelyGabríel Arthúr Pétursson2020-09-171-6/+25
* Fixed bug #80083Nikita Popov2020-09-171-0/+2
* Avoid segfault if module/extension version is not definedChristoph M. Becker2020-09-141-2/+6
* Fix #80067: Omitting the port in bindto setting errorsChristoph M. Becker2020-09-112-1/+16
* Fix #79825: opcache.file_cache causes SIGSEGV with custom opcode handlersSammy Kaye Powers2020-09-091-0/+16
* Fix #72941: Modifying bucket->data by-ref has no effect any longerChristoph M. Becker2020-09-082-2/+37
* Fixed bug #80077Nikita Popov2020-09-081-3/+3
* Skip test if A: drive existsChristoph M. Becker2020-09-031-0/+1
* Fix binary-safety of parse_urlNikita Popov2020-09-0212-13/+33
* Fixed test caseDerick Rethans2020-08-311-3/+3
* Update timelib to 2018.04Derick Rethans2020-08-315-19414/+16670
* Fix #80027 Terrible performance using $query->fetch on queries with many bind...Matteo Beccati2020-08-317-2/+29
* Make MAX_IFD_NESTING_LEVEL an actual nesting levelNikita Popov2020-08-313-16/+50