summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix #79413: session_create_id() fails for active sessionsChristoph M. Becker2020-03-313-3/+18
* Fix #79427: Integer Overflow in shmop_open()Christoph M. Becker2020-03-301-0/+5
* Fix #79424 ext/zip: don't use gl_pathc after call to globfreeMax Rees2020-03-291-1/+2
* Add missing 'skip' to bug79332.phpt skip messageLukas Berger2020-03-261-1/+1
* Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).Dmitry Stogov2020-03-252-3/+41
* Fix bug #79410 (system() swallows last chunk if it is exactly 4095 bytes with...Christian Schneider2020-03-252-0/+17
* Add test fileNikita Popov2020-03-231-0/+19
* Handle NULL caller_call_oplineNikita Popov2020-03-234-6/+16
* Fix test for WindowsChristoph M. Becker2020-03-231-1/+1
* Fix #79200: Some iconv functions cut Windows-1258Christoph M. Becker2020-03-232-38/+65
* Fix #79393: Null coalescing operator failing with SplFixedArrayChristoph M. Becker2020-03-232-13/+29
* Fix Bug #79296 ZipArchive::open fails on empty fileRemi Collet2020-03-201-0/+15
* Fix #79396: DateTime hour incorrect during DST jump forwardNate Brunette2020-03-192-0/+25
* Fix testStanislav Malyshev2020-03-161-1/+1
* Fix bug #79329 - get_headers should not accept \0Stanislav Malyshev2020-03-161-1/+1
* Fixed bug #79282Stanislav Malyshev2020-03-162-1/+21
* Fix #79371: mb_strtolower (UTF-32LE): stack-buffer-overflowChristoph M. Becker2020-03-162-1/+15
* Fix #79199: curl_copy_handle() memory leakChristoph M. Becker2020-03-122-2/+24
* Fix #61597: SXE properties may lack attributes and contentChristoph M. Becker2020-03-125-7/+108
* Fix #78210: Invalid pointer addressChristoph M. Becker2020-03-111-1/+1
* Enclose INI values containing {TMP} in quotesChristoph M. Becker2020-03-0911-11/+11
* Skip test on Windows if privileges are insufficientChristoph M. Becker2020-03-061-0/+11
* Fix #75673: SplStack::unserialize() behaviorChristoph M. Becker2020-03-062-0/+25
* Update libmagic.patchChristoph M. Becker2020-03-022-66/+110
* Fix #79333: com_print_typeinfo() leaks memoryChristoph M. Becker2020-03-021-1/+1
* Fix #79332: php_istreams are never freedChristoph M. Becker2020-03-022-10/+19
* Fixed bug #79062Nikita Popov2020-02-281-0/+34
* Fix #79311: enchant_dict_suggest() fails on big endian architectureChristoph M. Becker2020-02-281-10/+6
* Fix #79315 ZipArchive::addFile doesn't honor start/length parametersRemi Collet2020-02-282-1/+13
* Fixed incorrect overflow detectionDmitry Stogov2020-02-271-2/+2
* Fix #64032: mysqli reports different client_versionChristoph M. Becker2020-02-271-1/+1
* Don't treat any WS as start of headerNikita Popov2020-02-242-3/+40
* Reduce code duplication in HTTP header checksNikita Popov2020-02-241-62/+25
* Fixes #79265: Improper injection of Host header when using fopen for http req...Miguel Xavier Penha Neto2020-02-242-28/+102
* Fix #79299: com_print_typeinfo prints duplicate variablesChristoph M. Becker2020-02-232-1/+21
* Fix #79294: ::columnType() may fail after SQLite3Stmt::reset()Christoph M. Becker2020-02-213-5/+36
* Add test for bug #78569Christoph M. Becker2020-02-211-0/+20
* Fix #79038: PDOStatement::nextRowset() leaks column valuesChristoph M. Becker2020-02-172-6/+21
* Fix # 79171: heap-buffer-overflow in phar_extract_fileChristoph M. Becker2020-02-171-1/+1
* Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-174-0/+65
* Fix bug #79221 - Null Pointer Dereference in PHP Session Upload ProgressStanislav Malyshev2020-02-172-4/+51
* Fix #79271: DOMDocumentType::$childNodes is NULLChristoph M. Becker2020-02-173-9/+22
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2020-02-141-1/+1
|\
| * Fix typo in recent bugfixChristoph M. Becker2020-02-141-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2020-02-132-1/+15
|\ \ | |/
| * Fix #77569: Write Acess Violation in DomImplementationChristoph M. Becker2020-02-132-1/+15
* | Fix #79254: getenv() w/o arguments not showing changesChristoph M. Becker2020-02-111-0/+22
* | Fix #79248: Traversing empty VT_ARRAY throws com_exceptionChristoph M. Becker2020-02-082-1/+17
* | Skip test case on x86 where it otherwise fails [ci skip]Christoph M. Becker2020-02-071-1/+3
* | Fix #79242: COM error constants don't match com_exception codesChristoph M. Becker2020-02-072-1/+27