On Sun, Aug 31, 2008 at 10:32, Lukas Smith <[EMAIL PROTECTED]> wrote:
> lsmith          Sun Aug 31 08:32:32 2008 UTC
>
>  Modified files:              (Branch: PHP_5_3)
>    /php-src    README.RELEASE_PROCESS
>  Log:
>  MFH
>
> http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.8&r2=1.1.2.9&diff_format=u
> Index: php-src/README.RELEASE_PROCESS
> diff -u php-src/README.RELEASE_PROCESS:1.1.2.8 
> php-src/README.RELEASE_PROCESS:1.1.2.9
> --- php-src/README.RELEASE_PROCESS:1.1.2.8      Wed Aug  6 21:49:47 2008
> +++ php-src/README.RELEASE_PROCESS      Sun Aug 31 08:32:32 2008
> @@ -20,6 +20,9 @@
>
>  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.

That can't be right.
The extension should be copy&paste from php-src/ext/foobar to pecl/,
sure, but the removal of it from php-src should be done via cvs rm &&
cvs commit otherwise you break bunch of our scripts - especially
version information listing in the manual.

-Hannes

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to