![]() |
fopen wrapper configuration directives?
Hey all,
While trying to debug another problem I'm having, I noticed that I am unable to ini_set or ini_get most of the fopen wrapper configuration directives. In the php.net manual, there is a listing of all the config directives that we should be able to set/get. To test things out, I opened my php.ini file and inserted the user-agent directive, setting it to something like "blah", but nothing comes up in my scripts when I ini_get the value. Also, in the phpdig phpDigSetHeaders(...) function, the ini_set function returns false. The only directive that seems to be working is allow_url_fopen. I'm using PHP v.4.1.2 on a Linux platform with Apache 1.3.26. Has anyone ever encountered this strange behaviour before? Is there a flaw in my logic? Any insight would be great, thanks! |
>> I'm using PHP v.4.1.2 on a Linux platform with Apache 1.3.26.
Hi. Maybe this has something so do with the PHP version you are running? From php.net is the following: Not all the available options can be changed using ini_set(). Below is a table with a list of all PHP options (as of PHP 4.2.0), indicating which ones can be changed/set and at what level. |
All times are GMT -8. The time now is 05:34 PM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.