Forum Moderators: bakedjake

Message Too Old, No Replies

php script config

php script config

         

aff_dan

8:04 am on Nov 23, 2004 (gmt 0)

10+ Year Member



Hi Sirs,

I have a problem with a software. My software need TH requires that "allow_url_fopen" be set to 'on'

How to modify in my php script this config? I have SSH access to the server.

Dan

coopster

3:43 pm on Nov 23, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



As of PHP 4.3.5 the allow_url_fopen [php.net]
php.ini
configuration directive was changed to be a constant of PHP_INI_SYSTEM [php.net]. This means that the entry can only be set in
php.ini
or
httpd.conf
.