Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c58 php_info_print_table_row(2, string_key, Z_STRVAL_PP(values_entry)); in mysqlnd_minfo_print_hash()
134 php_info_print_table_row(2, "Version", mysqlnd_get_client_info()); in PHP_MINFO_FUNCTION()
135 php_info_print_table_row(2, "Compression", in PHP_MINFO_FUNCTION()
141 php_info_print_table_row(2, "core SSL", in PHP_MINFO_FUNCTION()
147 php_info_print_table_row(2, "extended SSL", in PHP_MINFO_FUNCTION()
154 php_info_print_table_row(2, "Command buffer size", buf); in PHP_MINFO_FUNCTION()
156 php_info_print_table_row(2, "Read buffer size", buf); in PHP_MINFO_FUNCTION()
158 php_info_print_table_row(2, "Read timeout", buf); in PHP_MINFO_FUNCTION()
162 php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a"); in PHP_MINFO_FUNCTION()
169 php_info_print_table_row(2, "Loaded plugins", tmp_str.c); in PHP_MINFO_FUNCTION()
[all …]
/PHP-5.5/ext/standard/
H A Dinfo.c139 php_info_print_table_row(2, reg_name, "none registered"); in php_info_print_stream_hash()
142 php_info_print_table_row(2, name, "disabled"); in php_info_print_stream_hash()
944 php_info_print_table_row(2, "System", php_uname ); in php_print_info()
947 php_info_print_table_row(2, "Compiler", COMPILER); in php_print_info()
972 php_info_print_table_row(2, "PHP API", temp_api); in php_print_info()
975 php_info_print_table_row(2, "PHP Extension", temp_api); in php_print_info()
978 php_info_print_table_row(2, "Zend Extension", temp_api); in php_print_info()
984 php_info_print_table_row(2, "Debug Build", "yes" ); in php_print_info()
986 php_info_print_table_row(2, "Debug Build", "no" ); in php_print_info()
1096 php_info_print_table_row(2, tmp1, tmp2); in php_print_info()
[all …]
H A Dcredits.c26 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors)
45php_info_print_table_row(1, "Thies C. Arntzen, Stig Bakken, Shane Caraveo, Andi Gutmans, Rasmus Le… in php_print_credits()
57 php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev Suraski, Marcus Boerger"); in php_print_credits()
108php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyos… in php_print_credits()
H A Dinfo.h73 PHPAPI void php_info_print_table_row(int num_cols, ...);
H A Dmail.c450 php_info_print_table_row(2, "Internal Sendmail Support for Windows", "enabled"); in PHP_MINFO_FUNCTION()
452 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
455 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
/PHP-5.5/sapi/apache/
H A Dphp_apache.c185 php_info_print_table_row(1, "Apache for Windows 95/NT"); in PHP_MINFO_FUNCTION()
189 php_info_print_table_row(1, "Apache for NetWare"); in PHP_MINFO_FUNCTION()
198 php_info_print_table_row(2, "Apache Version", apv); in PHP_MINFO_FUNCTION()
208 php_info_print_table_row(2, "Hostname:Port", output_buf); in PHP_MINFO_FUNCTION()
211 php_info_print_table_row(2, "User/Group", output_buf); in PHP_MINFO_FUNCTION()
213 php_info_print_table_row(2, "Max Requests", output_buf); in PHP_MINFO_FUNCTION()
216 php_info_print_table_row(2, "Timeouts", output_buf); in PHP_MINFO_FUNCTION()
222 php_info_print_table_row(2, "Server Root", server_root); in PHP_MINFO_FUNCTION()
256 php_info_print_table_row(2, elts[i].key, elts[i].val); in PHP_MINFO_FUNCTION()
276 php_info_print_table_row(2, env[i].key, env[i].val); in PHP_MINFO_FUNCTION()
[all …]
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c397 php_info_print_table_row(2, "Apache Version", apv); in PHP_MINFO_FUNCTION()
400 php_info_print_table_row(2, "Apache API Version", tmp); in PHP_MINFO_FUNCTION()
407 php_info_print_table_row(2, "Hostname:Port", tmp); in PHP_MINFO_FUNCTION()
415 php_info_print_table_row(2, "User/Group", tmp); in PHP_MINFO_FUNCTION()
420 php_info_print_table_row(2, "Max Requests", tmp); in PHP_MINFO_FUNCTION()
425 php_info_print_table_row(2, "Timeouts", tmp); in PHP_MINFO_FUNCTION()
428 php_info_print_table_row(2, "Server Root", ap_server_root); in PHP_MINFO_FUNCTION()
429 php_info_print_table_row(2, "Loaded Modules", tmp1.c); in PHP_MINFO_FUNCTION()
447 php_info_print_table_row(2, key, val); in PHP_MINFO_FUNCTION()
462 php_info_print_table_row(2, key, val); in PHP_MINFO_FUNCTION()
[all …]
/PHP-5.5/ext/pdo_pgsql/
H A Dpdo_pgsql.c116 php_info_print_table_row(2, "PostgreSQL(libpq) Version", PG_VERSION); in PHP_MINFO_FUNCTION()
118 php_info_print_table_row(2, "Module version", pdo_pgsql_module_entry.version); in PHP_MINFO_FUNCTION()
119 php_info_print_table_row(2, "Revision", " $Id: af568c8ae63693bc2b766337bd4731078e62f9b4 $ "); in PHP_MINFO_FUNCTION()
/PHP-5.5/sapi/aolserver/
H A Daolserver.c208 php_info_print_table_row(2, "SAPI module version", "$Id$"); in php_info_aolserver()
209 php_info_print_table_row(2, "Build date", Ns_InfoBuildDate()); in php_info_aolserver()
210 php_info_print_table_row(2, "Config file path", Ns_InfoConfigFile()); in php_info_aolserver()
211 php_info_print_table_row(2, "Error Log path", Ns_InfoErrorLog()); in php_info_aolserver()
212 php_info_print_table_row(2, "Installation path", Ns_InfoHomePath()); in php_info_aolserver()
213 php_info_print_table_row(2, "Hostname of server", Ns_InfoHostname()); in php_info_aolserver()
214 php_info_print_table_row(2, "Source code label", Ns_InfoLabel()); in php_info_aolserver()
215 php_info_print_table_row(2, "Server platform", Ns_InfoPlatform()); in php_info_aolserver()
217 php_info_print_table_row(2, "Server version", buf); in php_info_aolserver()
223 php_info_print_table_row(2, "Server uptime", buf); in php_info_aolserver()
[all …]
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c60 php_info_print_table_row(2, "Pi3Web SAPI module version", "$Id$"); in php_info_pi3web()
61 php_info_print_table_row(2, "Server Name Stamp", HTTPCore_getServerStamp()); in php_info_pi3web()
63 php_info_print_table_row(2, "Debug Enabled", variable_buf); in php_info_pi3web()
65 php_info_print_table_row(2, "Current Path", variable_buf); in php_info_pi3web()
68 php_info_print_table_row(2, "Main Virtual Hostname", variable_buf); in php_info_pi3web()
71 php_info_print_table_row(2, "Server PID", variable_buf); in php_info_pi3web()
72 php_info_print_table_row(2, "Server Platform", PIPlatform_getDescription()); in php_info_pi3web()
78 php_info_print_table_row(2, "HTTP Request Line", lpCB->lpszReq); in php_info_pi3web()
92 php_info_print_table_row(2, pKey, variable_buf); in php_info_pi3web()
99 php_info_print_table_row(2, pKey, tmp_variable_buf); in php_info_pi3web()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c437 php_info_print_table_row(2, "Startup", "OK"); in zend_accel_info()
440 php_info_print_table_row(2, "Cache hits", buf); in zend_accel_info()
442 php_info_print_table_row(2, "Cache misses", buf); in zend_accel_info()
444 php_info_print_table_row(2, "Used memory", buf); in zend_accel_info()
446 php_info_print_table_row(2, "Free memory", buf); in zend_accel_info()
448 php_info_print_table_row(2, "Wasted memory", buf); in zend_accel_info()
458 php_info_print_table_row(2, "Cached scripts", buf); in zend_accel_info()
460 php_info_print_table_row(2, "Cached keys", buf); in zend_accel_info()
462 php_info_print_table_row(2, "Max keys", buf); in zend_accel_info()
464 php_info_print_table_row(2, "OOM restarts", buf); in zend_accel_info()
[all …]
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c312 php_info_print_table_row(2, "XSL", "enabled"); in PHP_MINFO_FUNCTION()
317 php_info_print_table_row(2, "libxslt Version", buffer); in PHP_MINFO_FUNCTION()
322 php_info_print_table_row(2, "libxslt compiled against libxml Version", buffer); in PHP_MINFO_FUNCTION()
325 php_info_print_table_row(2, "EXSLT", "enabled"); in PHP_MINFO_FUNCTION()
326 php_info_print_table_row(2, "libexslt Version", LIBEXSLT_DOTTED_VERSION); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/pdo_odbc/
H A Dpdo_odbc.c168 php_info_print_table_row(2, "ODBC Connection Pooling", pdo_odbc_pool_on == SQL_CP_OFF ? in PHP_MINFO_FUNCTION()
171 php_info_print_table_row(2, "ODBC Connection Pooling", "Not supported in this build"); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/pdo_sqlite/
H A Dpdo_sqlite.c98 php_info_print_table_row(2, "SQLite Library", sqlite3_libversion()); in PHP_MINFO_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1598 php_info_print_table_row(1, "Apache for Windows 95/NT"); in PHP_MINFO_FUNCTION()
1602 php_info_print_table_row(1, "Apache for NetWare"); in PHP_MINFO_FUNCTION()
1614 php_info_print_table_row(2, "Apache Release", output_buf); in PHP_MINFO_FUNCTION()
1619 php_info_print_table_row(2, "Hostname:Port", output_buf); in PHP_MINFO_FUNCTION()
1622 php_info_print_table_row(2, "User/Group", output_buf); in PHP_MINFO_FUNCTION()
1624 php_info_print_table_row(2, "Max Requests", output_buf); in PHP_MINFO_FUNCTION()
1627 php_info_print_table_row(2, "Timeouts", output_buf); in PHP_MINFO_FUNCTION()
1633 php_info_print_table_row(2, "Server Root", server_root); in PHP_MINFO_FUNCTION()
1667 php_info_print_table_row(2, elts[i].key, elts[i].val); in PHP_MINFO_FUNCTION()
1687 php_info_print_table_row(2, env[i].key, env[i].val); in PHP_MINFO_FUNCTION()
[all …]
/PHP-5.5/ext/recode/
H A Drecode.c137 php_info_print_table_row(2, "Recode Support", "enabled"); in PHP_MINFO_FUNCTION()
138 php_info_print_table_row(2, "Revision", "$Id: d95ffdf43fdab6078875dc99d333da459d8d8cd6 $"); in PHP_MINFO_FUNCTION()
/PHP-5.5/sapi/continuity/
H A Dcapi.c113php_info_print_table_row(2, "Continuity Module Revision", "$Id: fc46547db58f52b264abdbd0f6d3838f10… in PHP_MINFO_FUNCTION()
114 php_info_print_table_row(2, "Server Version", conFget_build()); in PHP_MINFO_FUNCTION()
116 php_info_print_table_row(2,"CDP Extensions", "enabled"); in PHP_MINFO_FUNCTION()
118 php_info_print_table_row(2,"CDP Extensions", "disabled"); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/bz2/
H A Dbz2.c329 php_info_print_table_row(2, "BZip2 Support", "Enabled"); in PHP_MINFO_FUNCTION()
330 php_info_print_table_row(2, "Stream Wrapper support", "compress.bzip2://"); in PHP_MINFO_FUNCTION()
331 php_info_print_table_row(2, "Stream Filter support", "bzip2.decompress, bzip2.compress"); in PHP_MINFO_FUNCTION()
332 php_info_print_table_row(2, "BZip2 Version", (char *) BZ2_bzlibVersion()); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/enchant/
H A Denchant.c310 php_info_print_table_row(3, name, desc, file); in __enumerate_providers_fn()
323 php_info_print_table_row(2, "Version", PHP_ENCHANT_VERSION); in PHP_MINFO_FUNCTION()
325 php_info_print_table_row(2, "Libenchant Version", ENCHANT_VERSION_STRING); in PHP_MINFO_FUNCTION()
327 php_info_print_table_row(2, "Libenchant Version", "1.5.0 or later"); in PHP_MINFO_FUNCTION()
329 php_info_print_table_row(2, "Revision", "$Id: d7c115e366f245f6234c5d1b1f3e93cf5500ab14 $"); in PHP_MINFO_FUNCTION()
/PHP-5.5/
H A DREADME.input_filter88 php_info_print_table_row( 2, "My Input Filter Support", "enabled" );
89 php_info_print_table_row( 2, "Revision", "$Id: e2941d029ee4e89f8880c46d41a7e8fc60a7fbc3 $");
/PHP-5.5/sapi/webjames/
H A Dwebjames.c246 php_info_print_table_row(2, "SAPI module version", WEBJAMES_SAPI_VERSION); in php_info_webjames()
247 php_info_print_table_row(2, "WebJames version", WEBJAMES_VERSION " (" WEBJAMES_DATE ")"); in php_info_webjames()
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c99 php_info_print_table_row(2, "Tokenizer Support", "enabled"); in PHP_MINFO_FUNCTION()
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c346 php_info_print_table_row(2, "Apache Version", apv); in PHP_MINFO_FUNCTION()
348 php_info_print_table_row(2, "Loaded Modules", tmp1.c); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/pdo_dblib/
H A Dpdo_dblib.c235 php_info_print_table_row(2, "Flavour", PDO_DBLIB_FLAVOUR); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/pdo_mysql/
H A Dpdo_mysql.c159 php_info_print_table_row(2, "Client API version", mysql_get_client_info()); in PHP_MINFO_FUNCTION()

Completed in 59 milliseconds

1234