Hi Frnds,
I recently purchased a domain and hosted on godaddy. I want to know how can add a particular folder under includ_path of php.ini file.
I have shared linux hosting. I mailed thr support and they replied no technical help from our side.
Thr is a php.ini file in my root, whose content is as follows:
Code:
register_globals = off
allow_url_fopen = off
expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
include_path = /Browser/library
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
I have added a path in this file, but it doesnt seem to reflect the changes in phpinfo().
Ny suggestions??