summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 7.3.23 is nextChristoph M. Becker2020-08-184-6/+9
* | Fix HTTP response status codeChristoph M. Becker2020-08-181-1/+1
* | Null terminate the sodium_crypto_kx_keypair() resultNikita Popov2020-08-141-0/+1
* | Fix #64705 errorInfo property of PDOException is null when PDO::__construct()...Ahmed Abdou2020-08-119-6/+86
* | Fix bug #75785 by attempt switching endianness on Maker's NoteNawarian2020-08-114-10/+39
* | Fix #48585: com_load_typelib holds reference, fails on second callChristoph M. Becker2020-08-113-7/+7
* | Fixed bug #79951Nikita Popov2020-08-113-10/+17
* | Make sure string is NUL byte terminated.George Wang2020-08-101-1/+2
* | Check the correct listNikita Popov2020-08-101-1/+1
* | Fix bug #79944Nikita Popov2020-08-103-10/+15