summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix NEWSphp-7.3.23PHP-7.3.23Christoph M. Becker2020-09-291-2/+2
* Do not decode cookie names anymoreStanislav Malyshev2020-09-296-6/+45
* Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-295-22/+61
* Bump versionsChristoph M. Becker2020-09-294-5/+5
* Prepare for 7.3.23RC1php-7.3.23RC1Christoph M. Becker2020-09-154-5/+5
* 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
* Fix #79922: Crash after multiple calls to xml_parser_free()Christoph M. Becker2020-08-103-2/+22
* Fix bug #70574: Move files to proper locale dirFlorian Engelhardt2020-08-0718-0/+4