Wednesday 19 April 2006 6:37:05 am
My provider runs PHP in CGI mode, and eventhough I have shell access, also from the shell PHP runs in CGI. php - v returns:
PHP 4.4.1 (cgi) (built: Mar 10 2006 11:26:44)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Optimizer v2.5.10, Copyright (c) 1998-2005, by Zend Technologies
This causes error messages when trying to run update scripts, making updates impossible. PHP is currently using the 'cgi' interface. Make sure it is using the 'cli' interface.
Is there any way to get around this problem (other than changing provider)?
|