php-src/ext
Peter Kokot 8044db121f
Update mysql preprocessor macros help texts (#15288)
This adds missing help texts for preprocessor macros defined in
mysqli and pdo_mysql extensions.

[skip ci]
2024-08-09 18:07:05 +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 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +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 Use unsigned int instead of int for refcount for libxml objects (#15247) 2024-08-05 22:04:24 +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 Update gd extension preprocessor macros help texts (#15296) 2024-08-09 18:06:02 +02:00
gettext Autotools: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +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: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +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 Sync preprocessor macros help texts (#15218) 2024-08-04 12:52:16 +02:00
libxml Use unsigned int instead of int for refcount for libxml objects (#15247) 2024-08-05 22:04:24 +02:00
mbstring Sync AC_DEFINE help texts (#15207) 2024-08-03 09:47:39 +02:00
mysqli Update mysql preprocessor macros help texts (#15288) 2024-08-09 18:07:05 +02:00
mysqlnd Autotools: Improve ftp and mysqlnd SSL configure options (#15164) 2024-08-03 22:13:36 +02:00
odbc Output diagnostics when SQLFetch with SQL_ERROR 2024-08-06 16:59:47 +02:00
opcache Disallow indirect modification on readonly properties within __clone() (#15012) 2024-08-09 11:56:16 +02:00
openssl Sync AC_DEFINE help texts (#15207) 2024-08-03 09:47:39 +02:00
pcntl Autotools: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +02:00
pcre Sync preprocessor macros help texts (#15218) 2024-08-04 12:52:16 +02:00
pdo Autotools: Normalize and quote all PHP_NEW_EXTENSION arguments (#15144) 2024-07-29 00:14:59 +02:00
pdo_dblib Autotools: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +02:00
pdo_firebird Autotools: Quote AC_PATH_PROG arguments in ext/pdo_firebird 2024-08-07 09:19:40 +02:00
pdo_mysql Update mysql preprocessor macros help texts (#15288) 2024-08-09 18:07:05 +02:00
pdo_odbc Autotools: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +02:00
pdo_pgsql Update pgsql extensions preprocessor macros help texts (#15290) 2024-08-08 16:14:43 +02:00
pdo_sqlite Update sqlite3 and pdo_sqlite preprocessor macros help texts (#15291) 2024-08-09 14:51:05 +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 Merge branch 'PHP-8.3' 2024-08-07 22:38:48 +01:00
reflection Deprecate date_sunrise and date_sunset constants (#12978) 2024-08-04 20:07:52 +02:00
session Autotools: Improve --with-mm configure option check (#15212) 2024-08-04 21:16:15 +02: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 Update preprocessor macros help texts for enchant and snmp extensions (#15255) 2024-08-06 23:22:28 +02:00
soap Merge branch 'PHP-8.3' 2024-08-07 10:04:58 +02:00
sockets Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
sodium Update ext/sodium preprocessor macro help texts (#15270) 2024-08-08 08:27:22 +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 ext/core: Deprecate passing E_USER_ERROR to trigger_error() (#15308) 2024-08-09 15:51:07 +01:00
sysvmsg Autotools: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +02:00
sysvsem Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +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: Deprecate xml_set_object() and passing non-callable strings as handlers (#15293) 2024-08-08 23:37:49 +01: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 Sync AC_DEFINE help texts (#15207) 2024-08-03 09:47:39 +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