php-src/ext
Peter Kokot 693ec809b9
Autotools: Remove PDO dependency related errors (#15347)
Follow-up of GH-15344 (687eb9125a)

This removes the customized error messages in PDO extensions when PDO is
not enabled (--disable-all or --disable-pdo) in favor of the default
error done by PHP_ADD_EXTENSION_DEP.
2024-08-11 21:35:36 +02:00
..
bcmath Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
bz2 Autotools: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +02:00
calendar Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
com_dotnet Update TODOs in com_dotnet 2024-08-10 23:24:26 +02:00
ctype Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
curl Autotools: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +02:00
date Deprecate date_sunrise and date_sunset constants (#12978) 2024-08-04 20:07:52 +02:00
dba ext/dba: Deprecate passing null|false to dba_key_split() (#15297) 2024-08-08 18:59:30 +01:00
dl_test Autotools: Normalize and quote all PHP_NEW_EXTENSION arguments (#15144) 2024-07-29 00:14:59 +02:00
dom Autotools: Remove dependency related errors (#15344) 2024-08-11 17:39:31 +02:00
enchant Update preprocessor macros help texts for enchant and snmp extensions (#15255) 2024-08-06 23:22:28 +02:00
exif Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
ffi Sync preprocessor macros help texts (#15218) 2024-08-04 12:52:16 +02:00
fileinfo Autotools: Normalize ext/fileinfo sources (#15082) 2024-07-24 19:55:37 +02:00
filter Autotools: Normalize and quote all PHP_NEW_EXTENSION arguments (#15144) 2024-07-29 00:14:59 +02:00
ftp Autotools: Improve ftp and mysqlnd SSL configure options (#15164) 2024-08-03 22:13:36 +02:00
gd Declare gdImageGetInterpolationMethod() for bundled GD (GH-15329) 2024-08-10 16:57:48 +02:00
gettext Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
gmp Autotools: Add pkg-config for GMP library (#15166) 2024-08-06 10:16:42 +02:00
hash Autotools: Sync CS in hash extension (#15302) 2024-08-09 01:45:50 +02:00
iconv Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
intl Autotools: Quote PHP_CXX_COMPILE_STDCXX macro arguments 2024-08-09 10:39:16 +02:00
json Autotools: Normalize headers arguments (#15149) 2024-07-29 10:08:17 +02:00
ldap Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
libxml Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
mbstring Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
mysqli ext/mysqli: Deprecate passing the parameter to mysqli_store_result() (#15311) 2024-08-11 19:25:35 +01:00
mysqlnd Autotools: Improve ftp and mysqlnd SSL configure options (#15164) 2024-08-03 22:13:36 +02:00
odbc Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
opcache Autotools: Sync CS in opcache extension (#15340) 2024-08-11 14:51:27 +02:00
openssl Sync AC_DEFINE help texts (#15207) 2024-08-03 09:47:39 +02:00
pcntl Autotools: Sync CS in ext/pcntl (#15341) 2024-08-11 15:12:37 +02:00
pcre Sync preprocessor macros help texts (#15218) 2024-08-04 12:52:16 +02:00
pdo Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
pdo_dblib Autotools: Remove PDO dependency related errors (#15347) 2024-08-11 21:35:36 +02:00
pdo_firebird Autotools: Remove PDO dependency related errors (#15347) 2024-08-11 21:35:36 +02:00
pdo_mysql Autotools: Remove PDO dependency related errors (#15347) 2024-08-11 21:35:36 +02:00
pdo_odbc Autotools: Remove PDO dependency related errors (#15347) 2024-08-11 21:35:36 +02:00
pdo_pgsql Autotools: Remove PDO dependency related errors (#15347) 2024-08-11 21:35:36 +02:00
pdo_sqlite Autotools: Remove PDO dependency related errors (#15347) 2024-08-11 21:35:36 +02:00
pgsql Update pgsql extensions preprocessor macros help texts (#15290) 2024-08-08 16:14:43 +02:00
phar Replace PHP_OUTPUT with AC_CONFIG_FILES (#15186) 2024-08-03 21:52:14 +02:00
posix Sync AC_DEFINE help texts (#15207) 2024-08-03 09:47:39 +02:00
random random: Optimize Randomizer::getBytes() (#15228) 2024-08-05 19:12:29 +02: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: session.save_handler - add tests fortwo uncovered cases (#15337) 2024-08-11 15:39:56 +01:00
shmop Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
simplexml Access long value directly for call to count() in simplexml (#15278) 2024-08-08 19:28:03 +02:00
skeleton Autotools: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +02:00
snmp Autotools: Fix SNMP checks (#15263) 2024-08-10 09:15:28 +02:00
soap ext/soap: Deprecate passing an int to SoapServer::addFunction() (#15310) 2024-08-09 17:41:02 +01:00
sockets Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
sodium Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
spl ext/spl: Follow-up on GH-9704 (#15295) 2024-08-08 19:31:51 +01:00
sqlite3 Update sqlite3 and pdo_sqlite preprocessor macros help texts (#15291) 2024-08-09 14:51:05 +02:00
standard Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
sysvmsg Autotools: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +02:00
sysvsem Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
sysvshm Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
tidy Update ext/tidy preprocessor macros help texts (#15269) 2024-08-08 08:29:43 +02: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 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
xmlwriter Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02: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 Update ext/zip preprocessor macros help texts (#15271) 2024-08-07 17:03:59 +02:00
zlib Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
ext_skel.php