pierrick

pierrick

Contributor Directory

RFCs

Language and policy proposals from this contributor
RFCs are part of the process by which decisions are made about PHP. For more information about the RFC process as well as viewing a full list of RFCs please visit the RFC section.

Catching Multiple Exception Types

Author
Target
7.1
When two different types of exceptions are handled the same way, it is sometimes required to duplicate the code of the catch statements.

Should milti-catch be added to PHP 7.1

Yes
No
Yes
40 Votes (87%)
No
6 Votes (13%)

Add curl_multi_errno(), curl_share_errno() and curl_share_strerror()

Author
Target
7.1
The ext/curl extension define 3 different resource types :

Should those functions should be added in 7.1

Yes
No
Yes
23 Votes (100%)
No
0 Votes (0%)

Removal of curl-wrappers

Author
Target
5.5
This RFC is about removing the curl stream wrappers of the PHP as of 5.5 and to move it on PECL for any eventual improvements.

Should we remove curl-wrappers

Yes, as of PHP5.5
Yes, but in PHP.next only
No, we should keep it
Yes, as of PHP5.5
19 Votes (83%)
Yes, but in PHP.next only
4 Votes (17%)
No, we should keep it
0 Votes (0%)

New Curl URL API

Author
Since version 7.62.0 of libcurl, 1 the library features a brand new URL API 2 that can be used to parse and generate URLs, using libcurls own parser. One of the...

Add proposed new functional Curl URL API

Yes
No
Yes
10 Votes (42%)
No
14 Votes (58%)

Class Metadata

Author
Many languages currently support metadata information. This RFC exposes an idea about how can it be implemented in PHP, providing a powerful tool that many appl...

Annotations in DocBlock

Author
Many languages currently support metadata information. This RFC exposes an idea about how can it be implemented in PHP, providing a powerful tool that many appl...