Searched refs:php_version (Results 1 – 12 of 12) sorted by relevance
/php-src/.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-src/scripts/ |
H A D | phpize.in | 62 …PHP_MINOR_VERSION=`grep '#define PHP_MINOR_VERSION' $includedir/main/php_version.h|$SED 's/#define… 63 …PHP_MAJOR_VERSION=`grep '#define PHP_MAJOR_VERSION' $includedir/main/php_version.h|$SED 's/#define…
|
/php-src/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-src/main/ |
H A D | php_main.h | 31 PHPAPI const char *php_version(void);
|
H A D | main.c | 102 PHPAPI const char *php_version(void) in php_version() function
|
/php-src/.github/workflows/ |
H A D | push.yml | 107 …x.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}-${{hashFiles('main/php_version.h')}}" 166 key: "${{github.job}}-${{hashFiles('main/php_version.h')}}" 206 key: "${{github.job}}-${{matrix.os}}-${{hashFiles('main/php_version.h')}}" 284 key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
|
H A D | nightly.yml | 889 key: "${{github.job}}-${{hashFiles('php/main/php_version.h')}}"
|
/php-src/ |
H A D | configure.ac | 21 AC_CONFIG_SRCDIR([main/php_version.h]) 83 echo "/* automatically generated by configure */" > php_version.h.new 84 echo "/* edit configure.ac to change version number */" >> php_version.h.new 85 echo "#define PHP_MAJOR_VERSION $PHP_MAJOR_VERSION" >> php_version.h.new 86 echo "#define PHP_MINOR_VERSION $PHP_MINOR_VERSION" >> php_version.h.new 89 echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new 90 echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new 91 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1 93 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \ 94 echo 'Updated main/php_version.h' [all …]
|
H A D | CONTRIBUTING.md | 231 ├─ php_version.h # Generated by release managers using `configure`
|
/php-src/docs/ |
H A D | release-process.md | 162 `main/php_version.h`, `Zend/zend.h`, `configure.ac`, and possibly 254 `main/php_version.h`, `Zend/zend.h`, `configure.ac` and `NEWS`. This prepares 271 > `main/php_version.h`, `Zend/zend.h`, and `configure.ac` that end in `-dev`. 505 `main/php_version.h`, `Zend/zend.h`, `configure.ac`, and possibly 883 * update the version numbers in `configure.ac`, `main/php_version.h`,
|
/php-src/build/ |
H A D | php.m4 | 1763 php_version=$($PHP -v | head -n1 | cut -d ' ' -f 2) 1764 AS_VERSION_COMPARE([$php_version], [$php_required_version], [unset PHP]) 1766 [AC_MSG_RESULT([$php_version (too old, install $php_required_version or later)])], 1767 [AC_MSG_RESULT([$php_version (ok)])])
|
Completed in 29 milliseconds