Home
last modified time | relevance | path

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

/php-src/.github/scripts/windows/
H A Dfind-target-branch.bat3 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 Dphpize.in62 …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 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-src/main/
H A Dphp_main.h31 PHPAPI const char *php_version(void);
H A Dmain.c99 PHPAPI const char *php_version(void) in php_version() function
/php-src/
H A Dconfigure.ac21 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 DCONTRIBUTING.md235 ├─ php_version.h # Generated by release managers using `configure`
/php-src/.github/workflows/
H A Dpush.yml117 …x.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}-${{hashFiles('main/php_version.h')}}"
172 key: "${{github.job}}-${{matrix.os}}-${{hashFiles('main/php_version.h')}}"
249 key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
H A Dnightly.yml825 key: "${{github.job}}-${{hashFiles('php/main/php_version.h')}}"
/php-src/build/
H A Dphp.m41785 php_version=$($PHP -v | head -n1 | cut -d ' ' -f 2 | cut -d '-' -f 1)
1786 if test -z "$php_version"; then
1787 php_version=0.0.0
1790 set $php_version
1795 AC_MSG_RESULT([$php_version (too old)])
1798 AC_MSG_RESULT([$php_version (ok)])
/php-src/docs/
H A Drelease-process.md163 `main/php_version.h`, `Zend/zend.h`, `configure.ac`, and possibly
244 `main/php_version.h`, `Zend/zend.h`, `configure.ac` and `NEWS`. This prepares
261 > `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
873 * update the version numbers in `configure.ac`, `main/php_version.h`,

Completed in 43 milliseconds