Searched refs:release (Results 1 – 25 of 35) sorted by relevance
12
/PHP-7.4/docs/ |
H A D | release-process.md | 1 # PHP release process 8 2. Package two days before a release. So if the release is to be on Thursday, 75 8. There is a PHP release Docker image https://github.com/sgolemon/php-release 88 4. Checkout the release branch for this release (e.g., PHP-7.4.2) from the main 150 16. Once the release has been tagged, contact the release-managers@ distribution 190 and "the possible release date of either the next RC, or the final release". 206 ## Rolling a stable release 263 12. Once the release has been tagged, contact release managers, Windows 284 release 419 release. [all …]
|
H A D | self-contained-extensions.md | 161 If you plan to release an extension to the PECL website, there are several
|
/PHP-7.4/scripts/dev/ |
H A D | makedist | 18 Creates PHP release packages (tar.gz, tar.bz2, tar.xz) from the php-src Git 31 script needs a consistent tagging of releases. Each release 53 Create release packages for the stable tag php-7.4.0: 56 Create release candidate packages for the tag php-7.4.0RC1: 59 Create release packages from a remote Git repository for the tag php-7.4.0:
|
/PHP-7.4/Zend/tests/ |
H A D | bug77922.phpt | 2 Bug #77922: Double release of doc comment on inherited shadow property
|
/PHP-7.4/ext/posix/tests/ |
H A D | posix_uname_basic.phpt | 23 [release] => %s
|
/PHP-7.4/ext/sysvsem/tests/ |
H A D | nowait.phpt | 64 to release the parent semaphore */ 77 echo "P: failed to release semaphore\n"; 106 echo "C: Failed to release semaphore\n";
|
H A D | sysv.phpt | 75 echo "Fail to release $sem_id semaphore.\n";
|
/PHP-7.4/ext/tidy/ |
H A D | config.w32 | 23 AC_DEFINE('HAVE_TIDYRELEASEDATE', 1, "tidy release date function")
|
/PHP-7.4/ext/standard/tests/mail/ |
H A D | mail_skipif.inc | 5 …// be sure mail server is accessible... on PHP 5.3.13 release build, using test-pack PHP-5.3-r1af8…
|
/PHP-7.4/ext/pdo_dblib/tests/ |
H A D | config.inc | 13 // hasn't made it to numbered release yet
|
/PHP-7.4/ext/standard/tests/network/ |
H A D | news.rss | 24 …availability of PHP 5.4.37. Six security-related bugs were fixed in this release, including CVE-20…
|
/PHP-7.4/ext/phar/ |
H A D | config.w32 | 21 /* Silence irrelevant-to-us warning in release builds */
|
/PHP-7.4/ |
H A D | CONTRIBUTING.md | 5 websites is a never ending one. With every release, or release candidate comes a 44 are only used for release management. 210 ├─ php_version.h # Generated by release managers using `configure` 312 confirmation from the release manager for the given branch. 334 | PHP-7.4 | Is used to release the PHP 7.4.x series. This is a current stable version and is open… 335 | PHP-7.3 | Is used to release the PHP 7.3.x series. This is a current stable version and is open… 336 | PHP-7.2 | Is used to release the PHP 7.2.x series. This is an old stable version and is open fo… 346 | PHP-X.Y.Z | These branches are used for the release managers for tagging the releases, hence they… 358 release* version with the given change. In other words, news about a bug fix
|
H A D | buildconf | 40 -f, --force Regenerate configure files in PHP release packages.
|
H A D | README.md | 129 - [PHP release process](/docs/release-process.md)
|
H A D | .gitignore | 258 # Archives generated during the PHP release process
|
/PHP-7.4/build/ |
H A D | libtool.m4 | 1443 …library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$… 1518 …library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$share… 1532 …library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$… 1551 …library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} … 1662 …ibrary_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$m… 1696 …library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$… 1741 …library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$… 1750 …library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$… 1796 …library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$… 1810 …library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$… [all …]
|
H A D | shtool | 1229 if [ -f /etc/lsb-release ]; then 1230 eval `( . /etc/lsb-release 1240 /bin/ls *[_-]release *[_-]version 2>/dev/null | env -i sort | \ 1242 echo redhat-release lsb-release`
|
H A D | ltmain.sh | 1164 release= 1737 -release) 1738 prev=release 3147 if test -n "$release"; then 3148 $echo "$modename: warning: \`-release' is ignored for archives" 1>&2 3224 if test -n "$release"; then 3411 if test -z "$vinfo" && test -n "$release"; then 3459 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) 3561 release_save=$release 3567 release=""
|
H A D | config.guess | 259 release='-gnu' 262 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` 268 GUESS=$machine-${os}${release}${abi-}
|
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitExecAllocator.c | 125 if (atoi(name.release) >= 18) { in get_map_jit_flag()
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_constants.phpt | 206 /* could be that MySQL/libmysql 5.6.9 had the flag already but it was no stable release */
|
/PHP-7.4/azure/ |
H A D | community_job.yml | 10 # pre-release versions of PHP.
|
/PHP-7.4/win32/build/ |
H A D | config.w32.phpize.in | 73 // Set some debug/release specific options
|
/PHP-7.4/ext/standard/ |
H A D | info.c | 712 php_uname = buf.release; in php_get_uname() 721 buf.sysname, buf.nodename, buf.release, buf.version, in php_get_uname()
|
Completed in 97 milliseconds
12