Home
last modified time | relevance | path

Searched refs:requires (Results 101 – 125 of 163) sorted by relevance

1234567

/PHP-5.5/ext/ldap/tests/
H A DREADME10 …It is used for testing ldap_start_tls(), which also requires "TLS_REQCERT never" in client configu…
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize.phpt9 // Note: SWC requires zlib
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt6 if (version_compare(PHP_VERSION, "5.3", "<")) die("skip requires 5.3 or later");
H A Dopen_for_write_newfile_b_5_2.phpt5 <?php if (version_compare(PHP_VERSION, "5.3", ">")) die("skip requires 5.2 or earlier"); ?>
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.phpt6 if (version_compare(PHP_VERSION, "5.3", "<")) die("skip requires 5.3 or later");
H A Dopen_for_write_newfile_b_5_2.phpt5 <?php if (version_compare(PHP_VERSION, "5.3", ">")) die("skip requires 5.2 or earlier"); ?>
H A Drefcount1.phpt6 <?php if (version_compare(PHP_VERSION, "5.3", "<")) die("skip requires 5.3 or later"); ?>
/PHP-5.5/ext/oci8/tests/
H A Dpassword.phpt7 if (empty($dbase)) die ("skip requires database connection string be set");
H A Dpassword_2.phpt7 if (empty($dbase)) die ("skip requires database connection string be set");
H A Dbug41069.phpt7 if (empty($dbase)) die ("skip requires network connection alias for DB link loopback");
/PHP-5.5/ext/gd/tests/
H A Dlibgd00100.phpt6 if (!GD_BUNDLED) die("skip requires bundled GD library\n");
/PHP-5.5/ext/pcre/
H A Dconfig0.m443 AC_MSG_ERROR([The PCRE extension requires PCRE library version >= 6.6])
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_warning_reflection.phpt20 die("skip Test requires mysqlnd Revision 5.0.4 or newer");
H A Dmysqli_pam_sha256.phpt21 die("skip: SHA-256 requires MySQL 5.6.6+");
H A Dmysqli_pam_sha256_public_key_ini.phpt21 die("skip: SHA-256 requires MySQL 5.6.6+");
/PHP-5.5/Zend/
H A DZend.m475 dnl Ugly hack to check if dlsym() requires a leading underscore in symbol name.
77 AC_MSG_CHECKING([whether dlsym() requires a leading underscore in symbol names])
82 …AC_DEFINE(DLSYM_NEEDS_UNDERSCORE, 1, [Define if dlsym() requires a leading underscore in symbol na…
/PHP-5.5/ext/spl/internal/
H A Diteratoriterator.inc35 * As you can see in the example this approach requires that the class to
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_002U.phpt6 if (version_compare(PHP_VERSION, "6.0", "<")) die("skip requires Unicode support");
/PHP-5.5/ext/com_dotnet/
H A DREADME70 * dotnet support requires that you have the mscoree.h header from the .net sdk
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c76 sapi_stack requires; member
812 php_handler_stack_destroy(&conf->requires); in php_destroy_per_server_info()
842 sapi_stack_init_ex(&conf->requires, 1); in php_create_server()
943 sapi_stack_push(&conf->requires, handler); in php_set_server_handler()
1387 …sapi_stack_apply_with_argument_all(&svr->requires, ZEND_STACK_APPLY_BOTTOMUP, (int (*)(void *eleme… in php_post_read_hook()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt47 // requires MySQL 5+
/PHP-5.5/sapi/caudium/
H A Dconfig.m482 AC_MSG_ERROR([Caudium PHP5 requires Pike 7.0 or newer])
/PHP-5.5/ext/openssl/tests/
H A Dopenssl_x509_parse_basic_v9.phpt5 if (OPENSSL_VERSION_NUMBER > 0x10000000) die("skip Output requires OpenSSL 0.9");
H A Dopenssl_x509_parse_basic.phpt5 if (OPENSSL_VERSION_NUMBER < 0x10000000) die("skip Output requires OpenSSL 1.0");
/PHP-5.5/ext/zip/
H A Dconfig.m443 …AC_MSG_ERROR([zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB in…

Completed in 40 milliseconds

1234567