php-src/ext
Peter Kokot 9026596fe9
Sync --enable-mysqlnd-compression-support option (#12006)
This syncs the style of the --enable-mysqlnd-compression-support option
name, otherwise in Autoconf both --enable-foo_bar and --enable-foo-bar
work.

Also the configure output message is synced to match the check
information.
2023-08-21 16:38:04 +02:00
..
bcmath BCmath extension code reformatting (#11896) 2023-08-13 16:17:36 +01:00
bz2
calendar Allow easter_date to process years after 2037 on 64bit systems (#11862) 2023-08-04 16:47:04 +01:00
com_dotnet Revert "Call cast_object handler from get_properties_for" 2023-08-07 12:58:12 +02:00
ctype
curl Merge branch 'PHP-8.2' 2023-08-10 15:52:21 +02:00
date Fix DateTime exception hierarchy for DateInvalidTimeZoneException (#11970) 2023-08-14 18:55:38 +02:00
dba ext/dba/tests/dba_tcadb.phpt: support pthreadless tokyocabinet (#11648) 2023-08-02 16:50:02 +01:00
dl_test
dom Merge branch 'PHP-8.2' 2023-08-20 14:07:44 +02:00
enchant
exif
ffi Fix merge conflict 2023-07-21 11:17:01 +02:00
fileinfo fileinfo: Add test for xz type 2023-07-01 18:37:53 +02:00
filter
ftp Merge branch 'PHP-8.2' 2023-07-07 18:01:53 +02:00
gd Merge branch 'PHP-8.2' 2023-07-06 21:44:00 +02:00
gettext ext/gettext: resolve underqouting that breaks with autoconf 2.72 (#11427) 2023-07-18 19:02:40 +02:00
gmp
hash Remove unused PHP_HASH variable (#11653) 2023-07-19 07:31:03 +02:00
iconv Merge branch 'PHP-8.2' 2023-08-19 23:11:23 +01:00
imap Merge branch 'PHP-8.2' 2023-07-10 13:42:44 +02:00
intl Fix various uouv in intl 2023-07-31 15:18:13 +02:00
json
ldap Implement ldap_exop_sync 2023-07-18 12:59:21 +02:00
libxml Fix #80927: Removing documentElement after creating attribute node: possible use-after-free 2023-08-12 18:49:12 +02:00
mbstring Fix uaf of MBSTRG(all_encodings_list) 2023-07-31 13:31:50 +02:00
mysqli Merge branch 'PHP-8.2' 2023-08-17 18:46:28 +01:00
mysqlnd Sync --enable-mysqlnd-compression-support option (#12006) 2023-08-21 16:38:04 +02:00
oci8 Remove unnecessary parentheses around language constructs in oci8 2023-07-31 22:52:43 +01:00
odbc Make the $enable parameter of odbc_autocommit() nullable (#11909) 2023-08-08 15:31:58 +02:00
opcache Use zend_ast_size consistenly (#11955) 2023-08-14 00:51:14 +02:00
openssl Improve openssl ext to generate EC keys with custom EC parameters 2023-07-06 15:51:50 +01:00
pcntl Merge branch 'PHP-8.2' 2023-08-03 21:59:35 +02:00
pcre Fix misleading pass by reference error message (#10639) 2023-07-18 15:02:38 +02:00
pdo Fix uouv on oom on object allocation 2023-08-14 11:10:00 +02:00
pdo_dblib
pdo_firebird
pdo_mysql Merge branch 'PHP-8.2' 2023-08-04 22:54:30 +01:00
pdo_oci
pdo_odbc
pdo_pgsql ext/pdo_pgsql: Improve tests cleanup (#11855) 2023-08-05 02:11:57 +01:00
pdo_sqlite Improve ext/pdo_sqlite tests cleanup (#11900) 2023-08-08 09:49:02 +01:00
pgsql Fix some uouv in ext/pgsql 2023-07-31 15:18:13 +02:00
phar Add class constant types to Phar extension (#11826) 2023-08-21 07:14:45 +02:00
posix Fix use-of-uninitialized-value when calling php_posix_stream_get_fd (#11694) 2023-07-13 15:21:36 +02:00
pspell
random Deprecate MT_RAND_PHP (#11560) 2023-07-07 12:16:48 +02:00
readline
reflection Merge branch 'PHP-8.2' 2023-08-17 18:44:37 +02:00
session Resolve open_basedir paths on ini update 2023-07-18 14:43:40 +02:00
shmop
simplexml Add test for SimpleXMLElement::asXML() with a fragment and a filename 2023-08-16 08:27:43 +02:00
skeleton
snmp Align the return type of snmp_set_oid_numeric_print() to its aliased funtion 2023-08-14 12:43:33 +02:00
soap Merge branch 'PHP-8.2' 2023-07-31 19:57:02 +01:00
sockets ext/sockets/tests/mcast_ipv6_*.phpt: suppress no-ipv6 warning (#11651) 2023-07-10 16:19:12 +02:00
sodium
spl Merge branch 'PHP-8.2' 2023-08-14 21:38:36 +02:00
sqlite3 Merge branch 'PHP-8.2' 2023-07-07 10:29:52 +02:00
standard Align highlight_string|file with HTML standard and modern browsers 2023-08-12 15:08:28 +01:00
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
xml Merge branch 'PHP-8.2' 2023-07-31 19:57:02 +01:00
xmlreader Merge branch 'PHP-8.2' 2023-07-31 20:15:51 -05:00
xmlwriter
xsl Fix uouv on oom on object allocation 2023-08-14 11:10:00 +02:00
zend_test Adds support for DNF types in internal functions and properties (#11969) 2023-08-19 00:11:06 +01:00
zip Remove unused call to Makefile.frag in ext/zip 2023-08-19 17:41:05 +02:00
zlib Move ASAN built to GitHub actions 2023-08-09 14:06:36 +02:00
ext_skel.php