Home
last modified time | relevance | path

Searched refs:version (Results 1076 – 1100 of 1203) sorted by relevance

1...<<414243444546474849

/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_3.phpt12 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
H A Dbind_number.phpt7 die("skip test expected to work only with Oracle 10g or greater version of client");
H A Dconn_attr_4.phpt16 die("skip test expected to work only with Oracle 10g or greater version of client");
H A Dbind_char_4.phpt7 // The bind buffer size edge cases seem to change each DB version.
14 die("skip test expected to work only with Oracle 11g or greater version of client");
H A Dbind_char_3.phpt7 // The bind buffer size edge cases seem to change each DB version.
14 die("skip test expected to work only with Oracle 11g or greater version of client");
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_change_user_oo.phpt11 die("skip Your MySQL Server version has a known bug that will cause a crash");
H A Dmysqli_driver.phpt113 … in your SQL syntax; check the manual that corresponds to your %s server version for the right syn…
/PHP-5.5/ext/soap/tests/
H A Dbug68361.phpt9 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/phar/tests/
H A Dmounteddir.phpt6 if (version_compare(PHP_VERSION, "6.0", ">")) die("skip pre-unicode version of PHP required");
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-error.phpt81 Unknown SNMP protocol version
/PHP-5.5/ext/spl/internal/
H A Dcachingiterator.inc15 * @version 1.2
H A Dregexiterator.inc15 * @version 1.0
/PHP-5.5/ext/xml/tests/
H A Dbug32001b.phpt41 $data .= "<?xml version=\"1.0\" encoding=\"$canonical_name\" ?>\n";
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt8 // Too many differences among MySQL version - run only with a recent one
12 $version = ((int)substr($row['_version'], 0, 1) * 10) + (int)substr($row['_version'], 2, 1);
13 if ($version < 51)
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME365 . In environments where the gcc compiler is used and lcov version 1.6 or above
408 unmodified distribution version of readline is in use), it may be necessary
524 pcre-config --version
526 prints the version number, and
588 run it on the local host to make a new version of pcre_chartables.c.dist.
589 Then when you cross-compile PCRE this new version of the tables will be used.
717 first few lines, where the Perl version is given instead of the PCRE version.
803 for ./configure, a different version of pcre_chartables.c is built by the
948 doc/pcre.txt plain text version of the man pages
990 pcre.h.generic ) a version of the public PCRE header file
[all …]
/PHP-5.5/ext/oci8/
H A Doci8_interface.c2009 char *version = NULL; local
2011 php_oci_client_get_version(&version TSRMLS_CC);
2012 RETURN_STRING(version, 0);
2022 char *version = NULL; local
2030 if (php_oci_server_get_version(connection, &version TSRMLS_CC)) {
2034 RETURN_STRING(version, 0);
/PHP-5.5/ext/spl/examples/
H A Ddualiterator.inc15 * @version 1.3
/PHP-5.5/tests/security/
H A Dopen_basedir.inc9 // Note also depending on the version of php being tested, so the open_basedir
/PHP-5.5/ext/gd/libgd/
H A DREADME12 combination. By putting a version of GD into PHP CVS we have provided
/PHP-5.5/
H A Dltmain.sh490 --version)
1500 -avoid-version)
1783 -version-info)
1787 -version-number)
2300 $echo "*** shared version of the library, which you do not appear to have"
3618 $echo "*** shared version of the library, which I believe you do not have"
3731 $echo "*** shared version of the library, which you do not appear to have"
3783 $echo "*** shared version of the library, which you do not appear to have"
3865 $echo "*** libtool will only create a static version of it."
4284 $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2
[all …]
H A Dconfigure.in127 dnl Allow version values to be used in Makefile
139 dnl Setting up the PHP version based on the information above.
143 echo "/* edit configure.in to change version number */" >> php_version.h.new
295 GCC_MAJOR_VERSION=`$CC --version | $SED -n '1s/[[^0-9]]*//;1s/\..*//;1p'`
790 dnl remove "none" when introducing the first incompatible LTP version an
800 AC_CACHE_CHECK([for ltp version], php_cv_ltp_version, [
825 …ltp_msg="This LTP version is not supported (found: $ltp_version, min: $ltp_version_min, excluded: …
1048 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module"
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strtolower_variation2.phpt11 * Description: Returns a lowercased version of $sourcestring
H A Dmb_strtoupper_variation2.phpt11 * Description: Returns a uppercased version of $sourcestring
/PHP-5.5/ext/dom/
H A Dnode.c61 ZEND_ARG_INFO(0, version)
93 ZEND_ARG_INFO(0, version)
1514 char *feature, *version; in PHP_FUNCTION() local
1516 …C, getThis(), "Oss", &id, dom_node_class_entry, &feature, &feature_len, &version, &version_len) ==… in PHP_FUNCTION()
1520 if (dom_has_feature(feature, version)) { in PHP_FUNCTION()
/PHP-5.5/ext/standard/html_tables/mappings/
H A DKOI8-R.TXT3 # Unicode version: 3.0
4 # Table version: 1.0
41 # 1.0 version: created.

Completed in 78 milliseconds

1...<<414243444546474849