summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fix #72941: Modifying bucket->data by-ref has no effect any longerChristoph M. Becker2020-09-083-2/+39
* | Fixed bug #80077Nikita Popov2020-09-082-3/+4
* | Avoid duplicate octal warning during heredoc scan aheadNikita Popov2020-09-043-352/+353
* | Fixed bug #80049Nikita Popov2020-09-034-0/+18
* | Fix #80048: Bug #69100 has not been fixed for WindowsChristoph M. Becker2020-09-032-8/+7
* | Skip test if A: drive existsChristoph M. Becker2020-09-031-0/+1
* | Handle memory limit error during string reallocation correctlyNikita Popov2020-09-031-8/+12
* | Fix binary-safety of parse_urlNikita Popov2020-09-0212-13/+33
* | Fix throwing of yield from related exceptions into generatorNikita Popov2020-09-022-2/+3
* | Fix infinite loop on string offset during by-ref list assignNikita Popov2020-09-022-0/+17
* | Fix leak on assign concat of array and empty stringNikita Popov2020-08-312-0/+16
* | 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-318-2/+33
* | Fix handling of exception if valid() during yield fromNikita Popov2020-08-312-0/+32
* | Make MAX_IFD_NESTING_LEVEL an actual nesting levelNikita Popov2020-08-313-16/+50
* | Improve error_handing replacement functionstwosee2020-08-301-41/+4
* | Require non-negative length in stream_get_contents()Nikita Popov2020-08-272-0/+21
* | Fix com_safearray_proxy related memory management issuesChristoph M. Becker2020-08-261-2/+4
* | Separate COM::__construct()s $server_name arrayChristoph M. Becker2020-08-261-1/+1
* | Fix #64130: COM obj parameters passed by reference are not updatedChristoph M. Becker2020-08-263-1/+34
* | Fix memory leak when yielding from non-iterableNikita Popov2020-08-263-0/+23
* | Avoid double-freeChristoph M. Becker2020-08-251-1/+0
* | Remove bogus REGISTER_LONG_CONSTANTNikita Popov2020-08-251-4/+1
* | Fix potential integer overflow detected by oss-fuzzChristoph M. Becker2020-08-241-4/+8
* | Fix #79986: str_ireplace bug with diacritics charactersChristoph M. Becker2020-08-243-1/+17
* | Fix #80002: calc free space for new interned string is wrongChristoph M. Becker2020-08-242-1/+5
* | Fix #80007: Potential type confusion in unixtojd() parameter parsingAndy Postnikov2020-08-222-3/+9
* | Fix wrong datatypeManuel Mausz2020-08-211-1/+1
* | Fix #47021: SoapClient stumbles over WSDL delivered with "Transfer-Encoding: ...Matteo Beccati2020-08-183-2/+99