Home
last modified time | relevance | path

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

/PHP-7.3/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;
282 Version: $php_version
H A Dtemplate.rc8 #include "main/php_version.h"
/PHP-7.3/win32/
H A Dphp7ts.rc212 #include "../main/php_version.h"
H A Dphp7ts_cli.rc212 #include "../main/php_version.h"
H A Dphp7dllts.rc212 #include "../main/php_version.h"
/PHP-7.3/ext/oci8/
H A Dconfig.m4192php_version=`$PHP_CONFIG --version 2>/dev/null|head -n 1|$PHP_OCI8_SED -e 's#\([0-9]\.[0-9]*\.[0-9…
194 php_version=`echo "$tmp_version"|$PHP_OCI8_SED -e 's#\([0-9]\.[0-9]*\.[0-9]*\)\(.*\)#\1#'`
197 if test -z "$php_version"; then
203 set $php_version
208 …ERROR([You need at least PHP 5.2.0 to be able to use this version of OCI8. PHP $php_version found])
210 AC_MSG_RESULT([$php_version, ok])
/PHP-7.3/
H A Dconfigure.ac130 echo "/* automatically generated by configure */" > php_version.h.new
131 echo "/* edit configure.ac to change version number */" >> php_version.h.new
132 echo "#define PHP_MAJOR_VERSION $PHP_MAJOR_VERSION" >> php_version.h.new
133 echo "#define PHP_MINOR_VERSION $PHP_MINOR_VERSION" >> php_version.h.new
134 echo "#define PHP_RELEASE_VERSION $PHP_RELEASE_VERSION" >> php_version.h.new
136 echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new
137 echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new
138 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
140 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
141 echo 'Updated main/php_version.h'
[all …]
H A D.gitignore79 php_version.h
H A DREADME.RELEASE_PROCESS68 5. Bump the version numbers in ``main/php_version.h``, ``configure.ac`` and possibly ``NEWS``.
82 10. Bump the version numbers in ``main/php_version.h``, ``configure.ac`` and ``NEWS``
163 and bump the version numbers in ``main/php_version.h``, ``configure.ac`` and possibly ``NEWS``.
365 3. Request karma to edit main/php_version.h. Possibly karma for other restricted parts of
H A Drun-tests.php1054 $php_version = urlencode(TESTED_PHP_VERSION);
1057 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n");
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_constants.phpt16 $php_version = (int)str_replace('.', '', PHP_VERSION);

Completed in 24 milliseconds