Home
last modified time | relevance | path

Searched refs:php_version (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/win32/build/
H A Dmkdist.php4 $php_version = $argv[1]; variable
17 $dist_dir = $build_dir . "/php-" . $php_version;
18 $test_dir = $build_dir . "/php-test-pack-" . $php_version;
19 $pecl_dir = $build_dir . "/pecl-" . $php_version;
281 Version: $php_version
H A Dtemplate.rc8 #include "main/php_version.h"
/PHP-8.0/
H A Dconfigure.ac21 AC_CONFIG_SRCDIR([main/php_version.h])
86 echo "/* automatically generated by configure */" > php_version.h.new
87 echo "/* edit configure.ac to change version number */" >> php_version.h.new
88 echo "#define PHP_MAJOR_VERSION $PHP_MAJOR_VERSION" >> php_version.h.new
89 echo "#define PHP_MINOR_VERSION $PHP_MINOR_VERSION" >> php_version.h.new
92 echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new
93 echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new
94 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
96 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
97 echo 'Updated main/php_version.h'
[all …]
H A Drun-tests.php1158 $php_version = urlencode(TESTED_PHP_VERSION);
1161 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n");
H A DCONTRIBUTING.md207 ├─ php_version.h # Generated by release managers using `configure`
/PHP-8.0/ext/oci8/
H A Dconfig.m4198php_version=`$PHP_CONFIG --version 2>/dev/null|head -n 1|$PHP_OCI8_SED -e 's#\([0-9]\.[0-9]*\.[0-9…
200 php_version=`echo "$tmp_version"|$PHP_OCI8_SED -e 's#\([0-9]\.[0-9]*\.[0-9]*\)\(.*\)#\1#'`
203 if test -z "$php_version"; then
209 set $php_version
214 …ERROR([You need at least PHP 5.2.0 to be able to use this version of OCI8. PHP $php_version found])
216 AC_MSG_RESULT([$php_version, ok])
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_constants.phpt15 $php_version = (int)str_replace('.', '', PHP_VERSION);
/PHP-8.0/docs/
H A Drelease-process.md91 5. Bump the version numbers in `main/php_version.h`, `Zend/zend.h`,
120 10. Bump the version numbers in `main/php_version.h`, `Zend/zend.h`,
212 previous RC and bump the version numbers in `main/php_version.h`,
466 3. Request karma to edit `main/php_version.h` and `Zend/zend.h`. Possibly karma
468 `main/php_version.h` in a release branch, you need release manager karma in

Completed in 58 milliseconds