summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update news for 7.2.23 GAPHP-7.2.23Sara Golemon2019-09-241-4/+1
* Update NEWS for 7.2.24Sara Golemon2019-09-101-0/+3
* Update CREDITS for PHP 7.2.23RC1Sara Golemon2019-09-102-11/+11
* Update NEWS for PHP 7.2.23RC1Sara Golemon2019-09-101-1/+1
* Raise minimal GCC version,Remi Collet2019-09-101-2/+2
* Drop regression testChristoph M. Becker2019-09-101-14/+0
* Fix bug #72884 isCloneable() on SplFileObject should return falseCHU Zhaowei2019-09-094-3/+17
* Fix #78510: Partially uninitialized buffer returned by sodium_crypto_generich...Christoph M. Becker2019-09-093-0/+19
* Fix #41997: SP call yields additional empty result setChristoph M. Becker2019-09-035-8/+5
* Fix opcache return type for hash_update_streamTyson Andre2019-09-031-1/+1
* Fix #76577: outdated documentation concerning track_errorsChristoph M. Becker2019-09-021-5/+0
* Fix pkg-config version constraint for ICUNikita Popov2019-09-021-1/+1
* Fixed bug #78469Sergei Turchanov2019-08-302-2/+6
* Fix use-after-free of immediately invoked closure with extra argsNikita Popov2019-08-293-2/+21
* Fix #78473: odbc_close() closes arbitrary resourcesChristoph M. Becker2019-08-283-1/+21
* Update SDK version for AppVeyorChristoph M. Becker2019-08-271-1/+1
* Remove properties HT from nested GC dataNikita Popov2019-08-262-0/+30
* Also fix signature for passthruTyson Andre2019-08-261-1/+1
* Fix opcache optimizer info for time_nanosleepTyson Andre2019-08-261-1/+1
* Fix overflow in memory limit checksNikita Popov2019-08-262-5/+23
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-08-251-0/+10
|\
| * Fix #75457: heap-use-after-free in php7.0.25Christoph M. Becker2019-08-252-1/+20
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-08-241-3/+3
|\ \ | |/
| * Fix CVE-2019-13224: don't allow different encodings for onig_new_deluxe()Stanislav Malyshev2019-08-241-3/+3
| * set version for releasephp-7.1.31Joe Watkins2019-07-313-4/+4
* | Suppress deprecation warning on IDNA2003 ICU methods for clangChristoph M. Becker2019-08-231-2/+7
* | fix the problem for connect_attr, set db condition, and add a new attribute _...Qianqian Bu2019-08-206-2/+152
* | Fix #78220: Can't access OneDrive folderChristoph M. Becker2019-08-193-2/+35
* | Suppress deprecation warning on IDNA2003 ICU methodsSara Golemon2019-08-161-0/+7
* | Fixed bug #78412Nikita Popov2019-08-142-2/+6
* | Bump for 7.2.23Sara Golemon2019-08-133-5/+7
* | 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