We seem to have a split opinion on what the production INI value for allow_call_time_pass_reference should be.
As I understand it, this does not enable or disable the ability to pass references at call time. It only enables or disables PHP's warnings about this behavior. I currently have it set to On because I feel a production server should not be issuing deprecation type warnings, that is definitely a function for development servers. But PHP and these INIs belong to us all and I feel the opinion of the community majority should make this decision. So lets have a vote. allow_call_time_pass_reference = On (Suppress Warnings) or allow_call_time_pass_reference = Off (Issue Warnings) Eric Lee Stewart