summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix # 79171: heap-buffer-overflow in phar_extract_filephp-7.3.15PHP-7.3.15Christoph M. Becker2020-02-182-1/+3
* Fix bug #79221 - Null Pointer Dereference in PHP Session Upload ProgressStanislav Malyshev2020-02-183-4/+55
* Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-185-0/+67
* Bump versionChristoph M. Becker2020-02-184-5/+5
* Bump versionphp-7.3.15RC1Christoph M. Becker2020-02-044-5/+5
* Fix #78090: bug45161.phpt takes forever to finishChristoph M. Becker2020-02-043-12/+13
* Fix #79191: Error in SoapClient ctor disables DOMDocument::save()Christoph M. Becker2020-02-036-21/+77
* Relax test expectationChristoph M. Becker2020-02-031-2/+2
* Fix #79212: NumberFormatter::format() may detect wrong typeChristoph M. Becker2020-02-033-15/+36
* Fix bug #76047Nikita Popov2020-01-315-12/+81
* Fix #70078: XSL callbacks with nodes as parameter leak memoryChristoph M. Becker2020-01-303-1/+55
* Fix leak in DateTimeImmutable::modify()Nikita Popov2020-01-302-0/+13
* Add SKIPIF to test requiring mbregexNikita Popov2020-01-301-0/+2
* Fix mb_ord() crash if internal encoding not supportedNikita Popov2020-01-292-4/+9
* Reset MBREX(search_re) in RSHUTDOWNNikita Popov2020-01-291-0/+1
* Fix use of mb_ereg_search_getregs() after invalid patternNikita Popov2020-01-292-3/+22
* Fix #76584: PharFileInfo::decompress not workingChristoph M. Becker2020-01-283-5/+56
* Fix bug #78323: Code 0 is returned on invalid optionsIvan Mikheykin2020-01-2711-5/+177
* Add CURLOPT CURLOPT_HTTP09_ALLOWED available since 7.64.0Florian Smeets2020-01-261-0/+7
* Fixed bug #79080 [ci skip]George Peter Banyard2020-01-252-26/+12
* Make test independent of online XSD schemaChristoph M. Becker2020-01-242-1/+642
* Yet another check for php_strip_tags_ex()Christoph M. Becker2020-01-241-1/+1
* Fix bug76348.phptNikita Popov2020-01-232-4/+5
* Fixed bug #78902liudaixiao2020-01-233-4/+12
* Add unit test for bug #78902LĂ©opold Jacquot2020-01-231-0/+30
* Fixed bug #79151Nikita Popov2020-01-233-0/+33
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-01-221-1/+1
|\
| * More checks for php_strip_tags_exStanislav Malyshev2020-01-221-2/+2
* | Don't leak encoding_strChristoph M. Becker2020-01-221-0/+1
* | Fix #79154: mb_convert_encoding() can modify $from_encodingChristoph M. Becker2020-01-223-5/+41
* | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2020-01-220-0/+0
|\ \ | |/
| * next will be 7.2.28Remi Collet2020-01-223-5/+8
* | Fix #79145: openssl memory leakChristoph M. Becker2020-01-213-2/+29
* | Fix #79146: cscript can fail to run on some systemsDeus Kane2020-01-217-6/+7
* | Update NEWS wrt. sec fixesChristoph M. Becker2020-01-211-0/+8
* | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-01-206-5/+115
|\ \ | |/
| * Update NEWSStanislav Malyshev2020-01-201-0/+9
| * Fix bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`)Stanislav Malyshev2020-01-202-5/+22
| * Fix #79099: OOB read in php_strip_tags_exStanislav Malyshev2020-01-202-3/+35
| * Fix #79091: heap use-after-free in session_create_id()Christoph M. Becker2020-01-202-0/+68
* | Fixed bug #79115Nikita Popov2020-01-173-0/+22
* | Fixed bug #71876Nikita Popov2020-01-172-4/+8
* | Fix #79084: mysqlnd may fetch wrong column indexes with MYSQLI_BOTHChristoph M. Becker2020-01-134-6/+153
* | Fix test cases which fail on Windows debug buildsChristoph M. Becker2020-01-103-2/+4
* | Fix test for Windows ZTS buildsChristoph M. Becker2020-01-111-0/+2
* | Fix #79078: Hypothetical use-after-free in curl_multi_add_handle()Christoph M. Becker2020-01-083-9/+15
* | Bump versionChristoph M. Becker2020-01-074-6/+8
* | Revert "Extend CURLFile to support streams"Christoph M. Becker2020-01-066-147/+1
* | Fix #54298: Using empty additional_headers adding extraneous CRLFChristoph M. Becker2020-01-063-1/+29
* | Fix #79068: gdTransformAffineCopy() changes interpolation methodChristoph M. Becker2020-01-064-1/+24