Home
last modified time | relevance | path

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

1234

/PHP-7.3/ext/standard/
H A Dinfo.c126 php_info_print_table_row(2, reg_name, "none registered"); in php_info_print_stream_hash()
129 php_info_print_table_row(2, name, "disabled"); in php_info_print_stream_hash()
827 php_info_print_table_row(2, "Compiler", COMPILER); in php_print_info()
852 php_info_print_table_row(2, "PHP API", temp_api); in php_print_info()
855 php_info_print_table_row(2, "PHP Extension", temp_api); in php_print_info()
858 php_info_print_table_row(2, "Zend Extension", temp_api); in php_print_info()
864 php_info_print_table_row(2, "Debug Build", "yes" ); in php_print_info()
866 php_info_print_table_row(2, "Debug Build", "no" ); in php_print_info()
897 php_info_print_table_row(2, "IPv6 Support", "enabled" ); in php_print_info()
976 php_info_print_table_row(2, tmp1, tmp2); in php_print_info()
[all …]
H A Dcredits.c24 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors)
43php_info_print_table_row(1, "Thies C. Arntzen, Stig Bakken, Shane Caraveo, Andi Gutmans, Rasmus Le… in php_print_credits()
55 php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev Suraski, Marcus Boerger"); in php_print_credits()
107php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyos… in php_print_credits()
H A Dinfo.h72 PHPAPI void php_info_print_table_row(int num_cols, ...);
H A Dmail.c653 php_info_print_table_row(2, "Internal Sendmail Support for Windows", "enabled"); in PHP_MINFO_FUNCTION()
655 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
658 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
H A Ddl.c257 php_info_print_table_row(2, "Dynamic Library Support", "enabled"); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/mysqlnd/
H A Dphp_mysqlnd.c48 php_info_print_table_row(2, ZSTR_VAL(string_key), Z_STRVAL_P(values_entry)); in mysqlnd_minfo_print_hash()
119 php_info_print_table_row(2, "Version", mysqlnd_get_client_info()); in PHP_MINFO_FUNCTION()
120 php_info_print_table_row(2, "Compression", in PHP_MINFO_FUNCTION()
126 php_info_print_table_row(2, "core SSL", in PHP_MINFO_FUNCTION()
132 php_info_print_table_row(2, "extended SSL", in PHP_MINFO_FUNCTION()
139 php_info_print_table_row(2, "Command buffer size", buf); in PHP_MINFO_FUNCTION()
141 php_info_print_table_row(2, "Read buffer size", buf); in PHP_MINFO_FUNCTION()
143 php_info_print_table_row(2, "Read timeout", buf); in PHP_MINFO_FUNCTION()
147 php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a"); in PHP_MINFO_FUNCTION()
154 php_info_print_table_row(2, "Loaded plugins", tmp_str.s? ZSTR_VAL(tmp_str.s) : ""); in PHP_MINFO_FUNCTION()
[all …]
/PHP-7.3/sapi/apache2handler/
H A Dphp_functions.c399 php_info_print_table_row(2, "Apache Version", apv); in PHP_MINFO_FUNCTION()
402 php_info_print_table_row(2, "Apache API Version", tmp); in PHP_MINFO_FUNCTION()
409 php_info_print_table_row(2, "Hostname:Port", tmp); in PHP_MINFO_FUNCTION()
417 php_info_print_table_row(2, "User/Group", tmp); in PHP_MINFO_FUNCTION()
422 php_info_print_table_row(2, "Max Requests", tmp); in PHP_MINFO_FUNCTION()
427 php_info_print_table_row(2, "Timeouts", tmp); in PHP_MINFO_FUNCTION()
430 php_info_print_table_row(2, "Server Root", ap_server_root); in PHP_MINFO_FUNCTION()
431 php_info_print_table_row(2, "Loaded Modules", tmp1.s->val); in PHP_MINFO_FUNCTION()
449 php_info_print_table_row(2, key, val); in PHP_MINFO_FUNCTION()
464 php_info_print_table_row(2, key, val); in PHP_MINFO_FUNCTION()
[all …]
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_module.c460 php_info_print_table_row(2, "SHM Cache", "Enabled");
473 php_info_print_table_row(2, "Startup", "OK");
482 php_info_print_table_row(2, "Startup", "OK");
485 php_info_print_table_row(2, "Cache hits", buf);
487 php_info_print_table_row(2, "Cache misses", buf);
489 php_info_print_table_row(2, "Used memory", buf);
491 php_info_print_table_row(2, "Free memory", buf);
493 php_info_print_table_row(2, "Wasted memory", buf);
503 php_info_print_table_row(2, "Cached keys", buf);
505 php_info_print_table_row(2, "Max keys", buf);
[all …]
/PHP-7.3/ext/pdo_pgsql/
H A Dpdo_pgsql.c106 php_info_print_table_row(2, "PDO Driver for PostgreSQL", "enabled"); in PHP_MINFO_FUNCTION()
108 php_info_print_table_row(2, "PostgreSQL(libpq) Version", PG_VERSION); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/xsl/
H A Dphp_xsl.c257 php_info_print_table_row(2, "XSL", "enabled"); in PHP_MINFO_FUNCTION()
262 php_info_print_table_row(2, "libxslt Version", buffer); in PHP_MINFO_FUNCTION()
267 php_info_print_table_row(2, "libxslt compiled against libxml Version", buffer); in PHP_MINFO_FUNCTION()
270 php_info_print_table_row(2, "EXSLT", "enabled"); in PHP_MINFO_FUNCTION()
271 php_info_print_table_row(2, "libexslt Version", LIBEXSLT_DOTTED_VERSION); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/pdo_odbc/
H A Dpdo_odbc.c163 php_info_print_table_row(2, "ODBC Connection Pooling", pdo_odbc_pool_on == SQL_CP_OFF ? in PHP_MINFO_FUNCTION()
166 php_info_print_table_row(2, "ODBC Connection Pooling", "Not supported in this build"); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/pdo_sqlite/
H A Dpdo_sqlite.c97 php_info_print_table_row(2, "SQLite Library", sqlite3_libversion()); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/bz2/
H A Dbz2.c358 php_info_print_table_row(2, "BZip2 Support", "Enabled"); in PHP_MINFO_FUNCTION()
359 php_info_print_table_row(2, "Stream Wrapper support", "compress.bzip2://"); in PHP_MINFO_FUNCTION()
360 php_info_print_table_row(2, "Stream Filter support", "bzip2.decompress, bzip2.compress"); in PHP_MINFO_FUNCTION()
361 php_info_print_table_row(2, "BZip2 Version", (char *) BZ2_bzlibVersion()); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/json/
H A Djson.c188 php_info_print_table_row(2, "json support", "enabled"); in ZEND_GET_MODULE()
189 php_info_print_table_row(2, "json version", PHP_JSON_VERSION); in ZEND_GET_MODULE()
/PHP-7.3/ext/enchant/
H A Denchant.c305 php_info_print_table_row(3, name, desc, file); in __enumerate_providers_fn()
317 php_info_print_table_row(2, "enchant support", "enabled"); in PHP_MINFO_FUNCTION()
319 php_info_print_table_row(2, "Libenchant Version", ENCHANT_VERSION_STRING); in PHP_MINFO_FUNCTION()
321 php_info_print_table_row(2, "Libenchant Version", "1.5.0 or later"); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/recode/
H A Drecode.c135 php_info_print_table_row(2, "Recode Support", "enabled"); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/ctype/
H A Dctype.c138 php_info_print_table_row(2, "ctype functions", "enabled"); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/pdo_mysql/
H A Dpdo_mysql.c163 php_info_print_table_row(2, "Client API version", mysql_get_client_info()); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/pdo_dblib/
H A Dpdo_dblib.c235 php_info_print_table_row(2, "Flavour", PDO_DBLIB_FLAVOUR); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/gd/
H A Dgd.c1250 php_info_print_table_row(2, "GD Support", "enabled"); in PHP_MINFO_FUNCTION()
1264 php_info_print_table_row(2, "FreeType Support", "enabled"); in PHP_MINFO_FUNCTION()
1277 php_info_print_table_row(2, "FreeType Version", tmp); in PHP_MINFO_FUNCTION()
1284 php_info_print_table_row(2, "GIF Read Support", "enabled"); in PHP_MINFO_FUNCTION()
1289 php_info_print_table_row(2, "JPEG Support", "enabled"); in PHP_MINFO_FUNCTION()
1295 php_info_print_table_row(2, "PNG Support", "enabled"); in PHP_MINFO_FUNCTION()
1298 php_info_print_table_row(2, "WBMP Support", "enabled"); in PHP_MINFO_FUNCTION()
1300 php_info_print_table_row(2, "XPM Support", "enabled"); in PHP_MINFO_FUNCTION()
1304 php_info_print_table_row(2, "libXpm Version", tmp); in PHP_MINFO_FUNCTION()
1307 php_info_print_table_row(2, "XBM Support", "enabled"); in PHP_MINFO_FUNCTION()
[all …]
/PHP-7.3/ext/dom/
H A Dphp_dom.c912 php_info_print_table_row(2, "DOM/XML", "enabled"); in PHP_MINFO_FUNCTION()
913 php_info_print_table_row(2, "DOM/XML API Version", DOM_API_VERSION); in PHP_MINFO_FUNCTION()
914 php_info_print_table_row(2, "libxml Version", LIBXML_DOTTED_VERSION); in PHP_MINFO_FUNCTION()
916 php_info_print_table_row(2, "HTML Support", "enabled"); in PHP_MINFO_FUNCTION()
919 php_info_print_table_row(2, "XPath Support", "enabled"); in PHP_MINFO_FUNCTION()
922 php_info_print_table_row(2, "XPointer Support", "enabled"); in PHP_MINFO_FUNCTION()
925 php_info_print_table_row(2, "Schema Support", "enabled"); in PHP_MINFO_FUNCTION()
926 php_info_print_table_row(2, "RelaxNG Support", "enabled"); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/intl/
H A Dphp_intl.c1063 php_info_print_table_row( 2, "ICU version", U_ICU_VERSION ); in PHP_MINFO_FUNCTION()
1065 php_info_print_table_row( 2, "ICU Data version", U_ICU_DATA_VERSION ); in PHP_MINFO_FUNCTION()
1070 php_info_print_table_row( 2, "ICU TZData version", tzdata_ver); in PHP_MINFO_FUNCTION()
1073 php_info_print_table_row( 2, "ICU Unicode version", U_UNICODE_VERSION ); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/hash/
H A Dhash.c907 php_info_print_table_row(2, "MHASH support", "Enabled");
908 php_info_print_table_row(2, "MHASH API Version", "Emulated Support");
1280 php_info_print_table_row(2, "hash support", "enabled"); in PHP_MINFO_FUNCTION()
1281 php_info_print_table_row(2, "Hashing Engines", buffer); in PHP_MINFO_FUNCTION()
1286 php_info_print_table_row(2, "MHASH support", "Enabled"); in PHP_MINFO_FUNCTION()
1287 php_info_print_table_row(2, "MHASH API Version", "Emulated Support"); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/mysqli/
H A Dmysqli.c963 php_info_print_table_row(2, "Client API library version", mysql_get_client_info()); in PHP_MINFO_FUNCTION()
965 php_info_print_table_row(2, "Active Persistent Links", buf); in PHP_MINFO_FUNCTION()
967 php_info_print_table_row(2, "Inactive Persistent Links", buf); in PHP_MINFO_FUNCTION()
969 php_info_print_table_row(2, "Active Links", buf); in PHP_MINFO_FUNCTION()
971 php_info_print_table_row(2, "Client API header version", MYSQL_SERVER_VERSION); in PHP_MINFO_FUNCTION()
972 php_info_print_table_row(2, "MYSQLI_SOCKET", MYSQL_UNIX_ADDR); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/tokenizer/
H A Dtokenizer.c102 php_info_print_table_row(2, "Tokenizer Support", "enabled"); in PHP_MINFO_FUNCTION()

Completed in 80 milliseconds

1234