Re: [PHP] Safe_Mode problem....

2002-09-03 Thread timo stamm

Hi Jim,


I had the very same strange issue with a cfg var not changing. 
It worked after using ini_restore(). (I played around with 
ini_set() before. Did you as well?)

I am not sure if it has anything to do with it. It sounds pretty 
illogical. But PHP ignoring a setting in php.ini sounds 
illogical as well, so it might be worth a try.


Timo


 Jim Hatridge wrote:

 Can someone give me an idea what next to do? Either how to 
 turn off safe_mode or a work around on the code. BTW I'm using 
 SuSE 8.0, PHP, and Mysql on a self-made PI/233.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Safe_Mode problem....

2002-09-02 Thread Chris Hewitt

Jim Hatridge wrote:

Can someone give me an idea what next to do? Either how to turn off safe_mode 
or a work around on the code. BTW I'm using SuSE 8.0, PHP, and Mysql on a 
self-made PI/233. 

Jim,

If you have changed safe_mode in php.ini and phpinfo() still reports it 
as on, then I would think that php is not looking at the php.ini you 
modified. Are you sure you are editing the php.ini that is located in 
the directory that phpinfo() says it is looking in?

HTH
Chris



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php