Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2 | ||||
* | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -6/+6 |
| | |||||
* | minor fix for web announce | Remi Collet | 2017-07-06 | 1 | -2/+2 |
| | |||||
* | X.Y.0 releases are more special than X.Y.(1+) releases | Sara Golemon | 2017-06-08 | 1 | -1/+2 |
| | |||||
* | Create announcement entry on web-php even for non-stable | Sara Golemon | 2017-06-08 | 1 | -4/+14 |
| | |||||
* | Windows builds are no longer copied to downloads.php.net | Sara Golemon | 2017-06-07 | 1 | -2/+2 |
| | | | | They have their own home at windows.php.net/downloads | ||||
* | Remove instructions to email internals-win@ | Sara Golemon | 2017-06-06 | 1 | -4/+5 |
| | | | | | Use the release-managers@ distribution list instead for a better audience. | ||||
* | Add note about publishing gpg key | Sara Golemon | 2017-06-05 | 1 | -1/+2 |
| | |||||
* | [ci skip] yet more info for new rm | Anatol Belski | 2017-04-28 | 1 | -1/+12 |
| | |||||
* | Add some 'New RM' instructions | Sara Golemon | 2017-04-23 | 1 | -0/+8 |
| | |||||
* | Update step about uploading packages to downloads.php.net | Sara Golemon | 2017-04-14 | 1 | -4/+4 |
| | | | | | At some point this changed from a per-user specific mapping to a standard ~$USER mapping. | ||||
* | corrections to release process documentation | Joe Watkins | 2017-03-30 | 1 | -21/+21 |
| | |||||
* | Use modern autotools name of configure.ac instead of configure.in | Brian Evans | 2017-01-27 | 1 | -3/+3 |
| | | | | | | | | | | configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50 to replace the file named configure.in. Autotools is preparing to remove configure.in in Automake 2.0. All new software should be using configure.ac. This also fixes Bug #69770 where extensions are creating configure.in Signed-off-by: Brian Evans <grknight@gentoo.org> | ||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-17 | 1 | -2/+2 |
|\ | | | | | | | | | * PHP-7.0: updates to release docs | ||||
| * | updates to release docs | Joe Watkins | 2017-01-17 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-09 | 1 | -7/+10 |
|\ \ | |/ | | | | | | | * PHP-7.0: update release process notes | ||||
| * | update release process notes | Joe Watkins | 2017-01-09 | 1 | -7/+10 |
| | | |||||
* | | Fix typos in git rules and release process READMEs | Prayag Verma | 2016-01-29 | 1 | -5/+5 |
| | | |||||
* | | Fugbix typo | Sebastian Bergmann | 2015-12-05 | 1 | -1/+1 |
|/ | |||||
* | update the doc in regard to the latest discussions | Anatol Belski | 2015-06-25 | 1 | -1/+1 |
| | |||||
* | Typo (thanks kaplan@) | Hannes Magnusson | 2015-06-24 | 1 | -1/+1 |
| | |||||
* | PHP7 sounds like a good time to include signatures in announce mails | Hannes Magnusson | 2015-06-23 | 1 | -1/+3 |
| | | | | We need these posted as many places as possible to make any sense. | ||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Hannes Magnusson | 2015-04-17 | 1 | -4/+14 |
|\ | | | | | | | | | | | * PHP-5.4: phpweb now publishes SHA256s -- and please don't cc php-announce@ - make it seperate mail Fixed res leak | ||||
| * | phpweb now publishes SHA256s -- and please don't cc php-announce@ - make it ↵ | Hannes Magnusson | 2015-04-17 | 1 | -4/+14 |
| | | | | | | | | seperate mail | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Ferenc Kovacs | 2015-01-22 | 1 | -6/+7 |
|\ \ | |/ | | | | | | | * PHP-5.4: fix some factual errors in the process | ||||
| * | fix some factual errors in the process | Ferenc Kovacs | 2015-01-22 | 1 | -6/+7 |
| | | |||||
* | | add tests stuff to README | Stanislav Malyshev | 2014-05-11 | 1 | -20/+33 |
|/ | |||||
* | a few typofixes | Veres Lajos | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | fix the primary qa email address and update the list of available people ↵ | Ferenc Kovacs | 2014-01-24 | 1 | -2/+2 |
| | | | | being able to add moderators to our lists | ||||
* | Updated release process | Julien Pauli | 2013-12-13 | 1 | -77/+79 |
| | |||||
* | explain the step updating the git submodule reference in web/php.git | Ferenc Kovacs | 2013-03-15 | 1 | -1/+9 |
| | |||||
* | Update RELEASE PROCESS | David Soria Parra | 2012-09-13 | 1 | -22/+15 |
| | | | | | Some parts of the release process are outdated, not needed anymore or still reference cvs. | ||||
* | mention git | David Soria Parra | 2012-02-03 | 1 | -4/+4 |
| | |||||
* | - add announce steps, s,cvs,svn, MFH | Pierre Joye | 2011-12-14 | 1 | -25/+28 |
| | |||||
* | Updated qa-release.php notes as per the new qa-release.php syntax | Philip Olson | 2011-05-30 | 1 | -14/+10 |
| | |||||
* | Where using svn now, use svn paths | Johannes Schlüter | 2009-12-22 | 1 | -3/+3 |
| | | | | | # This file doesn't exist in 5.2!? | ||||
* | MFH: expanded the section about how to create the changelog | Lukas Smith | 2009-06-30 | 1 | -0/+4 |
| | |||||
* | MFH: formatting fix for the re-releasing section | Lukas Smith | 2009-06-30 | 1 | -3/+1 |
| | |||||
* | MFH Hannes said this shall not be run for RCs | Johannes Schlüter | 2009-06-10 | 1 | -7/+3 |
| | |||||
* | MFH: Removed an unnecessary item, that calls for doc builds | Philip Olson | 2009-04-11 | 1 | -2/+0 |
| | |||||
* | MFH: Add guidelines for re-releasing | Hannes Magnusson | 2009-04-08 | 1 | -0/+35 |
| | |||||
* | MFH primary tester ml needs to be in the TO not CC | Lukas Smith | 2009-02-10 | 1 | -2/+2 |
| | |||||
* | primary testers list is now mailed for every release | Lukas Smith | 2009-02-08 | 1 | -5/+4 |
| | |||||
* | Added the "update INSTALL and win32/install.txt" tasks | Philip Olson | 2008-11-06 | 1 | -0/+3 |
| | |||||
* | MFH | Lukas Smith | 2008-11-05 | 1 | -1/+1 |
| | |||||
* | MFH | Lukas Smith | 2008-11-04 | 1 | -19/+25 |
| | |||||
* | MFH | Lukas Smith | 2008-09-03 | 1 | -4/+5 |
| | |||||
* | MFH | Lukas Smith | 2008-08-31 | 1 | -1/+16 |
| | |||||
* | MFH | Lukas Smith | 2008-08-31 | 1 | -0/+3 |
| | |||||
* | MFH | Lukas Smith | 2008-08-06 | 1 | -6/+7 |
| |