summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 7.2.22 GAPHP-7.2.22Sara Golemon2019-08-271-1/+1
* Fix #75457: heap-use-after-free in php7.0.25Christoph M. Becker2019-08-271-0/+10
* Fix CVE-2019-13224: don't allow different encodings for onig_new_deluxe()Stanislav Malyshev2019-08-271-3/+3
* Update CREDITS for PHP 7.2.22RC1Sara Golemon2019-08-132-11/+11
* Update NEWS for PHP 7.2.22RC1Sara Golemon2019-08-131-1/+1
* Fixed bug #77191Nikita Popov2019-08-133-1/+23
* Don't destroy properties array with unset GC typeNikita Popov2019-08-131-1/+2
* Intern alias old_name earlyNikita Popov2019-08-121-0/+1
* Fixed handling of references in nested data of objects with destructorDmitry Stogov2019-08-092-12/+49
* Fixed second part of the bug #78379 (Cast to object confuses GC, causes crash)Dmitry Stogov2019-08-092-4/+35
* Added asserts to catch GC errors when refcount goes below zero.Dmitry Stogov2019-08-091-0/+5
* Skip test when SIGKILL is not definedMatteo Beccati2019-08-091-1/+2
* Fixed bug #78379 (Cast to object confuses GC, causes crash)Dmitry Stogov2019-08-083-0/+38
* Fix #78282: atime and mtime mismatchChristoph M. Becker2019-08-062-1/+2
* Fix #78179: MariaDB server version incorrectly detectedChristoph M. Becker2019-08-022-0/+11
* Fixed bug #78363Nikita Popov2019-08-022-1/+4
* add security NEW entries + reorder [ci skip]Remi Collet2019-07-301-14/+23
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-07-297-5/+32
|\
| * Fix #77919: Potential UAF in Phar RSHUTDOWNChristoph M. Becker2019-07-293-2/+10
| * Update NEWSStanislav Malyshev2019-07-291-0/+6
| * Fix bug #78256 (heap-buffer-overflow on exif_process_user_comment)Stanislav Malyshev2019-07-293-3/+14
| * Fix bug #78222 (heap-buffer-overflow on exif_scan_thumbnail)Stanislav Malyshev2019-07-293-1/+12
* | Fix bug #78326Albert Casademont2019-07-294-1/+36
* | Fix Zend signals unblockingNikita Popov2019-07-293-6/+31
* | Fixed bug #78333Nikita Popov2019-07-292-6/+24
* | Fix #78342: Bus error in configure test for iconv //IGNOREChristoph M. Becker2019-07-292-0/+7
* | Remove .post files only for passing testsLevi Morrison2019-07-251-2/+4
* | Update NEWSPeter Kokot2019-07-231-0/+3
* | Checked in LiteSpeed SAPI 7.5, addressed two main problems in "clean shutdown...George Wang2019-07-201-62/+62
* | Fixed bug #77946Abyr Valg2019-07-185-2/+54
* | Fixed bug #69100Nikita Popov2019-07-173-9/+34
* | move NEWS entry [ci skip]Remi Collet2019-07-161-3/+3
* | Fixed bug #78297Nikita Popov2019-07-163-0/+19
* | next is 7.2.22Remi Collet2019-07-163-6/+9
* | 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