Searched refs:version (Results 1 - 25 of 118) sorted by relevance
12345
| /PHP_5_3/build/ |
| H A D | buildcheck.sh | 7 # | This source file is subject to version 3.01 of the PHP license, | 32 ac_version=`$PHP_AUTOCONF --version 2>/dev/null|head -n 1|sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'` 35 echo " You need autoconf version 2.13 or newer installed" 41 echo "buildconf: autoconf version $ac_version found." 42 echo " You need autoconf version 2.13 or newer installed" 48 echo "buildconf: You need autoconf 2.59 or lower to build this version of PHP." 56 echo "buildconf: autoconf version $ac_version (ok)"
|
| /PHP_5_3/ext/bcmath/libbcmath/ |
| H A D | missing | 8 # the Free Software Foundation; either version 2, or (at your option) 9 # any later version. 37 -v, --version output version information and exit 49 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
| /PHP_5_3/ext/pdo_mysql/tests/ |
| H A D | mysql_pdo_test.inc | 93 We're a bit in trouble: PDO_MYSQL returns version strings. 113 $version = (int)$parts[0] * 10000; 114 $version+= (int)$parts[1] * 100; 115 $version+= (int)$parts[2]; 117 return $version; 166 return (bool)preg_match('/Client API version.*mysqlnd/', $tmp);
|
| /PHP_5_3/ext/pgsql/tests/ |
| H A D | skipif.inc | 20 function skip_server_version($version, $op = '<') { _skip_version('server', $version, $op); } 21 function skip_client_version($version, $op = '<') { _skip_version('client', $version, $op); } 24 function _skip_version($type, $version, $op) 27 if (version_compare($pg, $version, $op)) { 28 die("skip {$type} version {$pg} is {$op} {$version}\n");
|
| /PHP_5_3/ext/phar/phar/ |
| H A D | directorygraphiterator.inc | 15 * @version 1.1
|
| H A D | directorytreeiterator.inc | 15 * @version 1.1
|
| H A D | invertedregexiterator.inc | 15 * @version 1.0
|
| H A D | phar.inc | 19 * @version 1.0
|
| /PHP_5_3/ext/spl/examples/ |
| H A D | autoload.inc | 29 * @version 1.0
|
| H A D | cachingrecursiveiterator.inc | 15 * @version 1.2
|
| H A D | directoryfilterdots.inc | 15 * @version 1.2
|
| H A D | directorygraphiterator.inc | 15 * @version 1.1
|
| H A D | directorytree.inc | 15 * @version 1.0
|
| H A D | directorytreeiterator.inc | 15 * @version 1.1
|
| H A D | regexfindfile.inc | 15 * @version 1.1
|
| /PHP_5_3/ext/spl/internal/ |
| H A D | emptyiterator.inc | 15 * @version 1.0
|
| H A D | outeriterator.inc | 15 * @version 1.0
|
| H A D | parentiterator.inc | 15 * @version 1.2
|
| H A D | recursiveiterator.inc | 15 * @version 1.0
|
| /PHP_5_3/ext/zlib/tests/ |
| H A D | func.inc | 5 $version = NULL; 12 $version = $match[1]; 15 return $version;
|
| /PHP_5_3/sapi/cgi/tests/ |
| H A D | include.inc | 11 $version = `$php -n -v`; 12 if (strstr($version, "(cli)")) { 15 } else if (strpos($version, "(cgi")) {
|
| /PHP_5_3/scripts/ |
| H A D | php-config.in | 6 version="@PHP_VERSION@" 65 --version) 66 echo $version;; 83 --version [$version]
|
| /PHP_5_3/ext/gd/tests/ |
| H A D | func.inc | 20 $version = 0;
23 $version = $match[1];
26 return $version;
31 $version = 0;
34 $version = $match[1];
37 return $version;
42 $version = 0;
45 $version = $match[1];
48 return $version;
53 $version [all...] |
| /PHP_5_3/ext/pdo_pgsql/ |
| H A D | pdo_pgsql.c | 7 | This source file is subject to version 3.01 of the PHP license, | 118 php_info_print_table_row(2, "Module version", pdo_pgsql_module_entry.version);
|
| /PHP_5_3/ext/phar/ |
| H A D | tar.h | 9 | This source file is subject to version 3.01 of the PHP license, | 84 char version[2]; /* USTAR version */ member in struct:_tar_header
|
Completed in 45 milliseconds
12345