php-src/ext
Christoph M. Becker c565555f03
Fix #51498: imagefilledellipse does not work for large circles
We backport the respective upstream fix[1].

[1] <ace7fd88dc>

Closes GH-7329.
2021-08-03 16:17:47 +02:00
..
bcmath Fix #78238: BCMath returns "-0" 2021-07-16 15:54:24 +02:00
bz2 Fix #81092: fflush before stream_filter_remove corrupts stream 2021-06-08 15:36:37 +02:00
calendar Merge branch 'PHP-7.3' into PHP-7.4 2020-10-07 13:25:11 +02:00
com_dotnet Merge branch 'PHP-7.3' into PHP-7.4 2020-10-26 11:54:45 +01:00
ctype
curl Add missing derefs in CurlFile 2021-02-02 10:31:16 +01:00
date Move date timezone cache destruction to post deactivate 2021-07-19 15:07:01 +01:00
dba Speed up ext/dba/tests/bug78808.phpt 2021-05-28 23:24:18 +02:00
dom Make tests compatible with libxml2 2.9.12 2021-05-26 13:19:34 +02:00
enchant Merge branch 'PHP-7.3' into PHP-7.4 2020-02-28 15:44:52 +01:00
exif Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 09:32:55 +02:00
ffi Fix bug79177.phpt wrt. JIT 2020-10-30 15:47:18 +01:00
fileinfo Fix #77961: finfo_open crafted magic parsing SIGABRT 2020-11-24 14:01:15 +01:00
filter Fix warning 2021-06-28 14:41:33 +02:00
ftp Fix #79100: Wrong FTP error messages 2021-05-03 15:19:57 +02:00
gd Fix #51498: imagefilledellipse does not work for large circles 2021-08-03 16:17:47 +02:00
gettext Merge branch 'PHP-7.3' into PHP-7.4 2020-08-07 14:37:43 +02:00
gmp Merge branch 'PHP-7.3' into PHP-7.4 2020-10-15 10:16:56 +02:00
hash Apply tidy formatting 2020-02-03 13:41:31 +01:00
iconv Merge branch 'PHP-7.3' into PHP-7.4 2020-10-09 15:24:53 +02:00
imap Fix build warning 2021-04-27 10:10:22 +02:00
intl Fix #74264: grapheme_strrpos() broken for negative offsets 2021-07-05 18:11:30 +02:00
json Revert "Fix #79908: json_encode encodes negative zero as int" 2021-07-20 00:25:50 +02:00
ldap fix memory leaks in ext/ldap/ldap.c 2020-07-28 10:27:22 +02:00
libxml Try to fix libxml 2.9.12 tests 2021-06-02 12:21:45 +02:00
mbstring Fix #81011: mb_convert_encoding removes references from arrays 2021-05-04 18:37:40 +02:00
mysqli Prevent mysqli::next_result from reporting errors from previous calls (#7304) 2021-07-27 11:50:28 +01:00
mysqlnd Prevent mysqli::next_result from reporting errors from previous calls (#7304) 2021-07-27 11:50:28 +01:00
oci8 Update year to 2021 2021-02-02 16:46:16 +01:00
odbc Remove incorrect format argument 2021-04-27 22:22:32 +02:00
opcache Avoid OOB reads in create_name_with_username() 2021-07-04 22:51:55 +02:00
openssl Fix #52093: openssl_csr_sign truncates $serial 2021-07-01 15:42:02 +02:00
pcntl Fix #79812: Potential integer overflow in pcntl_exec() 2021-04-12 12:12:40 +02:00
pcre Fix #81243: Too much memory is allocated for preg_replace() 2021-07-12 18:33:55 +02:00
pdo Fixed bug #66528 2020-10-28 12:18:02 +01:00
pdo_dblib
pdo_firebird Merge branch 'PHP-7.3' into PHP-7.4 2021-06-27 21:36:55 -07:00
pdo_mysql Fixed bug #81037 PDO discards error message text from prepared statement 2021-05-14 11:54:49 +01:00
pdo_oci Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 11:08:26 +02:00
pdo_odbc Fix #81252: PDO_ODBC doesn't account for SQL_NO_TOTAL 2021-07-28 10:51:38 +02:00
pdo_pgsql Revert "Fix #80892: PDO::PARAM_INT is treated the same as PDO::PARAM_STR" 2021-04-29 11:59:16 +02:00
pdo_sqlite Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 11:08:26 +02:00
pgsql Fix php_pgsql_fd_cast() wrt. php_stream_can_cast() 2021-04-20 18:29:12 +02:00
phar Fix #80960: opendir() warning wrong info when failed on Windows 2021-04-19 16:12:22 +02:00
posix Fix gidlist allocation leak on error 2021-04-11 10:37:40 +02:00
pspell
readline Avoid modifying the return value of readline_completion_function() 2021-01-07 13:46:09 +01:00
reflection Fix memleak on ReflectionFunction and ReflectionGenerator classes when calling __construct after instantiation 2021-02-25 20:53:14 +00:00
session Properly initialize PS(mod) on RINIT 2021-03-23 13:12:19 +01:00
shmop Fix #81283: shmop can't read beyond 2147483647 bytes 2021-07-23 17:46:42 +02:00
simplexml Merge branch 'PHP-7.3' into PHP-7.4 2021-04-26 21:02:03 -07:00
skeleton
snmp Merge branch 'PHP-7.3' into PHP-7.4 2020-11-02 11:39:42 +01:00
soap Fix #69668: SOAP special XML characters in namespace URIs not encoded 2021-03-29 14:17:55 +02:00
sockets Avoid socket path clash in test 2020-08-26 12:11:22 +02:00
sodium Merge branch 'PHP-7.3' into PHP-7.4 2020-08-14 15:52:15 +02:00
spl Fix #80933: SplFileObject::DROP_NEW_LINE is broken for NUL and CR 2021-04-13 16:49:06 +02:00
sqlite3 sqlite3 linkage issue on some systems/package combination fix. 2020-08-21 15:45:51 +02:00
standard Fix #81294: Segfault when removing a filter 2021-07-27 12:12:02 +02:00
sysvmsg
sysvsem
sysvshm
tidy Fix #77594: ob_tidyhandler is never reset 2020-11-22 14:02:29 +01:00
tokenizer
xml Merge branch 'PHP-7.3' into PHP-7.4 2020-08-10 12:25:26 +02:00
xmlreader Fix #73246: XMLReader: encoding length not checked 2021-05-03 12:26:37 +02:00
xmlrpc
xmlwriter Merge branch 'PHP-7.3' into PHP-7.4 2020-02-03 23:33:20 +01:00
xsl Merge branch 'PHP-7.3' into PHP-7.4 2020-01-30 13:06:25 +01:00
zend_test Fix bug79177.phpt wrt. JIT 2020-10-30 15:47:18 +01:00
zip Fix #80863: ZipArchive::extractTo() ignores references 2021-05-07 19:15:29 +02:00
zlib Export gzfwrite() 2021-04-26 12:09:31 +02:00
ext_skel.php Apply tidy formatting 2020-02-03 13:41:31 +01:00