Page 1 of 1

php 5.3 - plesk 10.1 - fastcgi - safe mode

Posted: Sun Oct 02, 2011 12:49 pm
by nobody
Hi guys.

We know that php 5.3 does not support safemode anymore as it has been depriciated.

php 5.2 on the other hand is no longer supported ...

Finally fastcgi breaks sites. Especially joomla. It will never work with fastcgi.

So how do you actually isolate sites if you are using php 5.3 and you are using php as an apache module ?
This has been worrying me over the last few days ...

Regards

Re: php 5.3 - plesk 10.1 - fastcgi - safe mode

Posted: Sun Oct 09, 2011 10:04 am
by scott
Actually it does still support safe_mode, it just says it will be deprecated soon.

Re: php 5.3 - plesk 10.1 - fastcgi - safe mode

Posted: Sun Oct 09, 2011 10:14 am
by nobody
scott wrote:Actually it does still support safe_mode, it just says it will be deprecated soon.
Oh. So on 5.3 safe mode is still working ?
But on the apache error log it says about safe mode that it has been depreciated.

Re: php 5.3 - plesk 10.1 - fastcgi - safe mode

Posted: Sun Oct 09, 2011 2:16 pm
by breun
Safe mode is deprecated, but that doesn't mean it doesn't work anymore. The feature is currently still there in PHP 5.3. Language developers usually mark a feature as deprecated when they want application developers to stop using it and it also signals that the feature might be removed in some future version. But for now it's still there, you'll just get a warning that it's deprecated.

http://en.wikipedia.org/wiki/Deprecation