PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   fopen wrapper configuration directives? (http://www.phpdig.net/forum/showthread.php?t=562)

fredh 02-22-2004 10:03 AM

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!

Charter 02-28-2004 03:07 PM

>> 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 02:37 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.