* Thus wrote Merlin ([EMAIL PROTECTED]):
> Hi there,
> 
> I am working on a webservice with a xmlrpc class of Keith D. It workes
> nicely, but it generates tonns of error msg into the error log file.
> Telling me to set allow_call_time_pass_reference to true.

I would also suggest you contact the author and suggest he fix it
so the paramaters are passed properly. Or if you really feel
motivated fix it for him and send him a patch :)

> 
> I tryed:
> php_flag allow_call_time_pass_reference  on
> 
> but this does not work, I have to switch it off in the php.ini file, but
> this is exacly what I do not want to do.

Is the .htaccess enabled for the server?  A quick test would be to
put a invalid line in the .htaccess to cause a 500 error.

Most likely the You'll need to modify the Options in your http.conf
file.

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to