Home
last modified time | relevance | path

Searched refs:version (Results 1051 – 1075 of 1131) sorted by relevance

1...<<414243444546

/PHP-5.3/ext/phar/tests/zip/
H A Dbug48791.phpt13 <?xml version="1.0" encoding="UTF-8"?>
14 …" xmlns:rdfa="http://docs.oasis-open.org/opendocument/meta/rdfa#" office:version="1.2"><office:scr…
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in29 ** The version of the SQLite library.
38 ** The version string is also compiled into the library so that a program
40 ** the same version.
490 ** SQLite version 3 defines SQLITE_TEXT differently. To allow both
491 ** version 2 and version 3 to be included, undefine them both if a
492 ** conflict is seen. Define SQLITE2_TEXT to be the version 2 value.
738 ** machine loaded with the compiled version of the original query ready for
/PHP-5.3/
H A DNEWS1173 version. (Chris Jones)
1874 version support. (Pierre)
3871 - Upgraded PCRE to version 7.6 (Nuno)
3994 - Upgraded PCRE to version 7.3 (Nuno)
4116 - Upgraded PCRE to version 7.2 (Nuno)
4505 . c-client (imap) to version 2006e
4507 . libmysql (MySQL) to version 5.0.37
4508 . openssl to version 0.9.8e
4509 - Upgraded PCRE to version 7.0 (Nuno)
4798 thread safe version). (Dmitry)
[all …]
H A Dconfigure.in7 dnl ## set the PHP version, deal with platform-specific compile
49 dnl Allow version values to be used in Makefile
61 dnl Setting up the PHP version based on the information above.
65 echo "/* edit configure.in to change version number */" >> php_version.h.new
217 GCC_MAJOR_VERSION=`$CC --version | $SED -n '1s/[[^0-9]]*//;1s/\..*//;1p'`
723 AC_CACHE_CHECK([for ltp version], php_cv_ltp_version, [
985 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module"
H A Dconfig.guess55 version="\
73 --version | -v )
74 echo "$version" ; exit ;;
H A DTODO116 * Add a version number to data serialized via serialize().
H A DCODING_STANDARDS9 well into version 5 releases, many sections have been recoded to use
67 library is missing a function, do not define the PHP version of the
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c2191 uint32_t version; local
2265 version = swap4(ptr[1]);
2267 version = ptr[1];
2268 if (version != VERSIONNO) {
2271 VERSIONNO, dbname, version);
/PHP-5.3/ext/dom/
H A Dphp_dom.c1465 int dom_has_feature(char *feature, char *version) in dom_has_feature() argument
1469 if (!(strcmp (version, "1.0") && strcmp (version,"2.0") && strcmp(version, ""))) { in dom_has_feature()
1470 if ((!strcasecmp(feature, "Core") && !strcmp (version, "1.0")) || !strcasecmp(feature, "XML")) in dom_has_feature()
/PHP-5.3/ext/oci8/tests/
H A Drefcur_prefetch_2.phpt10 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
H A Drefcur_prefetch_1.phpt10 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
H A Dbug43497_92.phpt122 $data = "<?xml version=\"1.0\"?><records>" . $s . "</records>";
H A Dbind_misccoltypes.phpt8 die("skip test expected to work only with Oracle 10g or greater version of client");
H A Dbind_char_1_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt12 die(sprintf('skip Needs MySQL 4.1+, found version %d.', mysqli_get_server_version($link)));
H A Dmysqli_stmt_bind_param_call_user_func.phpt307 …printf("[048] [%d] (Message might vary with MySQL Server version, e.g. No data supplied for parame…
327 …printf("[052] [%d] (Message might vary with MySQL Server version, e.g. No data supplied for parame…
/PHP-5.3/ext/oci8/
H A Doci8.c50 #error This version of the PHP OCI8 extension is not compatible with PHP 6 or later
2190 char version[256]; in php_oci_connection_ping()
2192 …rrcode), OCIServerVersion, (connection->svc, OCI_G(err), (text *)version, sizeof(version), OCI_HTY… in php_oci_connection_ping()
2446 void php_oci_client_get_version(char **version TSRMLS_DC) in php_oci_client_get_version()
2461 *version = estrdup(version_buff); in php_oci_client_get_version()
2469 int php_oci_server_get_version(php_oci_connection *connection, char **version TSRMLS_DC) in php_oci_server_get_version()
2481 *version = estrdup(version_buff); in php_oci_server_get_version()
/PHP-5.3/ext/iconv/
H A Diconv.c246 char *version = "unknown"; in PHP_INI_END() local
255 version = buf; in PHP_INI_END()
258 version = (char *)gnu_get_libc_version(); in PHP_INI_END()
260 version = "OS built-in"; in PHP_INI_END()
272 REGISTER_STRING_CONSTANT("ICONV_VERSION", version, CONST_CS | CONST_PERSISTENT); in PHP_INI_END()
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt164 … your SQL syntax; check the manual that corresponds to your MySQL server version for the right syn…
H A Dpdo_mysql_types.phpt112 // no chance to return int with the current PDO version - we are forced to return strings
H A Dpdo_mysql_prepare_native.phpt62 // Trying to hack around MySQL Server version dependent features
160 // Not every MySQL Server version supports this
/PHP-5.3/ext/interbase/
H A Dibase_query.c349 ib_query->out_sqlda->version = SQLDA_CURRENT_VERSION; in _php_ibase_alloc_query()
369 ib_query->out_sqlda->version = SQLDA_CURRENT_VERSION; in _php_ibase_alloc_query()
379 ib_query->in_sqlda->version = SQLDA_CURRENT_VERSION; in _php_ibase_alloc_query()
389 ib_query->in_sqlda->version = SQLDA_CURRENT_VERSION; in _php_ibase_alloc_query()
/PHP-5.3/ext/spl/internal/
H A Dsplfileobject.inc15 * @version 1.1
/PHP-5.3/ext/xml/tests/
H A Dbug32001.phpt38 $data .= "<?xml version=\"1.0\" encoding=\"$canonical_name\" ?>\n";
/PHP-5.3/win32/build/
H A Dconfutils.js145 var version = execute(command + '" 2>&1"');
148 if (version.match(/x64/)) {
152 if (version.match(/(\d+\.\d+(\.\d+)?(\.\d+)?)/)) {

Completed in 163 milliseconds

1...<<414243444546