- Forums
- PHP
- How To Allow_call_time_pass_reference In Php By Editin Php.ini
This Page Contains information about How To Allow_call_time_pass_reference In Php By Editin Php.ini By wallpaperama in category PHP with 0 Replies. [1218], Last Updated: Sat May 18, 2024
wallpaperama
Fri Dec 05, 2008
0 Comments
4022 Visits
if you want to know how how to allow_call_time_pass_reference its easy,
all you have to do is edit your php.ini file
open your php.ini file and edit where you see this:
allow_call_time_pass_reference = Off
now change it to:
allow_call_time_pass_reference = On
thats it