Issue
If i set allow_url_include = On or allow_url_include=1 in MAMP/conf/php5.6.7/php.ini configuration not change, and in phpinfo() allow_url_include is set Off. After i restart MAMP.
How to set it?
Solution
Open PHP.ini in File > Edit Template > PHP > PHP x.xx.xx php.ini
Then under allow_url_fopen = On add allow_url_include = On
Answered By - rrr_2010
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.