Home
last modified time | relevance | path

Searched refs:php_info_print_table_row (Results 26 – 50 of 91) sorted by relevance

1234

/PHP-5.5/ext/ctype/
H A Dctype.c138 php_info_print_table_row(2, "ctype functions", "enabled"); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c147 php_info_print_table_row(2, "sysvmsg support", "enabled"); in PHP_MINFO_FUNCTION()
148 php_info_print_table_row(2, "Revision", "$Id: 1e821e8a0cbb868efec453560ba303e04f3a1db2 $"); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c968 php_info_print_table_row(2, "Client API library version", mysql_get_client_info()); in PHP_MINFO_FUNCTION()
970 php_info_print_table_row(2, "Active Persistent Links", buf); in PHP_MINFO_FUNCTION()
972 php_info_print_table_row(2, "Inactive Persistent Links", buf); in PHP_MINFO_FUNCTION()
974 php_info_print_table_row(2, "Active Links", buf); in PHP_MINFO_FUNCTION()
976 php_info_print_table_row(2, "Client API header version", MYSQL_SERVER_VERSION); in PHP_MINFO_FUNCTION()
977 php_info_print_table_row(2, "MYSQLI_SOCKET", MYSQL_UNIX_ADDR); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/zlib/
H A Dzlib.c1005 php_info_print_table_row(2, "Stream Wrapper", "compress.zlib://"); in PHP_MINFO_FUNCTION()
1006 php_info_print_table_row(2, "Stream Filter", "zlib.inflate, zlib.deflate"); in PHP_MINFO_FUNCTION()
1007 php_info_print_table_row(2, "Compiled Version", ZLIB_VERSION); in PHP_MINFO_FUNCTION()
1008 php_info_print_table_row(2, "Linked Version", (char *) zlibVersion()); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/ldap/
H A Dldap.c237 php_info_print_table_row(2, "LDAP Support", "enabled"); in PHP_MINFO_FUNCTION()
238 php_info_print_table_row(2, "RCS Version", "$Id: 4db15e5bb92af06390fd31ab784837ab21a3d2ce $"); in PHP_MINFO_FUNCTION()
245 php_info_print_table_row(2, "Total Links", tmp); in PHP_MINFO_FUNCTION()
249 php_info_print_table_row(2, "API Version", tmp); in PHP_MINFO_FUNCTION()
253 php_info_print_table_row(2, "Vendor Name", LDAP_VENDOR_NAME); in PHP_MINFO_FUNCTION()
258 php_info_print_table_row(2, "Vendor Version", tmp); in PHP_MINFO_FUNCTION()
264 php_info_print_table_row(2, "SDK Version", tmp); in PHP_MINFO_FUNCTION()
267 php_info_print_table_row(2, "Highest LDAP Protocol Supported", tmp); in PHP_MINFO_FUNCTION()
270 php_info_print_table_row(2, "SSL Level Supported", tmp); in PHP_MINFO_FUNCTION()
277 php_info_print_table_row(2, "Level of Encryption", tmp); in PHP_MINFO_FUNCTION()
[all …]
/PHP-5.5/ext/dom/
H A Dphp_dom.c969 php_info_print_table_row(2, "DOM/XML", "enabled"); in PHP_MINFO_FUNCTION()
970 php_info_print_table_row(2, "DOM/XML API Version", DOM_API_VERSION); in PHP_MINFO_FUNCTION()
971 php_info_print_table_row(2, "libxml Version", LIBXML_DOTTED_VERSION); in PHP_MINFO_FUNCTION()
973 php_info_print_table_row(2, "HTML Support", "enabled"); in PHP_MINFO_FUNCTION()
976 php_info_print_table_row(2, "XPath Support", "enabled"); in PHP_MINFO_FUNCTION()
979 php_info_print_table_row(2, "XPointer Support", "enabled"); in PHP_MINFO_FUNCTION()
982 php_info_print_table_row(2, "Schema Support", "enabled"); in PHP_MINFO_FUNCTION()
983 php_info_print_table_row(2, "RelaxNG Support", "enabled"); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c303 php_info_print_table_row(2, "core library version", XMLRPC_GetVersionString()); in PHP_MINFO_FUNCTION()
304 php_info_print_table_row(2, "php extension version", PHP_EXT_VERSION); in PHP_MINFO_FUNCTION()
305 php_info_print_table_row(2, "author", "Dan Libby"); in PHP_MINFO_FUNCTION()
306 php_info_print_table_row(2, "homepage", "http://xmlrpc-epi.sourceforge.net"); in PHP_MINFO_FUNCTION()
307 php_info_print_table_row(2, "open sourced by", "Epinions.com"); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/gd/
H A Dgd.c1280 php_info_print_table_row(2, "GD Support", "enabled"); in PHP_MINFO_FUNCTION()
1287 php_info_print_table_row(2, "FreeType Support", "enabled"); in PHP_MINFO_FUNCTION()
1300 php_info_print_table_row(2, "FreeType Version", tmp); in PHP_MINFO_FUNCTION()
1308 php_info_print_table_row(2, "T1Lib Support", "enabled"); in PHP_MINFO_FUNCTION()
1316 php_info_print_table_row(2, "JPEG Support", "enabled"); in PHP_MINFO_FUNCTION()
1322 php_info_print_table_row(2, "PNG Support", "enabled"); in PHP_MINFO_FUNCTION()
1325 php_info_print_table_row(2, "WBMP Support", "enabled"); in PHP_MINFO_FUNCTION()
1327 php_info_print_table_row(2, "XPM Support", "enabled"); in PHP_MINFO_FUNCTION()
1331 php_info_print_table_row(2, "libXpm Version", tmp); in PHP_MINFO_FUNCTION()
1334 php_info_print_table_row(2, "XBM Support", "enabled"); in PHP_MINFO_FUNCTION()
[all …]
/PHP-5.5/ext/phar/
H A Dphar.c3605 php_info_print_table_row(2, "Phar EXT version", PHP_PHAR_VERSION);
3606 php_info_print_table_row(2, "Phar API version", PHP_PHAR_API_VERSION);
3608 php_info_print_table_row(2, "Phar-based phar archives", "enabled");
3609 php_info_print_table_row(2, "Tar-based phar archives", "enabled");
3610 php_info_print_table_row(2, "ZIP-based phar archives", "enabled");
3613 php_info_print_table_row(2, "gzip compression", "enabled");
3615 php_info_print_table_row(2, "gzip compression", "disabled (install ext/zlib)");
3619 php_info_print_table_row(2, "bzip2 compression", "enabled");
3621 php_info_print_table_row(2, "bzip2 compression", "disabled (install pecl/bz2)");
3624 php_info_print_table_row(2, "Native OpenSSL support", "enabled");
[all …]
/PHP-5.5/ext/curl/
H A Dinterface.c514 php_info_print_table_row(2, "cURL support", "enabled"); in PHP_INI_BEGIN()
515 php_info_print_table_row(2, "cURL Information", d->version); in PHP_INI_BEGIN()
517 php_info_print_table_row(2, "Age", str); in PHP_INI_BEGIN()
567 php_info_print_table_row(1, "Features"); in PHP_INI_BEGIN()
581 php_info_print_table_row(2, "Protocols", str); in PHP_INI_BEGIN()
583 php_info_print_table_row(2, "Host", d->host); in PHP_INI_BEGIN()
586 php_info_print_table_row(2, "SSL Version", d->ssl_version); in PHP_INI_BEGIN()
590 php_info_print_table_row(2, "ZLib Version", d->libz_version); in PHP_INI_BEGIN()
595 php_info_print_table_row(2, "ZLib Version", d->ares); in PHP_INI_BEGIN()
601 php_info_print_table_row(2, "libIDN Version", d->libidn); in PHP_INI_BEGIN()
[all …]
/PHP-5.5/ext/standard/
H A Ddl.c278 php_info_print_table_row(2, "Dynamic Library Support", "enabled"); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c273 php_info_print_table_row(2, "fileinfo support", "enabled"); in PHP_MINFO_FUNCTION()
274 php_info_print_table_row(2, "version", PHP_FILEINFO_VERSION); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/libxml/
H A Dlibxml.c933 php_info_print_table_row(2, "libXML support", "active"); in PHP_MINFO_FUNCTION()
934 php_info_print_table_row(2, "libXML Compiled Version", LIBXML_DOTTED_VERSION); in PHP_MINFO_FUNCTION()
935 php_info_print_table_row(2, "libXML Loaded Version", (char *)xmlParserVersion); in PHP_MINFO_FUNCTION()
936 php_info_print_table_row(2, "libXML streams", "enabled"); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c163 php_info_print_table_row(2, "Multibyte (japanese) regex support", "enabled"); in PHP_MINFO_FUNCTION()
170 php_info_print_table_row(2, "Multibyte regex (oniguruma) backtrack check", "On"); in PHP_MINFO_FUNCTION()
172 php_info_print_table_row(2, "Multibyte regex (oniguruma) backtrack check", "Off"); in PHP_MINFO_FUNCTION()
175 php_info_print_table_row(2, "Multibyte regex (oniguruma) version", buf); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/oci8/
H A Doci8.c1342 php_info_print_table_row(2, "OCI8 Support", "enabled"); in PHP_MINFO_FUNCTION()
1343 php_info_print_table_row(2, "Version", PHP_OCI8_VERSION); in PHP_MINFO_FUNCTION()
1347 php_info_print_table_row(2, "Active Persistent Connections", buf); in PHP_MINFO_FUNCTION()
1349 php_info_print_table_row(2, "Active Connections", buf); in PHP_MINFO_FUNCTION()
1353 php_info_print_table_row(2, "Oracle Run-time Client Library Version", ver); in PHP_MINFO_FUNCTION()
1364 php_info_print_table_row(2, "Oracle Instant Client Version", buf); in PHP_MINFO_FUNCTION()
1366 php_info_print_table_row(2, "Oracle Version", buf); in PHP_MINFO_FUNCTION()
1371 php_info_print_table_row(2, "Compile-time ORACLE_HOME", PHP_OCI8_DEF_DIR); in PHP_MINFO_FUNCTION()
1374 php_info_print_table_row(2, "Libraries Used", PHP_OCI8_DEF_SHARED_LIBADD); in PHP_MINFO_FUNCTION()
1378 php_info_print_table_row(2, "Temporary Lob support", "enabled"); in PHP_MINFO_FUNCTION()
[all …]
/PHP-5.5/ext/shmop/
H A Dshmop.c150 php_info_print_table_row(2, "shmop support", "enabled"); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/gettext/
H A Dgettext.c156 php_info_print_table_row(2, "GetText Support", "enabled"); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/intl/
H A Dphp_intl.c1054 php_info_print_table_row( 2, "version", INTL_MODULE_VERSION ); in PHP_MINFO_FUNCTION()
1055 php_info_print_table_row( 2, "ICU version", U_ICU_VERSION ); in PHP_MINFO_FUNCTION()
1057 php_info_print_table_row( 2, "ICU Data version", U_ICU_DATA_VERSION ); in PHP_MINFO_FUNCTION()
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c315php_info_print_table_row(2, "NSAPI Module Revision", "$Id: 6f7773f879351db6ba6946964cabeac2a969af1… in PHP_MINFO_FUNCTION()
316 php_info_print_table_row(2, "Server Software", system_version()); in PHP_MINFO_FUNCTION()
317 php_info_print_table_row(2, "Sub-requests with nsapi_virtual()", in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/hash/
H A Dhash.c765 php_info_print_table_row(2, "MHASH support", "Enabled"); in PHP_MINFO_FUNCTION()
766 php_info_print_table_row(2, "MHASH API Version", "Emulated Support"); in PHP_MINFO_FUNCTION()
1056 php_info_print_table_row(2, "hash support", "enabled"); in PHP_MINFO_FUNCTION()
1057 php_info_print_table_row(2, "Hashing Engines", buffer); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c687 php_info_print_table_row(2, "Active Persistent Links", buf); in PHP_MINFO_FUNCTION()
689 php_info_print_table_row(2, "Active Links", buf); in PHP_MINFO_FUNCTION()
690 php_info_print_table_row(2, "Client API version", mysql_get_client_info()); in PHP_MINFO_FUNCTION()
692 php_info_print_table_row(2, "MYSQL_MODULE_TYPE", PHP_MYSQL_TYPE); in PHP_MINFO_FUNCTION()
693 php_info_print_table_row(2, "MYSQL_SOCKET", MYSQL_UNIX_ADDR); in PHP_MINFO_FUNCTION()
694 php_info_print_table_row(2, "MYSQL_INCLUDE", PHP_MYSQL_INCLUDE); in PHP_MINFO_FUNCTION()
695 php_info_print_table_row(2, "MYSQL_LIBS", PHP_MYSQL_LIBS); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo.c413 php_info_print_table_row(2, "PDO drivers", drivers ? drivers+2 : ""); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c544 php_info_print_table_row(2, "Version", LIBMCRYPT_VERSION); in PHP_MINFO_FUNCTION()
545 php_info_print_table_row(2, "Api No", mcrypt_api_no); in PHP_MINFO_FUNCTION()
546 php_info_print_table_row(2, "Supported ciphers", tmp1.c); in PHP_MINFO_FUNCTION()
547 php_info_print_table_row(2, "Supported modes", tmp2.c); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/json/
H A Djson.c164 php_info_print_table_row(2, "json support", "enabled"); in PHP_MINFO_FUNCTION()
165 php_info_print_table_row(2, "json version", PHP_JSON_VERSION); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/ereg/
H A Dereg.c238 php_info_print_table_row(2, "Regex Library", "Bundled library enabled"); in PHP_MINFO_FUNCTION()
240 php_info_print_table_row(2, "Regex Library", "System library enabled"); in PHP_MINFO_FUNCTION()

Completed in 141 milliseconds

1234