diff options
| author | David Soria Parra <dsp@php.net> | 2013-03-22 17:44:32 +0100 |
|---|---|---|
| committer | David Soria Parra <dsp@php.net> | 2013-03-22 17:44:32 +0100 |
| commit | defb08c705ac40ed9c77a57c98ebe2d856a45e07 (patch) | |
| tree | e0ee4f1644c7fd24a0880eff088ac1f880045611 /README.RELEASE_PROCESS | |
| parent | 6af1b08482f2b3a3fdb58693d37e1ed51007b83c (diff) | |
| download | php-git-defb08c705ac40ed9c77a57c98ebe2d856a45e07.tar.gz | |
Note about bison version
Diffstat (limited to 'README.RELEASE_PROCESS')
| -rw-r--r-- | README.RELEASE_PROCESS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index c8eeb4e139..58d3cd4e8e 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -64,7 +64,8 @@ Do not use abbreviations for alpha and beta. ``git push --tags origin HEAD`` 8. run: ``./makedist 5.4.2RC2``, this will export the tree, create configure -and build three tarballs (gz,bz2 and xz). +and build three tarballs (gz,bz2 and xz). Make sure you use the same GNU Bison +version as snaps. Recent bison version are known to break ZTS. 9. Copy those three tarballs to www.php.net, in your homedir there should be a directory "downloads/". Copy them into there, so that the system can generate |
