summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | export php_timeJoe Watkins2019-06-192-1/+3
* | Resolve discrepencies between second value yielded by gettimeofday and time, ...Joe Watkins2019-06-192-9/+28
* | Fix #78173: XML-RPC mutates immutable objects during encodingAsher Baker2019-06-182-3/+6
* | move NEWS entryRemi Collet2019-06-181-3/+4
* | Accept null for preg_quote delimiter argumentNikita Popov2019-06-171-1/+1
* | Backport 96a12578c13b5c37195b10526fcdc669b795644dDmitry Stogov2019-06-141-4/+13
* | Backport 91a6cdbff5ebd1ca4db1d6e8c42d3265ce80ace4Dmitry Stogov2019-06-141-1/+11
* | Fixed bug #78106Nikita Popov2019-06-134-4/+5
* | Add test for bug #78106Nikita Popov2019-06-135-1/+39
* | next is 7.2.21Remi Collet2019-06-113-5/+8
* | Fix #77937: preg_match failedChristoph M. Becker2019-06-113-0/+47
* | Fixed possible misalignment in 32-bit build.Dmitry Stogov2019-06-101-0/+4
* | Extend wildcard files section in EditorConfig [ci skip]Peter Kokot2019-06-091-23/+10
* | Restored NEWS entryDmitry Stogov2019-06-071-0/+2
* | Enable STRICT_TRANS_TABLES in new testNikita Popov2019-06-071-1/+4
* | Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)Dmitry Stogov2019-06-073-44/+131
* | Fixed bug #38546Cameron Porter2019-06-075-5/+312
* | Fix test regarding Unix Domain Sockets on WindowsChristoph M. Becker2019-06-061-1/+1
* | fix flaky posix testJoe Watkins2019-06-051-10/+1
* | Fixed bug #78050Nikita Popov2019-06-041-17/+17
* | Reload tsrmls_id in release builds as wellNikita Popov2019-06-042-7/+0
* | Clear errors after SSL_CTX_load_verify_locations()Nikita Popov2019-06-031-0/+1
* | Fix bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c)Jakub Zelenka2019-06-023-4/+17
* | Update SDK version for AppVeyorAnatol Belski2019-06-011-1/+1
* | Change ZPP only if compiled with ICU >= 64Anatol Belski2019-06-011-1/+7
* | Update tests for ICU 64Nikita Popov2019-06-018-7/+371
* | Fix var nameAnatol Belski2019-05-312-2/+2
* | Add a test for bug #65672Craig Duncan2019-05-301-0/+44
* | Ensure the internal properties cannot be overwrittenCraig Duncan2019-05-302-15/+46
* | Add tests for DatePeriod propertiesCraig Duncan2019-05-292-0/+83
* | add NEWS entries for sec fixRemi Collet2019-05-291-0/+13
* | disabled functions must not have return typeJoe Watkins2019-05-291-1/+1
* | Fix type inference of SEND_UNPACK with empty arrayNikita Popov2019-05-282-2/+28
* | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2019-05-280-0/+0
|\ \ | |/
| * bump version after releaseJoe Watkins2019-05-283-5/+9
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-05-271-0/+9
|\ \ | |/
| * Fix bug #77967 - Bypassing open_basedir restrictions via file urisStanislav Malyshev2019-05-272-3/+15
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-05-273-0/+13
|\ \ | |/
| * Fix bug #77988 - heap-buffer-overflow on php_jpg_get16Stanislav Malyshev2019-05-274-2/+19
* | Fix function nameStanislav Malyshev2019-05-271-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-05-275-2/+49
|\ \ | |/
| * Update NEWSStanislav Malyshev2019-05-271-3/+13
| * Fix bug #78069 - Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due t...Stanislav Malyshev2019-05-273-1/+18
| * Fix #77973: Uninitialized read in gdImageCreateFromXbmChristoph M. Becker2019-05-272-1/+31
* | Fixed bug #76345Michael Maroszek2019-05-272-1/+5
* | Add fpmi to the opcache supported sapisJakub Zelenka2019-05-261-0/+1
* | Fixed bug #78038 socket_select with referencesNikita Popov2019-05-233-0/+7
* | Fixed race condition in opcache restartDmitry Stogov2019-05-231-7/+2
* | Fix #77956 - When mysqli.allow_local_infile = Off, return a client errorSjon Hortensius2019-05-223-0/+56
* | Fix test case for cURL 7.65.0Christoph M. Becker2019-05-221-1/+1