Jump to content

Executing a 2 gig php file???


Guardian-Mage

Recommended Posts

How might I go about executing a 2.4 gig php file? It contains the encoded version of an entire directory structure. The script is designed to unpack and recreate this directory structure. No I can't do it any other way. I need to use this file. Any suggestions?

 

I get the following error when trying to run the file directly


Warning: Unknown: failed to open stream: Value too large for defined data type in Unknown on line 0

Fatal error: Unknown: Failed opening required '/home2/codespin/public_html/openaurora.org/file.php' (include_path='.:/opt/lampp/lib/php') in Unknown on line 0

Link to comment
Share on other sites

Yeah. A non-32bit OS and PHP Compiled and designed specifically to handle files greather than 2.4GB in size.

 

Might be smarter to try two or more files (one calls the other). I can't imagine any scenario where this type of situation would be required. I smell bad design process.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.