/PHP-8.3/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 39 php_info_print_table_row(2, ZSTR_VAL(string_key), Z_STRVAL_P(values_entry)); in mysqlnd_minfo_print_hash() 85 php_info_print_table_row(2, "mysqlnd", "enabled"); in PHP_MINFO_FUNCTION() 86 php_info_print_table_row(2, "Version", mysqlnd_get_client_info()); in PHP_MINFO_FUNCTION() 87 php_info_print_table_row(2, "Compression", in PHP_MINFO_FUNCTION() 93 php_info_print_table_row(2, "core SSL", in PHP_MINFO_FUNCTION() 99 php_info_print_table_row(2, "extended SSL", in PHP_MINFO_FUNCTION() 106 php_info_print_table_row(2, "Command buffer size", buf); in PHP_MINFO_FUNCTION() 108 php_info_print_table_row(2, "Read buffer size", buf); in PHP_MINFO_FUNCTION() 110 php_info_print_table_row(2, "Read timeout", buf); in PHP_MINFO_FUNCTION() 114 php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a"); in PHP_MINFO_FUNCTION() [all …]
|
/PHP-8.3/ext/standard/ |
H A D | info.c | 125 php_info_print_table_row(2, reg_name, "none registered"); in php_info_print_stream_hash() 128 php_info_print_table_row(2, name, "disabled"); in php_info_print_stream_hash() 819 php_info_print_table_row(2, "PHP Version", PHP_VERSION); in php_print_info() 857 php_info_print_table_row(2, "PHP API", temp_api); in php_print_info() 860 php_info_print_table_row(2, "PHP Extension", temp_api); in php_print_info() 863 php_info_print_table_row(2, "Zend Extension", temp_api); in php_print_info() 869 php_info_print_table_row(2, "Debug Build", "yes" ); in php_print_info() 871 php_info_print_table_row(2, "Debug Build", "no" ); in php_print_info() 875 php_info_print_table_row(2, "Thread Safety", "enabled" ); in php_print_info() 908 php_info_print_table_row(2, "IPv6 Support", "enabled" ); in php_print_info() [all …]
|
H A D | credits.c | 22 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors) 41 …php_info_print_table_row(1, "Thies C. Arntzen, Stig Bakken, Shane Caraveo, Andi Gutmans, Rasmus Le… in php_print_credits() 53 php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev Suraski, Marcus Boerger"); in php_print_credits() 105 …php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyos… in php_print_credits()
|
H A D | info.h | 62 PHPAPI void php_info_print_table_row(int num_cols, ...);
|
H A D | mail.c | 605 php_info_print_table_row(2, "Internal Sendmail Support for Windows", "enabled"); in PHP_MINFO_FUNCTION() 607 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION() 610 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/intl/ |
H A D | php_intl.c | 260 php_info_print_table_row( 2, "Internationalization support", "enabled" ); in PHP_MINFO_FUNCTION() 261 php_info_print_table_row( 2, "ICU version", U_ICU_VERSION ); in PHP_MINFO_FUNCTION() 263 php_info_print_table_row( 2, "ICU Data version", U_ICU_DATA_VERSION ); in PHP_MINFO_FUNCTION() 268 php_info_print_table_row( 2, "ICU TZData version", tzdata_ver); in PHP_MINFO_FUNCTION() 271 php_info_print_table_row( 2, "ICU Unicode version", U_UNICODE_VERSION ); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/sapi/apache2handler/ |
H A D | php_functions.c | 396 php_info_print_table_row(2, "Apache Version", apv); in PHP_MINFO_FUNCTION() 399 php_info_print_table_row(2, "Apache API Version", tmp); in PHP_MINFO_FUNCTION() 406 php_info_print_table_row(2, "Hostname:Port", tmp); in PHP_MINFO_FUNCTION() 414 php_info_print_table_row(2, "User/Group", tmp); in PHP_MINFO_FUNCTION() 419 php_info_print_table_row(2, "Max Requests", tmp); in PHP_MINFO_FUNCTION() 424 php_info_print_table_row(2, "Timeouts", tmp); in PHP_MINFO_FUNCTION() 427 php_info_print_table_row(2, "Server Root", ap_server_root); in PHP_MINFO_FUNCTION() 428 php_info_print_table_row(2, "Loaded Modules", tmp1.s->val); in PHP_MINFO_FUNCTION() 446 php_info_print_table_row(2, key, val); in PHP_MINFO_FUNCTION() 461 php_info_print_table_row(2, key, val); in PHP_MINFO_FUNCTION() [all …]
|
/PHP-8.3/ext/opcache/ |
H A D | zend_accelerator_module.c | 476 php_info_print_table_row(2, "JIT", "On"); 478 php_info_print_table_row(2, "JIT", "Off"); 481 php_info_print_table_row(2, "JIT", "Disabled"); 490 php_info_print_table_row(2, "Startup", "OK"); 501 php_info_print_table_row(2, "Startup", "OK"); 504 php_info_print_table_row(2, "Cache hits", buf); 506 php_info_print_table_row(2, "Cache misses", buf); 508 php_info_print_table_row(2, "Used memory", buf); 510 php_info_print_table_row(2, "Free memory", buf); 522 php_info_print_table_row(2, "Cached keys", buf); [all …]
|
/PHP-8.3/ext/pdo_odbc/ |
H A D | pdo_odbc.c | 124 php_info_print_table_row(2, "PDO Driver for ODBC (" PDO_ODBC_TYPE ")" , "enabled"); in PHP_MINFO_FUNCTION() 126 php_info_print_table_row(2, "ODBC Connection Pooling", pdo_odbc_pool_on == SQL_CP_OFF ? in PHP_MINFO_FUNCTION() 129 php_info_print_table_row(2, "ODBC Connection Pooling", "Not supported in this build"); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/xsl/ |
H A D | php_xsl.c | 229 php_info_print_table_row(2, "XSL", "enabled"); in PHP_MINFO_FUNCTION() 234 php_info_print_table_row(2, "libxslt Version", buffer); in PHP_MINFO_FUNCTION() 239 php_info_print_table_row(2, "libxslt compiled against libxml Version", buffer); in PHP_MINFO_FUNCTION() 242 php_info_print_table_row(2, "EXSLT", "enabled"); in PHP_MINFO_FUNCTION() 243 php_info_print_table_row(2, "libexslt Version", LIBEXSLT_DOTTED_VERSION); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/pdo_firebird/ |
H A D | pdo_firebird.c | 88 php_info_print_table_row(2, "PDO Driver for Firebird", "enabled"); in PHP_MINFO_FUNCTION() 89 php_info_print_table_row(2, "Client Library Version", version); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/pdo_pgsql/ |
H A D | pdo_pgsql.c | 86 php_info_print_table_row(2, "PDO Driver for PostgreSQL", "enabled"); in PHP_MINFO_FUNCTION() 88 php_info_print_table_row(2, "PostgreSQL(libpq) Version", buf); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/pdo_sqlite/ |
H A D | pdo_sqlite.c | 87 php_info_print_table_row(2, "PDO Driver for SQLite 3.x", "enabled"); in PHP_MINFO_FUNCTION() 88 php_info_print_table_row(2, "SQLite Library", sqlite3_libversion()); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_extension.c | 258 php_info_print_table_row(2, "COM support", "enabled"); in PHP_MINFO_FUNCTION() 259 php_info_print_table_row(2, "DCOM support", COMG(allow_dcom) ? "enabled" : "disabled"); in PHP_MINFO_FUNCTION() 262 php_info_print_table_row(2, ".Net support", "enabled"); in PHP_MINFO_FUNCTION() 264 php_info_print_table_row(2, ".Net support", "not present in this build"); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/skeleton/ |
H A D | skeleton.c | 61 php_info_print_table_row(2, "%EXTNAME% support", "enabled");
|
/PHP-8.3/ext/pdo_mysql/ |
H A D | pdo_mysql.c | 156 php_info_print_table_row(2, "PDO Driver for MySQL", "enabled"); in PHP_MINFO_FUNCTION() 157 php_info_print_table_row(2, "Client API version", mysql_get_client_info()); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 226 php_info_print_table_row(2, "PDO Driver for " in PHP_MINFO_FUNCTION() 235 php_info_print_table_row(2, "Flavour", PDO_DBLIB_FLAVOUR); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/pdo/ |
H A D | pdo.c | 278 php_info_print_table_row(2, "PDO support", "enabled"); in PHP_MINFO_FUNCTION() 286 php_info_print_table_row(2, "PDO drivers", drivers ? drivers + 2 : ""); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/bz2/ |
H A D | bz2.c | 297 php_info_print_table_row(2, "BZip2 Support", "Enabled"); in PHP_MINFO_FUNCTION() 298 php_info_print_table_row(2, "Stream Wrapper support", "compress.bzip2://"); in PHP_MINFO_FUNCTION() 299 php_info_print_table_row(2, "Stream Filter support", "bzip2.decompress, bzip2.compress"); in PHP_MINFO_FUNCTION() 300 php_info_print_table_row(2, "BZip2 Version", (char *) BZ2_bzlibVersion()); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/pdo_oci/ |
H A D | pdo_oci.c | 150 php_info_print_table_row(2, "PDO Driver for OCI 8 and later", "enabled"); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/dl_test/ |
H A D | dl_test.c | 149 php_info_print_table_row(2, "dl_test support", "enabled"); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/ctype/ |
H A D | ctype.c | 59 php_info_print_table_row(2, "ctype functions", "enabled"); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/gd/ |
H A D | gd.c | 385 php_info_print_table_row(2, "GD Support", "enabled"); in PHP_MINFO_FUNCTION() 412 php_info_print_table_row(2, "FreeType Version", tmp); in PHP_MINFO_FUNCTION() 422 php_info_print_table_row(2, "JPEG Support", "enabled"); in PHP_MINFO_FUNCTION() 430 php_info_print_table_row(2, "PNG Support", "enabled"); in PHP_MINFO_FUNCTION() 435 php_info_print_table_row(2, "WBMP Support", "enabled"); in PHP_MINFO_FUNCTION() 437 php_info_print_table_row(2, "XPM Support", "enabled"); in PHP_MINFO_FUNCTION() 442 php_info_print_table_row(2, "libXpm Version", tmp); in PHP_MINFO_FUNCTION() 446 php_info_print_table_row(2, "XBM Support", "enabled"); in PHP_MINFO_FUNCTION() 451 php_info_print_table_row(2, "WebP Support", "enabled"); in PHP_MINFO_FUNCTION() 454 php_info_print_table_row(2, "BMP Support", "enabled"); in PHP_MINFO_FUNCTION() [all …]
|
/PHP-8.3/ext/enchant/ |
H A D | enchant.c | 228 php_info_print_table_row(3, name, desc, file); in __enumerate_providers_fn() 239 php_info_print_table_row(2, "enchant support", "enabled"); in PHP_MINFO_FUNCTION() 241 php_info_print_table_row(2, "Libenchant Version", enchant_get_version()); in PHP_MINFO_FUNCTION() 243 php_info_print_table_row(2, "Libenchant Version", "1.5.x"); in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli.c | 591 php_info_print_table_row(2, "MysqlI Support", "enabled"); in PHP_MINFO_FUNCTION() 592 php_info_print_table_row(2, "Client API library version", mysql_get_client_info()); in PHP_MINFO_FUNCTION() 594 php_info_print_table_row(2, "Active Persistent Links", buf); in PHP_MINFO_FUNCTION() 596 php_info_print_table_row(2, "Inactive Persistent Links", buf); in PHP_MINFO_FUNCTION() 598 php_info_print_table_row(2, "Active Links", buf); in PHP_MINFO_FUNCTION()
|