summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix #79971 special character is breaking the path in xml functionRemi Collet2021-11-152-1/+242
| | | | CVE-2021-21707
* fix PHP-FPM oob R/W in root process leading to priv escalationRemi Collet2021-10-203-5/+445
| | | | | | CVE-2021-21703 use libicu version 69 use oracle client library version 21.3
* Fix #81211 Symlinks are followed when creating PHAR archiveRemi Collet2021-08-262-1/+170
|
* missing changelogRemi Collet2021-06-291-0/+2
|
* Fix #81122 SSRF bypass in FILTER_VALIDATE_URLRemi Collet2021-06-284-3/+541
| | | | | | | | | CVE-2021-21705 Fix #76448 Stack buffer overflow in firebird_info_cb Fix #76449 SIGSEGV in firebird_handle_doer Fix #76450 SIGSEGV in firebird_stmt_execute Fix #76452 Crash while parsing blob data in firebird_fetch_blob CVE-2021-21704
* Fix #80710 imap_mail_compose() header injectionRemi Collet2021-04-282-17/+380
| | | | use oracle client library version 21.1
* Fix #80672 Null Dereference in SoapClientRemi Collet2021-02-033-1/+470
| | | | | CVE-2021-21702 better fix for #77423
* Fix #77423 FILTER_VALIDATE_URL accepts URLs with invalid userinfoRemi Collet2021-01-042-4/+219
| | | | CVE-2020-7071
* fix obsoletesRemi Collet2020-10-281-1/+1
|
* Core:Remi Collet2020-09-292-1/+155
| | | | | Fix #79699 PHP parses encoded cookie names so malicious `__Host-` cookies can be sent CVE-2020-7070
* Core:Remi Collet2020-08-045-2/+742
| | | | | | | Fix #79877 getimagesize function silently truncates after a null byte Phar: Fix #79797 use of freed hash key in the phar_parse_zipfile function CVE-2020-7068
* Core:Remi Collet2020-05-132-1/+79
| | | | | | | Fix #78875 Long filenames cause OOM and temp files are not cleaned CVE-2019-11048 Fix #78876 Long variables in multipart/form-data cause OOM and temp files are not cleaned
* standard:Remi Collet2020-04-143-1/+128
| | | | | | Fix #79330 shell_exec silently truncates after a null byte Fix #79465 OOB Read in urldecode CVE-2020-7067
* standard:Remi Collet2020-03-173-2/+187
| | | | | | | | | Fix #79329 get_headers() silently truncates after a null byte CVE-2020-7066 exif: Fix #79282 Use-of-uninitialized-value in exif CVE-2020-7064 use oracle client library version 19.6 (18.5 on EL-6)
* Renew openssl certsRemi Collet2020-02-182-0/+152
|
* phar:Remi Collet2020-02-183-1/+253
| | | | | | | | Fix #79082 Files added to tar with Phar::buildFromIterator have all-access permissions CVE-2020-7063 session: Fix #79221 Null Pointer Dereference in PHP Session Upload Progress CVE-2020-7062
* rebuild with 1 more fixRemi Collet2020-01-232-2/+35
|
* mbstring:Remi Collet2020-01-214-2/+188
| | | | | | | | Fix #79037 global buffer-overflow in mbfl_filt_conv_big5_wchar CVE-2020-7060 standard: Fix #79099 OOB read in php_strip_tags_ex CVE-2020-7059
* - bcmath:Remi Collet2019-12-177-5/+463
| | | | | | | | | | | | | | | | Fix #78878 Buffer underflow in bc_shift_addsub CVE-2019-11046 - core: Fix #78862 link() silently truncates after a null byte on Windows CVE-2019-11044 Fix #78863 DirectoryIterator class silently truncates after a null byte CVE-2019-11045 - exif Fix #78793 Use-after-free in exif parsing under memory sanitizer CVE-2019-11050 Fix #78910 Heap-buffer-overflow READ in exif CVE-2019-11047 - use oracle client library version 19.5 (18.5 on EL-6)
* Fix CVE-2019-11043 env_path_info underflow in fpm_main.cRemi Collet2019-10-223-4/+65
|
* From 7.1.32Remi Collet2019-08-284-9/+183
| | | | | | | - mbstring: Fix CVE-2019-13224 don't allow different encodings for onig_new_deluxe - pcre: Fix #75457 heap use-after-free in pcrelib
* - exif:Remi Collet2019-07-305-3/+173
| | | | | | | | | Fix #78256 heap-buffer-overflow on exif_process_user_comment CVE-2019-11042 Fix #78222 heap-buffer-overflow on exif_scan_thumbnail CVE-2019-11041 - phar: Fix #77919 Potential UAF in Phar RSHUTDOWN
* bump releaseRemi Collet2019-07-031-2/+2
|
* use oracle client library version 19.3Remi Collet2019-06-171-2/+11
|
* - iconv:Remi Collet2019-05-285-3/+173
| | | | | | | | | | Fix #78069 Out-of-bounds read in iconv.c:_php_iconv_mime_decode() CVE-2019-11039 - exif: Fix #77988 Heap-buffer-overflow on php_jpg_get16 CVE-2019-11040 - sqlite3: Fix #77967 Bypassing open_basedir restrictions via file uris
* fix wordingRemi Collet2019-05-161-4/+4
|
* add httpd and nginx configuration files for FPM in documentationRemi Collet2019-05-161-3/+19
|
* - exif:Remi Collet2019-04-303-5/+77
| | | | | Fix #77950 Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG CVE-2019-11036
* - exif:Remi Collet2019-04-025-15/+434
| | | | | | | Fix #77753 Heap-buffer-overflow in php_ifd_get32s Fix #77831 Heap-buffer-overflow in exif_iif_add_value - sqlite3: Added sqlite3.defensive INI directive
* ensure php-devel pulls needed lilbraries from php-config outputRemi Collet2019-03-291-0/+6
|
* Fix #76846 Segfault in shutdown function after memory limit errorRemi Collet2019-03-152-3/+100
|
* add CVEsRemi Collet2019-03-151-0/+5
|
* - phar:Remi Collet2019-03-129-44/+337
| | | | | | | | Fix #77396 Null Pointer Dereference in phar_create_or_parse_filename Fix #77586 - phar_tar_writeheaders_int() buffer overflow - spl: Fix #77431 openFile() silently truncates after a null byte - security fix synced with https://github.com/Microsoft/php-src/
* update test resultsRemi Collet2019-03-051-1/+1
|
* Fix #77630 rename() across the device may allow unwanted access during ↵Remi Collet2019-03-052-1/+97
| | | | processing
* - exif:Remi Collet2019-03-043-12/+170
| | | | | | | Fix #77509 Uninitialized read in exif_process_IFD_in_TIFF Fix #77540 Invalid Read on exif_process_SOFn Fix #77563 Uninitialized read in exif_process_IFD_in_MAKERNOTE Fix #77659 Uninitialized read in exif_process_IFD_in_MAKERNOTE
* Update to 5.6.40 - http://www.php.net/releases/5_6_40.phpRemi Collet2019-01-092-3/+6
|
* Update to 5.6.39 - http://www.php.net/releases/5_6_39.phpRemi Collet2018-12-052-10/+6
|
* use oracle client library version 18.3Remi Collet2018-10-241-6/+5
|
* Update to 5.6.38 - http://www.php.net/releases/5_6_38.phpRemi Collet2018-09-122-2/+5
|
* add PostgreSQL to LicenseRemi Collet2018-07-201-0/+2
|
* Update to 5.6.37 - http://www.php.net/releases/5_6_37.phpRemi Collet2018-07-192-5/+10
|
* Update to 5.6.36 - http://www.php.net/releases/5_6_36.phpRemi Collet2018-04-252-2/+5
|
* Update to 5.6.35 - http://www.php.net/releases/5_6_35.phpRemi Collet2018-03-293-2/+12
| | | | FPM: update default pool configuration for process.dumpable
* Update to 5.6.34 - http://www.php.net/releases/5_6_34.phpRemi Collet2018-02-282-5/+6
|
* v5.6.33Remi Collet2018-01-033-5/+35
|
* v5.6.32Remi Collet2017-10-253-25/+8
|
* v5.6.31Remi Collet2017-07-066-56/+117
|
* php: timelib is MITRemi Collet2017-03-221-8/+7
|
* php 5.6: more date tests fixed for tzdata 2017.1Remi Collet2017-03-213-105/+700
|