From: Lukas Smith Date: Sun, 31 Aug 2008 08:32:21 +0000 (+0000) Subject: added note about how to move extensions from/to pecl X-Git-Tag: BEFORE_HEAD_NS_CHANGE~508 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c48a427a5d7cdf3a806b5bc155a2cd1ed86a103;p=php added note about how to move extensions from/to pecl --- diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index 58aa4a02d5..12c05ad7a1 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -20,6 +20,9 @@ php/QA/bug websites try to have someone from the webmaster team (Bjori) on hand. 5. Verify the tags to be extra sure everything was tagged properly. +6. Moving extensions from/to PECL requires root level access to the CVS server. +Do not use cvs rm, because this will prevent moving the CVS history. + Rolling a non stable release (alpha/beta/RC) --------------------------------------------