We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ae7e5 commit f536be8Copy full SHA for f536be8
README.RELEASE_PROCESS
@@ -25,7 +25,7 @@ Most developers should have this.
25
26
Moving extensions from php-src to PECL
27
- Checkout the pecl directory, most likely you want a sparse-root checkout
28
- svn co --set-depth=empoty https://svn.php.net/repository/pecl
+ svn co --depth=empty https://svn.php.net/repository/pecl
29
- Create an directory for the extension incl. branch and tag structure,
30
no trunk at this point and commit this to svn
31
cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit
0 commit comments