Link to home
Create AccountLog in
Avatar of Neil Thompson
Neil ThompsonFlag for United Kingdom of Great Britain and Northern Ireland

asked on

how can i set "allow_call_time_pass_reference" to true in my php file

Hi

I have a server that I have no access to apart from uploading php pages.

I'm using a 3rd party script and need to set "call-time pass-by-reference" to true in my php page. I've tried
ini_set('allow_call_time_pass_reference', true); but that doesnt seem to have done a thing.

Any help please.
Neil
Avatar of psimation
psimation
Flag of South Africa image

try

ini_set('allow_call_time_pass_reference', 'true');
ASKER CERTIFIED SOLUTION
Avatar of psimation
psimation
Flag of South Africa image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer