register_globals_gpc

How long will this be required?  The reason it's depreciated in php 5x is because of the security issues with it.  It will also be completely removed from php 6.  Furthermore, on a vps, one software package may require it to be off and yours requires it to be on can make the use of your product impossible.

Quote · 23 Dec 2009

are you referring to register_globals and not register_gpc?

register_globals are required to be off for the dolphin suite. if your hosting provider has register_globals on globally, you can set custom php.ini files locally and set them to off.

i tried to look up you topic thread and came up with nothing on register_globals_gpc (get post cookie).

Regards,

DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 23 Dec 2009

how do you enable register_globals_gpc and disable register_globals.  i thought register_globals = On was needed to turn on register_globals_gpc.  i also believe register_globals_gpc will be removed from php6

Quote · 23 Dec 2009

how do you enable register_globals_gpc and disable register_globals.  i thought register_globals = On was needed to turn on register_globals_gpc.  i also believe register_globals_gpc will be removed from php6

I believe you are confused, as the only variables in PHP you can be referring to are register_globals and magic_quotes_gpc. There are no variables in PHP by the names you specified. As for deprecation and removal, the only one out of the two being deprecated and removed is magic_quotes_gpc, which is deprecated as of PHP 5.3.0, and removed in PHP 6.0.0.

You should not turn on register_globals, as it is required to remain off for use of Dolphin.

As for magic_quotes_gpc, you can enable this by editing your server's php.ini file with the value:

magic_quotes_gpc=On

If you do not have access to your server's php.ini file, you can apply the value by entering it into a text document, and saving it as php.ini, where you can upload it to the root directory of your Dolphin web site.

You can also do this by adding the following to your .htaccess file, which is located in the root directory of your Dolphin web site:

php_flag magic_quotes_gpc on

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 26 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.