You create a custom php.ini file and upload to public_html folder but custom settings do not have an effect on subfolders. You need to copy php.ini to each subfolder to activate the custom setting. Th...
The register_globals can be turned on in your php.ini file. To do this, create a php.ini file in the directory you need this to be turned on. Then add the following :=================register_globals ...
CGI / PHP scripts need certain file permissions to be set if they are to work properly. In general CGI scripts need to have permissions on 755 (rwxr-xr-x), although PHP files only need 644 (rw-r--r--)...
Yes. When executing a PHP script from the command line, you can use a custom php.ini file. To specify an alternate php.ini file, you'll need to use the -c flag in your PHP command line. For example:ph...
Although we do not allow access to the php.ini files on our servers, many common php.ini settings can be changed in a .htaccess file. If you wish to make these changes site-wide, they should be made i...
Yes, we support ioncube in our shared environment, if dynamically loaded by the user. The procedure for this can be found here: http://billing.eicra.com/index.php/Ioncube_Loader #Ioncube_Loader....
No, we do not run PHP in safe_mode (safemode) because it can cause issues for scripts....
Yes. PHP uploads are limited to 32 MB. If the server you are on has a lower limit set for upload_max_filesize or post_max_size, please submit a support ticket and we will update the setting for you....
Yes, It is...
PHP has been configured to use the following settings on our shared and reseller servers:safe mode = offmemory_limit = 64M MAXIMUMmax_execution_time = 30 MAXIMUMpost_max_size = 64M MAXIMUMupload_max_f...