Searched refs:php_version (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/.github/scripts/windows/ |
H A D | find-target-branch.bat | 3 for /f "usebackq tokens=3" %%i in (`findstr PHP_MAJOR_VERSION main\php_version.h`) do set BRANCH=%%i 4 for /f "usebackq tokens=3" %%i in (`findstr PHP_MINOR_VERSION main\php_version.h`) do set BRANCH=%B…
|
/PHP-8.2/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-8.2/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 …need at least PHP 8.1.0 to be able to use this version of OCI8. Use OCI8 1.4 for PHP $php_version]) 216 …need at least PHP 8.1.0 to be able to use this version of OCI8. Use OCI8 2.0 for PHP $php_version]) 218 …need at least PHP 8.1.0 to be able to use this version of OCI8. Use OCI8 2.2 for PHP $php_version]) 220 …need at least PHP 8.1.0 to be able to use this version of OCI8. Use OCI8 3.0 for PHP $php_version]) 222 AC_MSG_RESULT([$php_version, ok])
|
/PHP-8.2/.github/workflows/ |
H A D | push.yml | 90 …& 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}" 141 key: "${{github.job}}-${{hashFiles('main/php_version.h')}}" 171 key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
|
H A D | nightly.yml | 887 key: "${{github.job}}-${{hashFiles('php/main/php_version.h')}}"
|
/PHP-8.2/ |
H A D | configure.ac | 21 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 D | CONTRIBUTING.md | 210 ├─ php_version.h # Generated by release managers using `configure`
|
/PHP-8.2/build/ |
H A D | php.m4 | 1883 php_version=$($PHP -v | head -n1 | cut -d ' ' -f 2 | cut -d '-' -f 1) 1884 if test -z "$php_version"; then 1885 php_version=0.0.0 1888 set $php_version 1893 AC_MSG_RESULT([$php_version (too old)]) 1896 AC_MSG_RESULT([$php_version (ok)])
|
/PHP-8.2/docs/ |
H A D | release-process.md | 164 `main/php_version.h`, `Zend/zend.h`, `configure.ac`, and possibly 245 `main/php_version.h`, `Zend/zend.h`, `configure.ac` and `NEWS`. This prepares 262 > `main/php_version.h`, `Zend/zend.h`, and `configure.ac` that end in `-dev`. 496 `main/php_version.h`, `Zend/zend.h`, `configure.ac`, and possibly 863 * update the version numbers in `configure.ac`, `main/php_version.h`,
|
Completed in 41 milliseconds