forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4cfbeb
commit 0c52061
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -439,6 +439,8 @@ | |
`gpg --fingerprint "[email protected]"`. Let 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` | ||
Add new keys in the php-keyring.gpg in distribution repository using: | ||
`gpg2 --export --export-options export-minimal --armor <all RM keys>` | ||
3. Request karma to edit `main/php_version.h` and `Zend/zend.h`. Possibly karma | ||
for other restricted parts of php-src might come in question. To edit | ||
|