PHP Upgrade

Status
Not open for further replies.

fishmn

New Member
Messages
16
Reaction score
0
Points
0
Any idea how long the PHP upgrade will take?
I have been getting this message for the last two days-
Your application for PHP v was accepted and your account is pending a PHP version upgrade.

Basic PHP Configuration - Select to view details
Most features of PHP that have the potential for abuse have been disabled in this version. This version of PHP is the default for all new accounts.
  • Memory limit and max upload file size set low
  • No mail(), eval() functions
  • No URL fopen or include
  • Variety of 'unsafe' or 'bad' functions disabled

  • PHP Version - 5.2.4
  • cURL, FTP, Socket, and MBString extensions disabled
  • /e modified with preg_replace disabled
  • No system/execution-related functions allowed, eg: exec, passthru, system
  • Magic Quotes GPC enabled
  • Extremely long variable names truncated
  • Register Globals disabled
  • File uploads disabled
  • Suhosin Path + Extension installed

Show More


Intermediate PHP Configuration - Upgrade pending
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
If you are in need of URL file-access for fopen, please use file_get_contents.
 

fishmn

New Member
Messages
16
Reaction score
0
Points
0
If you are in need of URL file-access for fopen, please use file_get_contents.
How do I do that, in Cpanel? Also, any idea when PHP upgrade will be done?
Thanks
Edit:
Any idea how long the PHP upgrade will take?
I have been getting this message for the last two days-
Your application for PHP v was accepted and your account is pending a PHP version upgrade.

Basic PHP Configuration - Select to view details
Most features of PHP that have the potential for abuse have been disabled in this version. This version of PHP is the default for all new accounts.
  • Memory limit and max upload file size set low
  • No mail(), eval() functions
  • No URL fopen or include
  • Variety of 'unsafe' or 'bad' functions disabled

  • PHP Version - 5.2.4
  • cURL, FTP, Socket, and MBString extensions disabled
  • /e modified with preg_replace disabled
  • No system/execution-related functions allowed, eg: exec, passthru, system
  • Magic Quotes GPC enabled
  • Extremely long variable names truncated
  • Register Globals disabled
  • File uploads disabled
  • Suhosin Path + Extension installed

Show More


Intermediate PHP Configuration - Upgrade pending
Any idea how long the Upgrade will be pending?
This has been going on a week, is there an end
in sight.:dunno:
 
Last edited:
Status
Not open for further replies.
Top