JohnBoyCR:
PHP version is 5.3.23. Just went through the process of changing all of the deprecated ereg family functions. Also had to change & new to just new in the functions_email.php (I think it was there).
As of PHP 5.3.0, PHP safe_mode is deprecated:
http://www.php.net/manual/en/features.safe-mode.php
And thus the value displayed is moot, that is: it is meaningless.
JohnBoyCR:
Is it possible, at the server, to have different safe mode settings for the server and for a local user ?
And, yes, while your php.ini files might have a value set in them (in your custom php.ini or your server's master php.ini), the value is meaningless in PHP 5.3.0+
Modern versions of Zen Cart detect the PHP version and skip checking and displaying the value of safe_mode if PHP is greater than 5.3.0