summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS for PHP 7.2.21PHP-7.2.21Remi Collet2019-07-301-1/+1
* add security NEW entries + reorder [ci skip]Remi Collet2019-07-301-17/+24
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-07-307-5/+32
* addd NEWS entry [ci skip]Remi Collet2019-07-161-0/+5
* Fixed bug #78297Nikita Popov2019-07-162-0/+17
* fix release dateRemi Collet2019-07-161-1/+1
* Update CREDITS for PHP 7.2.21RC1Remi Collet2019-07-162-11/+11
* Update NEWS for PHP 7.2.21RC1Remi Collet2019-07-161-1/+1
* Fixed incorrect specialization (missed IS_INDIRECT handling)Dmitry Stogov2019-07-163-424/+424
* Fix bug #77124Nikita Popov2019-07-152-1/+5
* Fix #78269 password_hash uses weak options for argon2Remi Collet2019-07-153-7/+6
* Fix bug #78291 Missing opcache directivesAndrew Collington2019-07-153-7/+40
* Use TRY_ADDREF/TRY_DELREF in soapNikita Popov2019-07-121-2/+2
* Fixed bug #78279Nikita Popov2019-07-122-6/+11
* Revert "Fixed bug #76980"Nikita Popov2019-07-092-29/+11
* Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2019-07-094-14202/+33762
|\
| * Upgrade to SQLite 3.28.0Christoph M. Becker2019-07-094-18037/+42886
* | Update NEWS [ci skip]Peter Kokot2019-07-081-3/+10
* | Backport fe_reset_rw caseNikita Popov2019-07-051-0/+1
* | Fix inference for compound object op on dimNikita Popov2019-07-052-2/+28
* | Updated to LiteSpeed SAPI V7.4.3George Wang2019-07-042-4/+268
* | Fixed bug #78231Nikita Popov2019-07-032-1/+6
* | Fix #78241: touch() does not handle dates after 2038 in PHP 64-bitChristoph M. Becker2019-07-033-1/+37
* | Backport test fixNikita Popov2019-07-021-56/+56
* | Fix bug #78138: opcache.validate_permission incorrectly works with PHAR filesAlex Scott2019-07-021-1/+24
* | Add missing SKIPIFsChristoph M. Becker2019-07-011-0/+1
* | Add missing SKIPIFsChristoph M. Becker2019-07-0149-0/+98
* | Fix brittle testChristoph M. Becker2019-07-011-3/+10
* | Update NEWS [ci skip]Anatol Belski2019-06-291-0/+4
* | Fix #78183: finfo_file shows wrong mime-type for .tga fileJoshua Westerheide2019-06-296-47903/+47966
* | Fix bugs in AST printersunnyeo2019-06-282-1/+25
* | Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changedVincent2019-06-283-2/+92
* | Remove stream_socket_sendto.phptNikita Popov2019-06-261-58/+0
* | Fix #78202: Opcache stats for cache hits are capped at 32bit NUMChristoph M. Becker2019-06-252-12/+13
* | Add explicit cast to uint32_t.Andrey Hristov2019-06-211-1/+3
* | Fix PKCS12 leak in opensslNikita Popov2019-06-211-2/+3
* | Fix d leak in ecc openssl_pkey_newNikita Popov2019-06-211-1/+6
* | Fix netscape spki leak in opensslNikita Popov2019-06-211-0/+3
* | Fix X509 leak in openssl_pkcs7_verify()Nikita Popov2019-06-211-1/+1
* | Fix CSR leaks in opensslNikita Popov2019-06-211-9/+20
* | Free cert in php_openssl_load_stream_cafile()Nikita Popov2019-06-211-0/+1
* | Fix memory leak in TLS matches_san_listNiklas Keller2019-06-211-0/+6
* | Fix #78189: file cache strips last character of uname hashChristoph M. Becker2019-06-203-1/+26
* | fix test for Windows and for parallel runRemi Collet2019-06-201-2/+12
* | improve test clean sectionRemi Collet2019-06-201-0/+5
* | move NEWS entryRemi Collet2019-06-201-3/+1
* | add test for #78185Remi Collet2019-06-201-0/+22
* | Fixed bug #78185 (File cache no longer works)Dmitry Stogov2019-06-202-0/+10
* | Fix version comparisonAndrey Hristov2019-06-191-1/+1
* | fix setcookie Max-Age to use php_timeJoe Watkins2019-06-191-1/+1