On Wed, Nov 16, 2005 at 11:44:27PM +0000, Kevin Smith wrote:
> HI Robert,
> 
> I have checked both phpinfo() and php -i via the cli as follows and both 
> produce the expected results.  Also phpinfo() shows the exact same 
> "Configure Command" data for both servers.
> 
> Server #1
> [EMAIL PROTECTED] limiteds_v2]# php -i | grep ini
> Configuration File (php.ini) Path => /usr/local/Zend/etc/php.ini
> 
> Server #2
> [EMAIL PROTECTED] domains]# php -i | grep ini
> Configuration File (php.ini) Path => /usr/local/Zend/etc/php.ini

Oh and also, you really should check the output of the phpinfo()
through the browser, the php cli file could be reading a different
file.

> 
> Also both php.ini files have PHPSESSID specifically set to only work 
> with cookies. If this was not the case, the website wouldn't work very 
> well, which the sites do, apart from the images on Server #2. :(

PHP by default uses cookies.


Curt.
-- 

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

Reply via email to