This RFC aims to resolve whether or not protected class members will be prefixed with an underscore, or prefixed with nothing.
Once a decision has been reached, the result will be added to the PEAR coding standards.
Private members will still be prefixed.
Note: These standards will only apply to PHP5 classes. In PHP4, if it's not public it's private and thus prefixed.