Searched refs:php_version (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/.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.3/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.3/main/ |
H A D | php_main.h | 31 PHPAPI const char *php_version(void);
|
H A D | main.c | 99 PHPAPI const char *php_version(void) in php_version() function
|
/PHP-8.3/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.3/.github/workflows/ |
H A D | push.yml | 105 …x.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}-${{hashFiles('main/php_version.h')}}" 163 key: "${{github.job}}-${{hashFiles('main/php_version.h')}}" 193 key: "${{github.job}}-${{hashFiles('main/php_version.h')}}" 266 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.3/ |
H A D | configure.ac | 21 AC_CONFIG_SRCDIR([main/php_version.h]) 88 echo "/* automatically generated by configure */" > php_version.h.new 89 echo "/* edit configure.ac to change version number */" >> php_version.h.new 90 echo "#define PHP_MAJOR_VERSION $PHP_MAJOR_VERSION" >> php_version.h.new 91 echo "#define PHP_MINOR_VERSION $PHP_MINOR_VERSION" >> php_version.h.new 94 echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new 95 echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new 96 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1 98 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \ 99 echo 'Updated main/php_version.h' [all …]
|
H A D | CONTRIBUTING.md | 232 ├─ php_version.h # Generated by release managers using `configure`
|
/PHP-8.3/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.3/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`. 495 `main/php_version.h`, `Zend/zend.h`, `configure.ac`, and possibly 862 * update the version numbers in `configure.ac`, `main/php_version.h`,
|
Completed in 42 milliseconds