Home
last modified time | relevance | path

Searched refs:version (Results 51 – 75 of 1203) sorted by relevance

12345678910>>...49

/PHP-5.5/
H A Dphp5.spec.in1 %define version @VERSION@
8 Version: %{version}
11 Source: http://www.php.net/get/php-%{version}.tar.gz/from/a/mirror
16 BuildRoot: /var/tmp/php-%{version}
H A DLICENSE2 The PHP License, version 3.01
29 license from time to time. Each version will be given a
30 distinguishing version number.
31 Once covered code has been published under a particular version
33 of that version. You may also choose to use such covered code
34 under the terms of any subsequent version of the license
/PHP-5.5/ext/dom/tests/
H A DDOMCharacterData_data_basic_002.phpt24 <?xml version="1.0"?>
27 <?xml version="1.0"?>
H A DDOMComment_replaceData_basic.phpt26 <?xml version="1.0"?>
28 <?xml version="1.0"?>
H A DDOMDocument_relaxNGValidateSource_basic.phpt12 <?xml version="1.0" encoding="UTF-8"?>
26 <?xml version="1.0"?>
/PHP-5.5/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt50 ["version"]=>
118 ["version"]=>
188 ["version"]=>
260 ["version"]=>
332 ["version"]=>
424 ["version"]=>
482 ["version"]=>
548 ["version"]=>
618 ["version"]=>
692 ["version"]=>
[all …]
/PHP-5.5/ext/phar/tests/
H A Dphpinfo_001.phpt27 Phar EXT version => %s
28 Phar API version => 1.1.1
49 Phar EXT version => %s
50 Phar API version => 1.1.1
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_pecl_7976.phpt14 die(sprintf("skip Cannot determine MySQL Server version\n"));
16 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
17 if ($version < 50000)
19 $matches[0], $matches[1], $matches[2], $version));
H A Dbug_39858.phpt14 die(sprintf("skip Cannot determine MySQL Server version\n"));
16 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
17 if ($version < 50000)
19 $matches[0], $matches[1], $matches[2], $version));
H A Dpdo_mysql_phpinfo.phpt20 /* PDO Driver for MySQL, client library version => 6.0.3-alpha */
21 $reg = 'Client API version.*' . preg_quote($db->getAttribute(PDO::ATTR_CLIENT_VERSION), '/');
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt5 $version = SQLite3::version();
6 if ($version['versionNumber'] < 3007004) {
/PHP-5.5/ext/xmlrpc/tests/
H A D003.phpt36 <?xml version="1.0" encoding="utf-8"?>
63 <?xml version="1.0" encoding="utf-8"?>
83 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.5/sapi/thttpd/
H A Dconfig.m417 if grep thttpd.2.21b $PHP_THTTPD/version.h >/dev/null; then
21 elif grep Premium $PHP_THTTPD/version.h >/dev/null; then
24 AC_MSG_ERROR([This version only supports thttpd-2.21b and Premium thttpd])
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_character_set.phpt27 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
31 $version = explode('.', $tmp['server_version']);
32 if (empty($version))
33 printf("[003] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
35 if ($version[0] <= 4 && $version[1] < 1)
H A Dmysqli_set_charset.phpt20 if (!($res = mysqli_query($link, 'SELECT version() AS server_version')) ||
23 die(sprintf("skip Cannot check server version, [%d] %s\n",
27 $version = explode('.', $tmp['server_version']);
28 if (empty($version)) {
30 die(sprintf("skip Cannot check server version, based on '%s'",
34 if ($version[0] <= 4 && $version[1] < 1) {
/PHP-5.5/ext/simplexml/tests/
H A Dbug37386.phpt21 <?xml version="1.0"?>
24 <?xml version="1.0"?>
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug36629.phpt18 <?xml version="1.0" encoding="ISO-8859-1"?>
33 <?xml version="1.0" encoding="ISO-8859-1"?>
49 <?xml version="1.0" encoding="UTF-8"?>
51 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug29839.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
39 <?xml version="1.0" encoding="UTF-8"?>
41 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug34453.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
39 <?xml version="1.0" encoding="UTF-8"?>
41 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/Zend/
H A DLICENSE24 of the license from time to time. Each version will be given a
25 distinguishing version number.
26 Once covered code has been published under a particular version
28 terms of that version. You may also choose to use such covered
29 code under the terms of any subsequent version of the license
/PHP-5.5/ext/soap/tests/
H A Dsetheaders.phpt27 <?xml version="1.0" encoding="UTF-8"?>
29 <?xml version="1.0" encoding="UTF-8"?>
31 <?xml version="1.0" encoding="UTF-8"?>
33 <?xml version="1.0" encoding="UTF-8"?>
35 <?xml version="1.0" encoding="UTF-8"?>
37 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/soap/tests/soap12/
H A DT10.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT37.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT05.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT15.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>

Completed in 28 milliseconds

12345678910>>...49