summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix leak in SplObjectStorage unserializationNikita Popov2019-09-162-0/+18
* Stick with zend_long for ABI compatibilityChristoph M. Becker2019-09-151-1/+1
* Fix #78535: auto_detect_line_endings value not parsed as boolbugreportuser2019-09-144-2/+54
* Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)Kalle Sommer Nielsen2019-09-125-23/+54
* 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-093-3/+13
* Fix #78510: Partially uninitialized buffer returned by sodium_crypto_generich...Christoph M. Becker2019-09-092-0/+15
* Fix #41997: SP call yields additional empty result setChristoph M. Becker2019-09-034-8/+2
* Fix opcache return type for hash_update_streamTyson Andre2019-09-031-1/+1
* Fix #78473: odbc_close() closes arbitrary resourcesChristoph M. Becker2019-08-282-1/+18
* 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-261-0/+18
* 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
* | 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-205-2/+148
* | Fix #78220: Can't access OneDrive folderChristoph M. Becker2019-08-191-0/+16
* | Suppress deprecation warning on IDNA2003 ICU methodsSara Golemon2019-08-161-0/+7
* | Fixed bug #77191Nikita Popov2019-08-132-1/+19
* | Skip test when SIGKILL is not definedMatteo Beccati2019-08-091-1/+2
* | Fix #78179: MariaDB server version incorrectly detectedChristoph M. Becker2019-08-021-0/+8
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-07-297-5/+32
|\ \ | |/
| * Fix #77919: Potential UAF in Phar RSHUTDOWNChristoph M. Becker2019-07-292-2/+7
| * 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-292-0/+28
* | Fix Zend signals unblockingNikita Popov2019-07-291-1/+10
* | Fixed bug #78333Nikita Popov2019-07-291-6/+20
* | Fix #78342: Bus error in configure test for iconv //IGNOREChristoph M. Becker2019-07-291-0/+3
* | Fixed bug #77946Abyr Valg2019-07-184-2/+50
* | Fixed bug #69100Nikita Popov2019-07-171-0/+24
* | Fix bug #77124Nikita Popov2019-07-151-1/+2
* | Fix #78269 password_hash uses weak options for argon2Remi Collet2019-07-152-7/+5
* | Fix bug #78291 Missing opcache directivesAndrew Collington2019-07-152-0/+29
* | Use TRY_ADDREF/TRY_DELREF in soapNikita Popov2019-07-121-2/+2
* | Fixed bug #78279Nikita Popov2019-07-121-6/+7
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2019-07-093-14202/+33759
|\ \ | |/
| * Upgrade to SQLite 3.28.0Christoph M. Becker2019-07-093-18036/+42884
* | Backport fe_reset_rw caseNikita Popov2019-07-051-0/+1
* | Fix inference for compound object op on dimNikita Popov2019-07-052-2/+28
* | Fixed bug #78231Nikita Popov2019-07-031-1/+2
* | Fix #78241: touch() does not handle dates after 2038 in PHP 64-bitChristoph M. Becker2019-07-031-0/+33
* | 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