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
https://forums.phpfreaks.com/topic/134452-executing-a-2-gig-php-file/
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.