php-src/ext
Christoph M. Becker 432bf196d5
Fix regression introduced by fixing bug 81726
When a tar phar is created, `phar_open_from_fp()` is also called, but
since the file has just been created, none of the format checks can
succeed, so we continue to loop, but must not check again for the
format.  Therefore, we bring back the old `test` variable.

Closes GH-9620.
2022-09-27 18:21:32 +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 Avoid dangling pointer in curl header.str 2021-08-31 17:23:58 +02:00
date Updated to version 2022.1 (2022a) 2022-04-07 10:45:17 +01:00
dba Fix Bug #81588 TokyoCabinet driver leaks memory 2021-11-03 14:57:47 +00:00
dom Merge branch 'PHP-7.3' into PHP-7.4 2021-11-14 23:28:13 -08:00
enchant
exif Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 09:32:55 +02:00
ffi Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not defined) 2021-09-15 14:48:33 +03:00
fileinfo fileinfo: Fix test value for s390x on travis-ci 2021-09-19 16:02:30 +02:00
filter Fix #81708: UAF due to php_filter_float() failing for ints 2022-02-13 21:31:35 -08:00
ftp Fix #79100: Wrong FTP error messages 2021-05-03 15:19:57 +02:00
gd Fix #71316: libpng warning from imagecreatefromstring 2021-11-04 11:16:45 +01: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
iconv Merge branch 'PHP-7.3' into PHP-7.4 2020-10-09 15:24:53 +02:00
imap Prevent bailout during imap shutdown error reporting 2021-08-17 10:33:39 +02:00
intl CLDR 40a0 uses a lowercase "temp" instead of "Temp" in ICU >= 70.1 2021-11-02 16:15:19 +01: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 Merge branch 'PHP-7.3' into PHP-7.4 2021-11-14 23:28:13 -08:00
mbstring Fix #76167: mbstring may use pointer from some previous request 2021-10-25 12:37:28 +02:00
mysqli Fixed bug #81494 2021-10-08 15:00:10 +02:00
mysqlnd Fix bug #81719: mysqlnd/pdo password buffer overflow 2022-06-06 00:56:51 -06: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 Fixed bug #81353 2021-08-16 15:04:17 +02:00
openssl Fix openssl_x509_checkpurpose_basic.phpt 2021-12-12 14:26:17 +01:00
pcntl Fix #79812: Potential integer overflow in pcntl_exec() 2021-04-12 12:12:40 +02:00
pcre Fix #74604: Out of bounds in php_pcre_replace_impl 2021-11-29 19:12:55 +01: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 Fix failing PDO PgSQL test 2021-10-07 20:10:45 +02:00
pdo_sqlite Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 11:08:26 +02:00
pgsql Fix #81720: Uninitialized array in pg_query_params() leading to RCE 2022-06-06 00:34:23 -06:00
phar Fix regression introduced by fixing bug 81726 2022-09-27 18:21:32 +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 #81407: shmop_open won't attach and causes php to crash 2021-09-02 23:16:48 +02:00
simplexml Merge branch 'PHP-7.3' into PHP-7.4 2021-11-14 23:28:13 -08: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 Fix port clash in socket tests 2021-08-12 12:02:05 +02:00
sodium Merge branch 'PHP-7.3' into PHP-7.4 2020-08-14 15:52:15 +02:00
spl Fix #80663: Recursive SplFixedArray::setSize() may cause double-free 2021-09-28 15:48:53 +02:00
sqlite3 sqlite3 linkage issue on some systems/package combination fix. 2020-08-21 15:45:51 +02:00
standard Fix #81727: Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. 2022-09-09 17:10:04 +01:00
sysvmsg Fix #78819: Heap Overflow in msg_send 2021-08-18 16:35:16 +02:00
sysvsem
sysvshm
tidy Fix #77594: ob_tidyhandler is never reset 2020-11-22 14:02:29 +01:00
tokenizer
xml Fix #70962: XML_OPTION_SKIP_WHITE strips embedded whitespace 2021-09-16 12:00:28 +02:00
xmlreader Fix #73246: XMLReader: encoding length not checked 2021-05-03 12:26:37 +02:00
xmlrpc
xmlwriter
xsl
zend_test Fix bug79177.phpt wrt. JIT 2020-10-30 15:47:18 +01:00
zip Fix #77978: Dirname ending in colon unzips to wrong dir 2021-10-04 12:55:34 +02:00
zlib Export gzfwrite() 2021-04-26 12:09:31 +02:00
ext_skel.php