Home
last modified time | relevance | path

Searched refs:php_info_print_table_row (Results 1 – 25 of 74) sorted by relevance

123

/PHP-8.1/ext/mysqlnd/
H A Dphp_mysqlnd.c39 php_info_print_table_row(2, ZSTR_VAL(string_key), Z_STRVAL_P(values_entry)); in mysqlnd_minfo_print_hash()
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()
121 php_info_print_table_row(2, "Loaded plugins", tmp_str.s? ZSTR_VAL(tmp_str.s) : ""); in PHP_MINFO_FUNCTION()
[all …]
/PHP-8.1/ext/standard/
H A Dinfo.c123 php_info_print_table_row(2, reg_name, "none registered"); in php_info_print_stream_hash()
126 php_info_print_table_row(2, name, "disabled"); in php_info_print_stream_hash()
812 php_info_print_table_row(2, "PHP Version", PHP_VERSION); in php_print_info()
850 php_info_print_table_row(2, "PHP API", temp_api); in php_print_info()
853 php_info_print_table_row(2, "PHP Extension", temp_api); in php_print_info()
856 php_info_print_table_row(2, "Zend Extension", temp_api); in php_print_info()
862 php_info_print_table_row(2, "Debug Build", "yes" ); in php_print_info()
864 php_info_print_table_row(2, "Debug Build", "no" ); in php_print_info()
868 php_info_print_table_row(2, "Thread Safety", "enabled" ); in php_print_info()
901 php_info_print_table_row(2, "IPv6 Support", "enabled" ); in php_print_info()
[all …]
H A Dcredits.c22 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors)
41php_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()
105php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyos… in php_print_credits()
H A Dinfo.h62 PHPAPI void php_info_print_table_row(int num_cols, ...);
H A Dmail.c566 php_info_print_table_row(2, "Internal Sendmail Support for Windows", "enabled"); in PHP_MINFO_FUNCTION()
568 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
571 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
/PHP-8.1/sapi/apache2handler/
H A Dphp_functions.c396 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.1/ext/opcache/
H A Dzend_accelerator_module.c455 php_info_print_table_row(2, "JIT", "On");
457 php_info_print_table_row(2, "JIT", "Off");
460 php_info_print_table_row(2, "JIT", "Disabled");
469 php_info_print_table_row(2, "Startup", "OK");
477 php_info_print_table_row(2, "Startup", "OK");
480 php_info_print_table_row(2, "Cache hits", buf);
482 php_info_print_table_row(2, "Cache misses", buf);
484 php_info_print_table_row(2, "Used memory", buf);
486 php_info_print_table_row(2, "Free memory", buf);
498 php_info_print_table_row(2, "Cached keys", buf);
[all …]
/PHP-8.1/ext/intl/
H A Dphp_intl.c296 php_info_print_table_row( 2, "ICU version", U_ICU_VERSION ); in PHP_MINFO_FUNCTION()
298 php_info_print_table_row( 2, "ICU Data version", U_ICU_DATA_VERSION ); in PHP_MINFO_FUNCTION()
303 php_info_print_table_row( 2, "ICU TZData version", tzdata_ver); in PHP_MINFO_FUNCTION()
306 php_info_print_table_row( 2, "ICU Unicode version", U_UNICODE_VERSION ); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/pdo_pgsql/
H A Dpdo_pgsql.c86 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.1/ext/xsl/
H A Dphp_xsl.c243 php_info_print_table_row(2, "XSL", "enabled"); in PHP_MINFO_FUNCTION()
248 php_info_print_table_row(2, "libxslt Version", buffer); in PHP_MINFO_FUNCTION()
253 php_info_print_table_row(2, "libxslt compiled against libxml Version", buffer); in PHP_MINFO_FUNCTION()
256 php_info_print_table_row(2, "EXSLT", "enabled"); in PHP_MINFO_FUNCTION()
257 php_info_print_table_row(2, "libexslt Version", LIBEXSLT_DOTTED_VERSION); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/pdo_odbc/
H A Dpdo_odbc.c123 php_info_print_table_row(2, "ODBC Connection Pooling", pdo_odbc_pool_on == SQL_CP_OFF ? in PHP_MINFO_FUNCTION()
126 php_info_print_table_row(2, "ODBC Connection Pooling", "Not supported in this build"); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/pdo_firebird/
H A Dpdo_firebird.c89 php_info_print_table_row(2, "Client Library Version", version); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/pdo_sqlite/
H A Dpdo_sqlite.c88 php_info_print_table_row(2, "SQLite Library", sqlite3_libversion()); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/bz2/
H A Dbz2.c297 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.1/ext/ctype/
H A Dctype.c59 php_info_print_table_row(2, "ctype functions", "enabled"); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/enchant/
H A Denchant.c227 php_info_print_table_row(3, name, desc, file); in __enumerate_providers_fn()
238 php_info_print_table_row(2, "enchant support", "enabled"); in PHP_MINFO_FUNCTION()
240 php_info_print_table_row(2, "Libenchant Version", enchant_get_version()); in PHP_MINFO_FUNCTION()
242 php_info_print_table_row(2, "Libenchant Version", "1.5.x"); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/gd/
H A Dgd.c535 php_info_print_table_row(2, "GD Support", "enabled"); in PHP_MINFO_FUNCTION()
562 php_info_print_table_row(2, "FreeType Version", tmp); in PHP_MINFO_FUNCTION()
572 php_info_print_table_row(2, "JPEG Support", "enabled"); in PHP_MINFO_FUNCTION()
580 php_info_print_table_row(2, "PNG Support", "enabled"); in PHP_MINFO_FUNCTION()
585 php_info_print_table_row(2, "WBMP Support", "enabled"); in PHP_MINFO_FUNCTION()
587 php_info_print_table_row(2, "XPM Support", "enabled"); in PHP_MINFO_FUNCTION()
592 php_info_print_table_row(2, "libXpm Version", tmp); in PHP_MINFO_FUNCTION()
596 php_info_print_table_row(2, "XBM Support", "enabled"); in PHP_MINFO_FUNCTION()
601 php_info_print_table_row(2, "WebP Support", "enabled"); in PHP_MINFO_FUNCTION()
604 php_info_print_table_row(2, "BMP Support", "enabled"); in PHP_MINFO_FUNCTION()
[all …]
/PHP-8.1/ext/pdo_mysql/
H A Dpdo_mysql.c157 php_info_print_table_row(2, "Client API version", mysql_get_client_info()); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/fileinfo/
H A Dfileinfo.c170 php_info_print_table_row(2, "fileinfo support", "enabled"); in PHP_MINFO_FUNCTION()
171 php_info_print_table_row(2, "libmagic", magic_ver); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/oci8/
H A Doci8.c447 php_info_print_table_row(2, "OCI8 Support", "enabled"); in PHP_MINFO_FUNCTION()
449 php_info_print_table_row(2, "OCI8 DTrace Support", "enabled"); in PHP_MINFO_FUNCTION()
451 php_info_print_table_row(2, "OCI8 DTrace Support", "disabled"); in PHP_MINFO_FUNCTION()
453 php_info_print_table_row(2, "OCI8 Version", PHP_OCI8_VERSION); in PHP_MINFO_FUNCTION()
457 php_info_print_table_row(2, "Oracle Run-time Client Library Version", ver); in PHP_MINFO_FUNCTION()
469 php_info_print_table_row(2, "Oracle Compile-time Instant Client Version", buf); in PHP_MINFO_FUNCTION()
471 php_info_print_table_row(2, "Oracle Compile-time Version", buf); in PHP_MINFO_FUNCTION()
476 php_info_print_table_row(2, "Compile-time ORACLE_HOME", PHP_OCI8_DEF_DIR); in PHP_MINFO_FUNCTION()
479 php_info_print_table_row(2, "Libraries Used", PHP_OCI8_DEF_SHARED_LIBADD); in PHP_MINFO_FUNCTION()
491 php_info_print_table_row(2, "Active Persistent Connections", buf); in PHP_MINFO_FUNCTION()
[all …]
/PHP-8.1/ext/zip/
H A Dphp_zip.c3225 php_info_print_table_row(2, "Zip", "enabled");
3226 php_info_print_table_row(2, "Zip version", PHP_ZIP_VERSION);
3229 php_info_print_table_row(2, "Libzip headers version", LIBZIP_VERSION);
3234 php_info_print_table_row(2, "Libzip version", LIBZIP_VERSION);
3237 php_info_print_table_row(2, "BZIP2 compression",
3239 php_info_print_table_row(2, "XZ compression",
3242 php_info_print_table_row(2, "ZSTD compression",
3245 php_info_print_table_row(2, "ZSTD compression", "No");
3247 php_info_print_table_row(2, "AES-128 encryption",
3249 php_info_print_table_row(2, "AES-192 encryption",
[all …]
/PHP-8.1/ext/pdo_dblib/
H A Dpdo_dblib.c235 php_info_print_table_row(2, "Flavour", PDO_DBLIB_FLAVOUR); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/mysqli/
H A Dmysqli.c881 php_info_print_table_row(2, "Client API library version", mysql_get_client_info()); in PHP_MINFO_FUNCTION()
883 php_info_print_table_row(2, "Active Persistent Links", buf); in PHP_MINFO_FUNCTION()
885 php_info_print_table_row(2, "Inactive Persistent Links", buf); in PHP_MINFO_FUNCTION()
887 php_info_print_table_row(2, "Active Links", buf); in PHP_MINFO_FUNCTION()
889 php_info_print_table_row(2, "Client API header version", MYSQL_SERVER_VERSION); in PHP_MINFO_FUNCTION()
890 php_info_print_table_row(2, "MYSQLI_SOCKET", MYSQL_UNIX_ADDR); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/pdo/
H A Dpdo.c286 php_info_print_table_row(2, "PDO drivers", drivers ? drivers + 2 : ""); in PHP_MINFO_FUNCTION()
/PHP-8.1/ext/dom/
H A Dphp_dom.c896 php_info_print_table_row(2, "DOM/XML", "enabled"); in PHP_MINFO_FUNCTION()
897 php_info_print_table_row(2, "DOM/XML API Version", DOM_API_VERSION); in PHP_MINFO_FUNCTION()
898 php_info_print_table_row(2, "libxml Version", LIBXML_DOTTED_VERSION); in PHP_MINFO_FUNCTION()
900 php_info_print_table_row(2, "HTML Support", "enabled"); in PHP_MINFO_FUNCTION()
903 php_info_print_table_row(2, "XPath Support", "enabled"); in PHP_MINFO_FUNCTION()
906 php_info_print_table_row(2, "XPointer Support", "enabled"); in PHP_MINFO_FUNCTION()
909 php_info_print_table_row(2, "Schema Support", "enabled"); in PHP_MINFO_FUNCTION()
910 php_info_print_table_row(2, "RelaxNG Support", "enabled"); in PHP_MINFO_FUNCTION()

Completed in 91 milliseconds

123