From b9f99a3aed07a92deb297655c110d57ef083bfd4 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 14 May 2018 23:50:42 +0200 Subject: [PATCH] Fix typos --- README.RELEASE_PROCESS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index bb08e5faed7..1c549361e7d 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -37,7 +37,7 @@ Most developers should have this. Moving extensions from php-src to PECL - Checkout the pecl directory, most likely you want a sparse-root checkout svn co --depth=empty https://svn.php.net/repository/pecl -- Create an directory for the extension incl. branch and tag structure, +- Create a directory for the extension incl. branch and tag structure, no trunk at this point and commit this to svn cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit - Move the extension from php-src to the new location @@ -50,7 +50,7 @@ maintainers if any: - create the package.xml, commit - release the package -For Moving extensions from PECL to php-src the svn mv has to be tone the other +For Moving extensions from PECL to php-src the svn mv has to be done the other way round. Rolling a non stable release (alpha/beta/RC) @@ -188,7 +188,7 @@ credits files in ext/standard. 9. run: ``PHPROOT=. ./makedist php 5.4.1``, this will export the tag, create configure and build three tarballs (gz, bz2 and xz). Check if the pear files are updated (phar). - On some systems the behavior of GNU tar can default to produce POSIX complaint archives + On some systems the behavior of GNU tar can default to produce POSIX compliant archives with PAX headers. As not every application is compatible with that format, creation of archives with PAX headers should be avoided. When packaging on such a system, the GNU tar can be influenced by defining the environment variable TAR_OPTIONS='--format=gnu'. @@ -365,7 +365,7 @@ New Release Manager Checklist one or more of the previous RMs sign your key. Publish your public key to pgp.mit.edu with: `gpg --keyserver pgp.mit.edu --send-keys $KEYID` -3. Request karma to eding main/php_version.h. Possibly karma for other restricted parts of +3. Request karma to edit main/php_version.h. Possibly karma for other restricted parts of php-src might come in question. 4. Request karma for web/qa.git and web/php.git for publishing release announcements.