/PHP-8.4/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.4/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() 799 php_info_print_table_row(2, "PHP Version", PHP_VERSION); in php_print_info() 837 php_info_print_table_row(2, "PHP API", temp_api); in php_print_info() 840 php_info_print_table_row(2, "PHP Extension", temp_api); in php_print_info() 843 php_info_print_table_row(2, "Zend Extension", temp_api); in php_print_info() 852 php_info_print_table_row(2, "Debug Build", "yes" ); in php_print_info() 854 php_info_print_table_row(2, "Debug Build", "no" ); in php_print_info() 858 php_info_print_table_row(2, "Thread Safety", "enabled" ); in php_print_info() 891 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 | 61 PHPAPI void php_info_print_table_row(int num_cols, ...);
|
H A D | mail.c | 630 php_info_print_table_row(2, "Internal Sendmail Support for Windows", "enabled"); in PHP_MINFO_FUNCTION() 632 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION() 635 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/ext/intl/ |
H A D | php_intl.c | 262 php_info_print_table_row( 2, "Internationalization support", "enabled" ); in PHP_MINFO_FUNCTION() 263 php_info_print_table_row( 2, "ICU version", U_ICU_VERSION ); in PHP_MINFO_FUNCTION() 265 php_info_print_table_row( 2, "ICU Data version", U_ICU_DATA_VERSION ); in PHP_MINFO_FUNCTION() 270 php_info_print_table_row( 2, "ICU TZData version", tzdata_ver); in PHP_MINFO_FUNCTION() 273 php_info_print_table_row( 2, "ICU Unicode version", U_UNICODE_VERSION ); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/sapi/apache2handler/ |
H A D | php_functions.c | 383 php_info_print_table_row(2, "Apache Version", apv); in PHP_MINFO_FUNCTION() 386 php_info_print_table_row(2, "Apache API Version", tmp); in PHP_MINFO_FUNCTION() 393 php_info_print_table_row(2, "Hostname:Port", tmp); in PHP_MINFO_FUNCTION() 397 php_info_print_table_row(2, "User/Group", tmp); in PHP_MINFO_FUNCTION() 402 php_info_print_table_row(2, "Max Requests", tmp); in PHP_MINFO_FUNCTION() 407 php_info_print_table_row(2, "Timeouts", tmp); in PHP_MINFO_FUNCTION() 410 php_info_print_table_row(2, "Server Root", ap_server_root); in PHP_MINFO_FUNCTION() 411 php_info_print_table_row(2, "Loaded Modules", ZSTR_VAL(tmp1.s)); in PHP_MINFO_FUNCTION() 429 php_info_print_table_row(2, key, val); in PHP_MINFO_FUNCTION() 444 php_info_print_table_row(2, key, val); in PHP_MINFO_FUNCTION() [all …]
|
/PHP-8.4/ext/pdo_firebird/ |
H A D | pdo_firebird.c | 97 php_info_print_table_row(2, "PDO Driver for Firebird", "enabled"); in PHP_MINFO_FUNCTION() 98 php_info_print_table_row(2, "Client Library Version", version); in PHP_MINFO_FUNCTION() 99 php_info_print_table_row(2, "Firebird API version", api_version); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/ext/opcache/ |
H A D | zend_accelerator_module.c | 487 php_info_print_table_row(2, "JIT", "On"); 489 php_info_print_table_row(2, "JIT", "Off"); 492 php_info_print_table_row(2, "JIT", "Disabled"); 501 php_info_print_table_row(2, "Startup", "OK"); 512 php_info_print_table_row(2, "Startup", "OK"); 515 php_info_print_table_row(2, "Cache hits", buf); 517 php_info_print_table_row(2, "Cache misses", buf); 519 php_info_print_table_row(2, "Used memory", buf); 521 php_info_print_table_row(2, "Free memory", buf); 533 php_info_print_table_row(2, "Cached keys", buf); [all …]
|
/PHP-8.4/ext/pdo_odbc/ |
H A D | pdo_odbc.c | 129 php_info_print_table_row(2, "PDO Driver for ODBC (" PDO_ODBC_TYPE ")" , "enabled"); in PHP_MINFO_FUNCTION() 131 php_info_print_table_row(2, "ODBC Connection Pooling", pdo_odbc_pool_on == SQL_CP_OFF ? in PHP_MINFO_FUNCTION() 134 php_info_print_table_row(2, "ODBC Connection Pooling", "Not supported in this build"); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/ext/com_dotnet/ |
H A D | com_extension.c | 257 php_info_print_table_row(2, "COM support", "enabled"); in PHP_MINFO_FUNCTION() 258 php_info_print_table_row(2, "DCOM support", COMG(allow_dcom) ? "enabled" : "disabled"); in PHP_MINFO_FUNCTION() 261 php_info_print_table_row(2, ".Net support", "enabled"); in PHP_MINFO_FUNCTION() 263 php_info_print_table_row(2, ".Net support", "not present in this build"); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/ext/xsl/ |
H A D | php_xsl.c | 340 php_info_print_table_row(2, "XSL", "enabled"); in PHP_MINFO_FUNCTION() 345 php_info_print_table_row(2, "libxslt Version", buffer); in PHP_MINFO_FUNCTION() 350 php_info_print_table_row(2, "libxslt compiled against libxml Version", buffer); in PHP_MINFO_FUNCTION() 353 php_info_print_table_row(2, "EXSLT", "enabled"); in PHP_MINFO_FUNCTION() 354 php_info_print_table_row(2, "libexslt Version", LIBEXSLT_DOTTED_VERSION); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/ext/pdo_pgsql/ |
H A D | pdo_pgsql.c | 216 php_info_print_table_row(2, "PDO Driver for PostgreSQL", "enabled"); in PHP_MINFO_FUNCTION() 218 php_info_print_table_row(2, "PostgreSQL(libpq) Version", buf); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/ext/skeleton/ |
H A D | skeleton.c | 61 php_info_print_table_row(2, "%EXTNAME% support", "enabled");
|
/PHP-8.4/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 232 php_info_print_table_row(2, "PDO Driver for " in PHP_MINFO_FUNCTION() 241 php_info_print_table_row(2, "Flavour", PDO_DBLIB_FLAVOUR); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/ext/pdo_mysql/ |
H A D | pdo_mysql.c | 180 php_info_print_table_row(2, "PDO Driver for MySQL", "enabled"); in PHP_MINFO_FUNCTION() 181 php_info_print_table_row(2, "Client API version", mysql_get_client_info()); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/ext/pdo/ |
H A D | pdo.c | 295 php_info_print_table_row(2, "PDO support", "enabled"); in PHP_MINFO_FUNCTION() 303 php_info_print_table_row(2, "PDO drivers", drivers ? drivers + 2 : ""); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/ext/bz2/ |
H A D | bz2.c | 296 php_info_print_table_row(2, "BZip2 Support", "Enabled"); in PHP_MINFO_FUNCTION() 297 php_info_print_table_row(2, "Stream Wrapper support", "compress.bzip2://"); in PHP_MINFO_FUNCTION() 298 php_info_print_table_row(2, "Stream Filter support", "bzip2.decompress, bzip2.compress"); in PHP_MINFO_FUNCTION() 299 php_info_print_table_row(2, "BZip2 Version", (char *) BZ2_bzlibVersion()); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/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.4/ext/ctype/ |
H A D | ctype.c | 57 php_info_print_table_row(2, "ctype functions", "enabled"); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/ext/gd/ |
H A D | gd.c | 381 php_info_print_table_row(2, "GD Support", "enabled"); in PHP_MINFO_FUNCTION() 408 php_info_print_table_row(2, "FreeType Version", tmp); in PHP_MINFO_FUNCTION() 418 php_info_print_table_row(2, "JPEG Support", "enabled"); in PHP_MINFO_FUNCTION() 426 php_info_print_table_row(2, "PNG Support", "enabled"); in PHP_MINFO_FUNCTION() 431 php_info_print_table_row(2, "WBMP Support", "enabled"); in PHP_MINFO_FUNCTION() 433 php_info_print_table_row(2, "XPM Support", "enabled"); in PHP_MINFO_FUNCTION() 438 php_info_print_table_row(2, "libXpm Version", tmp); in PHP_MINFO_FUNCTION() 442 php_info_print_table_row(2, "XBM Support", "enabled"); in PHP_MINFO_FUNCTION() 447 php_info_print_table_row(2, "WebP Support", "enabled"); in PHP_MINFO_FUNCTION() 450 php_info_print_table_row(2, "BMP Support", "enabled"); in PHP_MINFO_FUNCTION() [all …]
|
/PHP-8.4/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.4/ext/mysqli/ |
H A D | mysqli.c | 590 php_info_print_table_row(2, "MysqlI Support", "enabled"); in PHP_MINFO_FUNCTION() 591 php_info_print_table_row(2, "Client API library version", mysql_get_client_info()); in PHP_MINFO_FUNCTION() 593 php_info_print_table_row(2, "Active Persistent Links", buf); in PHP_MINFO_FUNCTION() 595 php_info_print_table_row(2, "Inactive Persistent Links", buf); in PHP_MINFO_FUNCTION() 597 php_info_print_table_row(2, "Active Links", buf); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/ext/pdo_sqlite/ |
H A D | pdo_sqlite.c | 418 php_info_print_table_row(2, "PDO Driver for SQLite 3.x", "enabled"); in PHP_MINFO_FUNCTION() 419 php_info_print_table_row(2, "SQLite Library", sqlite3_libversion()); in PHP_MINFO_FUNCTION()
|
/PHP-8.4/ext/fileinfo/ |
H A D | fileinfo.c | 152 php_info_print_table_row(2, "fileinfo support", "enabled"); in PHP_MINFO_FUNCTION() 153 php_info_print_table_row(2, "libmagic", magic_ver); in PHP_MINFO_FUNCTION()
|