Searched refs:php_version (Results 1 – 9 of 9) sorted by relevance
/PHP-7.4/win32/build/ |
H A D | mkdist.php | 4 $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 D | template.rc | 8 #include "main/php_version.h"
|
/PHP-7.4/ |
H A D | configure.ac | 21 AC_CONFIG_SRCDIR([main/php_version.h]) 136 echo "/* automatically generated by configure */" > php_version.h.new 137 echo "/* edit configure.ac to change version number */" >> php_version.h.new 138 echo "#define PHP_MAJOR_VERSION $PHP_MAJOR_VERSION" >> php_version.h.new 139 echo "#define PHP_MINOR_VERSION $PHP_MINOR_VERSION" >> php_version.h.new 142 echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new 143 echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new 144 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1 146 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \ 147 echo 'Updated main/php_version.h' [all …]
|
H A D | run-tests.php | 1139 $php_version = urlencode(TESTED_PHP_VERSION); 1142 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n");
|
H A D | CONTRIBUTING.md | 210 ├─ php_version.h # Generated by release managers using `configure`
|
H A D | NEWS | 1393 . Fixed bug #78788 (./configure generates invalid php_version.h). (max)
|
/PHP-7.4/ext/oci8/ |
H A D | config.m4 | 198 …php_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-7.4/docs/ |
H A D | release-process.md | 91 5. Bump the version numbers in `main/php_version.h`, `Zend/zend.h`, 119 10. Bump the version numbers in `main/php_version.h`, `Zend/zend.h`, 209 previous RC and bump the version numbers in `main/php_version.h`, 444 3. Request karma to edit `main/php_version.h` and `Zend/zend.h`. Possibly karma 446 `main/php_version.h` in a release branch, you need release manager karma in
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_constants.phpt | 16 $php_version = (int)str_replace('.', '', PHP_VERSION);
|
Completed in 29 milliseconds