lsmith Sun Aug 31 10:34:57 2008 UTC
Modified files:
/php-src README.RELEASE_PROCESS
Log:
- added further details on the steps necessary to move ext from/to pecl
http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.9&r2=1.10&diff_format=u
Index: php-src/README.RELEASE_PROCESS
diff -u php-src/README.RELEASE_PROCESS:1.9 php-src/README.RELEASE_PROCESS:1.10
--- php-src/README.RELEASE_PROCESS:1.9 Sun Aug 31 08:32:21 2008
+++ php-src/README.RELEASE_PROCESS Sun Aug 31 10:34:56 2008
@@ -21,7 +21,22 @@
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.
+Contact [EMAIL PROTECTED] to get this taken care of.
+
+Moving extensions from php-src to PECL
+- Filesystem: cp -r php-src/ext/foo pecl/foo
+- cvs rm php-src/ext/foo
+
+If the extension is still usable or not dead, in cooperation with the extension
+maintainers if any:
+- create the pecl.php.net/foo package and its content, license, maintainer
+- create the package.xml, commit
+- release the package
+
+Moving extensions from PECL to php-src
+- Filesystem: cp -r pecl/foo php-src/ext/foo
+OR depending on the wishes from the PECL extension maintainer.
+- Filesystem: ln -s pecl/foo php-src/ext/foo
Rolling a non stable release (alpha/beta/RC)
--------------------------------------------
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php