Home
last modified time | relevance | path

Searched refs:version (Results 76 – 100 of 1251) sorted by relevance

12345678910>>...51

/PHP-8.1/docs/
H A Drelease-process.md86 6. Check `./sapi/cli/php -v` output for version matching.
144 the given version.
257 version, and the second number is the minor version (7.4 in this example).
262 2. Update $data['X.Y'] in `web-php:include/version.inc`
265 * `version` to the full version number (e.g. '8.0.1')
286 5. Update the ChangeLog file for the given major version
335 ## Re-releasing the same version (or -pl)
339 2. Update $data['X.Y'] in `web-php:/include/version.inc`
342 * `version` to the full version number (e.g. '8.0.1-pl1')
380 version also in `win32/build/confutils.js`.
[all …]
/PHP-8.1/ext/libxml/tests/
H A Dbug51903.phpt16 . "<?xml version=\"1.0\"?>\n"
20 . "<?xml version=\"1.0\"?>\n"
24 . "<?xml version=\"1.0\"?>\n"
/PHP-8.1/ext/simplexml/tests/
H A Dbug37386.phpt21 <?xml version="1.0"?>
24 <?xml version="1.0"?>
/PHP-8.1/ext/dom/tests/
H A DDOMCharacterData_data_basic_002.phpt24 <?xml version="1.0"?>
27 <?xml version="1.0"?>
H A Dgh12616_1.phpt29 <?xml version="1.0"?>
33 <?xml version="1.0"?>
H A DDOMComment_replaceData_basic.phpt26 <?xml version="1.0"?>
28 <?xml version="1.0"?>
H A DDOMDocument_relaxNGValidateSource_basic.phpt10 <?xml version="1.0" encoding="UTF-8"?>
24 <?xml version="1.0"?>
H A DDOMDocument_loadXML_error4.phpt4 This test verifies the method detects an unsupported xml version
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
H A DDOMDocument_load_error4.phpt4 This test verifies the method detects an unsupported xml version
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug_39858.phpt15 die(sprintf("skip Cannot determine MySQL Server version\n"));
17 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
18 if ($version < 50000)
20 $matches[1], $matches[2], $matches[3], $version));
H A Dpdo_mysql_phpinfo.phpt21 /* PDO Driver for MySQL, client library version => 6.0.3-alpha */
22 $reg = 'Client API version.*' . preg_quote($db->getAttribute(PDO::ATTR_CLIENT_VERSION), '/');
/PHP-8.1/ext/dom/
H A Ddomimplementation.c38 zend_string *feature, *version; in PHP_METHOD() local
40 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS", &feature, &version) == FAILURE) { in PHP_METHOD()
44 RETURN_BOOL(dom_has_feature(feature, version)); in PHP_METHOD()
224 char *feature, *version; in PHP_METHOD() local
226 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &feature, &feature_len, &version, &version_len) =… in PHP_METHOD()
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt7 $version = SQLite3::version();
8 if ($version['versionNumber'] < 3007004) {
/PHP-8.1/sapi/cgi/tests/
H A Dinclude.inc11 $version = `$php -n -v`;
12 if (strstr($version, "(cli)")) {
15 } else if (strpos($version, "(cgi")) {
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug29839.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
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): ?string {
39 <?xml version="1.0" encoding="UTF-8"?>
41 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.1/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt30 ["version"]=>
98 ["version"]=>
168 ["version"]=>
240 ["version"]=>
312 ["version"]=>
404 ["version"]=>
462 ["version"]=>
528 ["version"]=>
598 ["version"]=>
672 ["version"]=>
[all …]
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt17 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
21 $version = explode('.', $tmp['server_version']);
22 if (empty($version))
23 printf("[005] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
25 if ($version[0] <= 4 && $version[1] < 1)
H A Dmysqli_character_set.phpt23 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
27 $version = explode('.', $tmp['server_version']);
28 if (empty($version))
29 printf("[003] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
31 if ($version[0] <= 4 && $version[1] < 1)
H A Dmysqli_query_stored_proc.phpt13 die(sprintf('skip Needs MySQL 5.0+, found version %d.', mysqli_get_server_version($link)));
100 if (!mysqli_query($link, 'CALL p(@version)'))
103 if (!mysqli_query($link, "SET @version = 'unknown'"))
106 if (!mysqli_query($link, 'CALL p(@version)'))
109 if (!$res = mysqli_query($link, 'SELECT @version as _vers'))
128 if (!mysqli_query($link, "CALL p('myversion', @version)"))
131 if (!mysqli_query($link, "SET @version = 'unknown'"))
134 if (!mysqli_query($link, "CALL p('myversion', @version)"))
137 if (!$res = mysqli_query($link, 'SELECT @version as _vers'))
/PHP-8.1/ext/soap/tests/soap12/
H A DT05.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT10.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"?>
H A DT29.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"?>

Completed in 47 milliseconds

12345678910>>...51