aharvey

aharvey

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.

Turn gc_collect_cycles into function pointer

Author
Target
7.0
This RFC proposes to change gc_collect_cycles into a hookable function pointer. The goal is to allow extensions to hook into garbage collection for profiling.

Turn gc_collect_cycles into function pointer?

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

ext/mysql deprecation

Author
Target
5.5

Should ext/mysql generate E_DEPRECATED errors in PHP 5.5?

Yes
No
Yes
25 Votes (68%)
No
12 Votes (32%)

If the vote to make ext/mysql generate E_DEPRECATED errors is unsuccessful, what course of action do you think we should take?

(a)
(b)
(c)
(d)
(a)
26 Votes (68%)
(b)
12 Votes (32%)
(c)
0 Votes (0%)
(d)
0 Votes (0%)

Comparable

Author
Many other languages offer the ability to provide a method on a class which will be used when instances of that class are compared via comparison or equality op...

CLI options for strict and quiet modes

Author
This RFC seeks to add options to the CLI SAPI that would enable all and no error display.