php-src/ext
2024-08-23 17:42:37 +01:00
..
bcmath ext/bcmath: Optimize bcdiv processing (#14660) 2024-08-18 17:57:27 +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 GH-15501: Windows HAVE_<header>_H macros defined to 1 or undefined (#15508) 2024-08-20 21:10:50 +02:00
ctype Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
curl GH-15440: adding CURLOPT_TCP_KEEPCNT constant (8.9.0) (#15446) 2024-08-16 20:47:41 +01:00
date fixes #13773: DatePeriod does not take microseconds into account 2024-08-21 10:57:46 +01:00
dba Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
dl_test Autotools: Normalize and quote all PHP_NEW_EXTENSION arguments (#15144) 2024-07-29 00:14:59 +02:00
dom Suppress deprecation notices when ext/dom properties are accessed by the get_debug_info handler (#15530) 2024-08-23 10:39:11 +02:00
enchant Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
exif Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
ffi [skip ci] Fix typos in XFAIL reasons 2024-08-22 11:48:46 +02:00
fileinfo Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
filter Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
ftp Autotools: Improve ftp and mysqlnd SSL configure options (#15164) 2024-08-03 22:13:36 +02:00
gd Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
gettext Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
gmp ext/gmp: Refactor gmp_import_export_validate() 2024-08-12 17:30:10 +02:00
hash ext/hash: Make return type zend_result for serialize function typedef 2024-08-23 17:41:33 +01:00
iconv Autotools: Refactor iconv implementation checks (#15357) 2024-08-12 14:43:24 +02:00
intl [skip ci] Fix typos in XFAIL reasons 2024-08-22 11:48:46 +02:00
json Autotools: Normalize headers arguments (#15149) 2024-07-29 10:08:17 +02:00
ldap Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
libxml Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
mbstring Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
mysqli ext/mysqli: Minor clean-up (#15526) 2024-08-22 12:34:57 +01:00
mysqlnd Remove MYSQLI_TYPE_INTERVAL constant 2024-08-21 12:14:47 +02:00
odbc Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
opcache Remove unused ext/standard/basic_functions.h header inclusions 2024-08-18 18:20:22 +01:00
openssl Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01: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 Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
pdo_dblib Autotools: Remove PHP_LIBDIR adjustment in pdo_dblib (#15463) 2024-08-17 18:39:49 +02:00
pdo_firebird Cater to raised requirement of fbclient 3.0+ for pdo_firebird (GH-15498) 2024-08-20 16:00:00 +02:00
pdo_mysql Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
pdo_odbc Autotools: Sync CS in pdo_odbc (#15466) 2024-08-17 18:39:31 +02:00
pdo_pgsql Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
pdo_sqlite Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
pgsql Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
phar ext/phar: Use standard naming for PHP functions 2024-08-23 17:42:37 +01:00
posix Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
random Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
readline Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
reflection Change YIELD/YIELD_FROM to do not increment opline (#15328) 2024-08-10 16:09:47 +02:00
session ext/session: Warn when providing invalid values for session.gc_probability and session.gc_divisor 2024-08-22 01:29:40 +01:00
shmop Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
simplexml Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
skeleton Update extension skeleton .gitignore (#15542) 2024-08-22 19:31:06 +02:00
snmp Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
soap Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
sockets Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
sodium Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
spl Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
sqlite3 Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
standard main/network: Use more appropriate types (#15511) 2024-08-22 12:48:28 +01:00
sysvmsg Autotools: Wrap long texts with m4_text_wrap (#15368) 2024-08-13 10:33:17 +02:00
sysvsem Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
sysvshm Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
tidy Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
tokenizer Autotools: Normalize and quote all PHP_NEW_EXTENSION arguments (#15144) 2024-07-29 00:14:59 +02:00
xml ext/xml: Add an explicit test case about unsetting a handler with empty string 2024-08-11 15:00:27 +02:00
xmlreader Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
xmlwriter Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
xsl Autotools: Remove dependency related errors (#15344) 2024-08-11 17:39:31 +02:00
zend_test ext/core: Deprecate passing E_USER_ERROR to trigger_error() (#15308) 2024-08-09 15:51:07 +01:00
zip Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
zlib Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
ext_skel.php