Skip to content
mikeymike edited this page Mar 17, 2015 · 2 revisions

Quickly get an overview of votes for all currently voting RFCs.

Usage

Usage:
 rfc:summary

Example Output

$ bin/php-rfc-digestor rfc:summary
+-------------------------------------------------------------------+----+
| Context Sensitive Lexer                                           |    |
+-------------------------------------------------------------------+----+
| Should PHP7 have a context sensitive lexer?                       |    |
| Yes                                                               | 14 |
| No                                                                | 2  |
+-------------------------------------------------------------------+----+
| Exceptions in the engine                                          |    |
+-------------------------------------------------------------------+----+
| Allow exceptions in the engine and conversion of existing fatals? |    |
| Yes                                                               | 55 |
| No                                                                | 2  |
| Introduce and use BaseException?                                  |    |
| Yes                                                               | 35 |
| No                                                                | 18 |
+-------------------------------------------------------------------+----+
| Remove PHP 4 Constructors                                         |    |
+-------------------------------------------------------------------+----+
| remove_php4_constructors                                          |    |
| Yes                                                               | 45 |
| No                                                                | 3  |
+-------------------------------------------------------------------+----+
| Improve array to string conversion                                |    |
+-------------------------------------------------------------------+----+
| array-to-string                                                   |    |
| Yes                                                               | 30 |
| No                                                                | 5  |
+-------------------------------------------------------------------+----+
| Scalar Type Hints v0.5                                            |    |
+-------------------------------------------------------------------+----+
| Accept Scalar Type Declarations With Optional Strict Mode?        |    |
| Yes                                                               | 37 |
| No                                                                | 12 |
+-------------------------------------------------------------------+----+
Clone this wiki locally