Discussion:
setting allow_call_time_pass_reference to true
Merlin
2003-08-13 14:37:26 UTC
Permalink
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.

As I do want to set it only true for one directory, I would like to put it
into a .htaccess file.

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.

Can anybody see why this is not working with the .htaccess file?

Thanx in advance,

Merlin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Curt Zirzow
2003-08-13 15:18:52 UTC
Permalink
Post by Merlin
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 :)
Post by Merlin
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
Continue reading on narkive:
Loading...