summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix -Wimplicit-function-declaration in configureNikita Popov2020-10-055-40/+61
* Fix out-of-bounds writeK.Kosako2020-10-021-1/+1
* [ci skip] moved soap fix to 7.3.23Matteo Beccati2020-10-021-5/+5
* Backport of a partial fix for bug Bug #76982 (memory leak declaring closure i...Dmitry Stogov2020-10-013-19/+4
* Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2020-09-300-0/+0
|\
| * bump version to 7.2.35-devRemi Collet2020-09-303-5/+8
* | Fixed incorrect error messageGeorge Peter Banyard2020-09-301-2/+0
* | Fixed incorrect logical conditionGeorge Peter Banyard2020-09-301-2/+2
* | [ci skip] Add 7.3.23 security fixes to NEWSStanislav Malyshev2020-09-291-0/+6
* | [ci skip] Fix versionChristoph M. Becker2020-09-291-1/+1
* | Fix #80152: odbc_execute() moves internal pointer of $paramsChristoph M. Becker2020-09-293-1/+28
* | Fix #80150: Failure to fetch error messageChristoph M. Becker2020-09-292-11/+12
* | Fix bug #80137Matthias Karbe2020-09-292-0/+12
* | Fix bug #80138Matthias Karbe2020-09-293-0/+18
* | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2020-09-290-0/+0
|\ \ | |/
| * [ci skip] typoRemi Collet2020-09-291-2/+2
| * Update NEWS & UPGRADINGStanislav Malyshev2020-09-282-3/+15
| * Do not decode cookie names anymoreStanislav Malyshev2020-09-264-6/+38
| * Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-264-22/+57
* | Do not decode cookie names anymoreStanislav Malyshev2020-09-284-6/+38
* | Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-284-22/+57
* | Update UPGRADINGStanislav Malyshev2020-09-281-0/+5
* | Fix #67465: NULL Pointer dereference in odbc_handle_preparerChristoph M. Becker2020-09-283-1/+22
* | Fix logic error in PDOGeorge Peter Banyard2020-09-251-1/+2
* | Fix #80147: BINARY strings may not be properly zero-terminatedChristoph M. Becker2020-09-253-0/+30
* | Use proper skipif sectionChristoph M. Becker2020-09-241-3/+1
* | Fix #78470: odbc_specialcolumns() no longer accepts $nullableChristoph M. Becker2020-09-243-1/+19
* | Fix #76735: Incorrect message in fopen on invalid modeChristoph M. Becker2020-09-234-5/+12
* | 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-223-6/+36
* | Fix #79423: copy command is limited to size of file it can copyChristoph M. Becker2020-09-222-1/+21
* | 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-2013-4/+36
* | 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-183-48/+81
* | 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-172-1/+5
* | 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-172-0/+5
* | 7.3.24 is nextChristoph M. Becker2020-09-154-6/+9
* | 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-115-5/+29
* | Fix #79825: opcache.file_cache causes SIGSEGV with custom opcode handlersSammy Kaye Powers2020-09-092-0/+18