php-src/ext
Dmitry Stogov a7f789ec56
Update IR
IR commit: 17fa2605a526d9512224123c0e7e565307a17fe9
2024-09-03 10:26:14 +03:00
..
bcmath Fixed LONG_MAX in BCMath ext (#15663) 2024-08-31 01:07:33 +09:00
bz2 Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
calendar Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
com_dotnet Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
ctype Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
curl ext/curl: libcurl CURLOPT_{FTP_RESPONSE_TIMEOUT,ENCODING} replacements (#15126) 2024-08-31 14:26:11 +01:00
date Use ZEND_UNCOMPARABLE for consistency 2024-08-28 22:39:23 +02:00
dba Fix GH-15690: ext-dba failures on 32-bit (#15691) 2024-09-02 21:46:05 +02:00
dl_test Autotools: Normalize and quote all PHP_NEW_EXTENSION arguments (#15144) 2024-07-29 00:14:59 +02:00
dom Fix GH-15670: Polymorphic cache slot issue in DOM (#15676) 2024-08-31 12:13:21 +02:00
enchant Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
exif Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
ffi Lazy objects 2024-08-30 17:30:03 +02:00
fileinfo Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
filter Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
ftp Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
gd ext/gd: porting gdImageClone to the bundled libgd version. 2024-08-29 23:13:20 +01:00
gettext Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
gmp Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
hash Autotools: Remove redundant double quotes (#15634) 2024-08-29 15:17:03 +02:00
iconv Autotools: Fix iconv shared build with external library (#15686) 2024-09-01 22:06:37 +02:00
intl ICU 75.1 requires C++17 (GH-15678) 2024-08-31 17:01:49 +02:00
json Lazy objects 2024-08-30 17:30:03 +02:00
ldap Autotools: Replace backticks command substitutions with $(...) (#15639) 2024-08-30 00:40:49 +02:00
libxml Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
mbstring Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
mysqli Autotools: Remove redundant double quotes (#15634) 2024-08-29 15:17:03 +02:00
mysqlnd mysqlnd: support ER_CLIENT_INTERACTION_TIMEOUT (#13618) 2024-08-26 12:52:26 +09:00
odbc Autotools: Refactor ODBC type checks (#15651) 2024-08-30 23:54:11 +02:00
opcache Update IR 2024-09-03 10:26:14 +03:00
openssl Autotools: Sync CS in ext/openssl 2024-09-02 18:39:11 +02:00
pcntl Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
pcre Autotools: Fix external PCRE JIT check (#15430) 2024-08-16 19:21:13 +02:00
pdo Don't export php_pdo_int.h 2024-09-01 13:33:53 +02:00
pdo_dblib Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_firebird ext/pdo_firebird: Fixed GH-15604 Always make input parameters nullable (#15605) 2024-08-31 17:06:41 +09:00
pdo_mysql Don't export php_pdo_int.h 2024-09-01 13:33:53 +02:00
pdo_odbc Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_pgsql Don't export php_pdo_int.h 2024-09-01 13:33:53 +02:00
pdo_sqlite Don't export php_pdo_int.h 2024-09-01 13:33:53 +02:00
pgsql Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
phar Autotools: Sync CS in ext/phar (#15586) 2024-08-25 17:26:21 +02:00
posix Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
random Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
readline Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
reflection Lazy objects 2024-08-30 17:30:03 +02:00
session Deprecate disabling use_only_cookies (#13578) 2024-08-24 16:33:45 +02:00
shmop Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
simplexml Remove failure paths for infallible code in simplexml 2024-08-28 18:02:31 +02:00
skeleton Update extension skeleton .gitignore (#15542) 2024-08-22 19:31:06 +02:00
snmp Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
soap Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
sockets Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
sodium Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
spl Dynamically xfail test cases which fail on CI (GH-15710) 2024-09-02 18:23:52 +02:00
sqlite3 Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
standard Implement GH-13514 PASSWORD_ARGON2 from OpenSSL 3.2 (#13635) 2024-09-02 13:01:09 +02:00
sysvmsg Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
sysvsem Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
sysvshm Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
tidy Autotools: Fix tidy library checks (#15576) 2024-08-27 00:00:20 +02:00
tokenizer [RFC] Asymmetric visibility v2 (GH-15063) 2024-08-27 02:04:48 +02:00
xml Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
xmlreader Use virtual annotation in XMLReader 2024-08-26 21:17:49 +02:00
xmlwriter Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
xsl Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
zend_test Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
zip Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
zlib Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
ext_skel.php