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

A simple command to provide an overview of RFCs in there current sections. You can filter out the list by passing in the section option and by default it will get the currently in voting list.

Usage

Usage:
 rfc:list [--voting] [--discussion] [--draft] [--accepted] [--declined] [--withdrawn] [--inactive] [--all]

Example Output

$ in/php-rfc-digestor rfc:list
+-------------------------------------------+----------------------------------+
| RFC                                       | RFC Code                         |
+-------------------------------------------+----------------------------------+
| In voting phase                           |                                  |
+-------------------------------------------+----------------------------------+
| Reserve More Type Names in PHP 7          | reserve_more_types_in_php_7      |
| Reserve Even More Types in PHP 7          | reserve_even_more_types_in_php_7 |
| In Operator                               | in_operator                      |
| Generator Delegation                      | generator-delegation             |
| Constructor behaviour of internal classes | internal_constructor_behaviour   |
| Reclassify E_STRICT notices               | reclassify_e_strict              |
| Continue output buffering                 | continue_ob                      |
| Reliable User-land CSPRNG                 | easy_userland_csprng             |
| Anonymous Class Support                   | anonymous_classes                |
| Coercive Scalar Type Hints                | coercive_sth                     |
| Generator Return Expressions              | generator-return-expressions     |
| Make empty() a Variadic                   | variadic_empty                   |
+-------------------------------------------+----------------------------------+
$ bin/php-rfc-digestor rfc:list --accepted --withdrawn
+------------------------------------------------------------------+-----------------------------------------+
| RFC                                                              | RFC Code                                |
+------------------------------------------------------------------+-----------------------------------------+
| Accepted                                                         |                                         |
+------------------------------------------------------------------+-----------------------------------------+
| Context Sensitive Lexer                                          | context_sensitive_lexer                 |
| Improve array to string conversion                               | array-to-string                         |
| Turn gc_collect_cycles into function pointer?                    | gc_fn_pointer                           |
| Preserve Fractional Part in JSON encode                          | json_preserve_fractional_part           |
| PHP 7.0 Timeline                                                 | php7timeline                            |
| Keeping the tests green                                          | travis_ci                               |
| Define PHP 5.3 end of life                                       | php53eol                                |
| APXS LoadModule                                                  | apxs-loadmodule                         |
| DateTime and Daylight Saving Time Transitions                    | datetime_and_daylight_saving_time       |
| Release Process                                                  | releaseprocess                          |
| Voting Process                                                   | voting                                  |
| Magic Quotes                                                     | magicquotes                             |
| Choosing a distributed version control system for PHP            | dvcs                                    |
| PHP Version Control System                                       | phpvcs                                  |
| Name of Next Release of PHP                                      | php6                                    |
| Remove deprecated functionality in PHP 7                         | remove_deprecated_functionality_in_php7 |
| Scalar Type Hints v0.5                                           | scalar_type_hints_v5                    |
+------------------------------------------------------------------+-----------------------------------------+
| Withdrawn                                                        |                                         |
+------------------------------------------------------------------+-----------------------------------------+
| ReflectionParameter::getClassName()                             | reflectionparameter-getclassname        |
| Big Integer Support                                              | bigint                                  |
| Scalar Type Hints                                                | scalar_type_hints                       |
| Void Return Type                                                 | void_return_type                        |
| Deprecate function that modify INI                               | deprecate-ini-functions                 |
| pecl_sync                                                        | sync                                    |
| Function Referencing as Closures                                 | function_referencing                    |
| Readonly Properties                                              | readonly_properties                     |
| Strict Argument Count On Function Calls                          | strict_argcount                         |
| Add scalar type hinting with casts                               | scalar_type_hinting_with_cast           |
| list() Reference Assignment                                      | list_reference_assignment               |
| Sessions: Improve original RFC about lazy_write                  | session-read_only-lazy_write            |
| Make GMP number work like PHP number                             | gmp_number                              |
| Constant Scalar Expressions (re-opening)                         | const_scalar_expressions2               |
| Function Autoloading                                             | function_autoloading                    |
| Structural Type Hinting                                          | protocol_type_hinting                   |
| Constant Scalar Expressions                                      | const_scalar_expressions                |
| Modify tempnam() to handle directories and auto-cleanup          | request-tempnam                         |
| Parameter Type Casting Hints                                     | parameter_type_casting_hints            |
| Who can vote?                                                    | voting_who                              |
| Magic Quotes in PHP, the Finalé                                  | magicquotes_finale                      |
| Return value type hint                                           | returntypehint2                         |
| Cast and Assign Magic Methods                                    | object_cast_magic                       |
| Add mysqlnd.localhost_override option                            | mysqlnd_localhost_override              |
| Allow use T_AS in closure use statement                          | useas                                   |
| strn(case)cmp supporting a negative length as its third paramter | strncmpnegativelen                      |
| Nested Class Support                                             | nested_classes                          |
+------------------------------------------------------------------+-----------------------------------------+
Clone this wiki locally