Thread: Can't Unzip?
View Single Post
  #4  
Old 19th February 2012, 23:54
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Quote:
Originally Posted by FTWR View Post
Problem solved! In php.ini add more memory at memory_limit. Or, you can add this in bittorrent.php:
Code:
ini_set('memory_limit', '1512M');
This is not the right solution. Before, if PHP is running out of RAM, the memory limit will stop execution, saving server status. Now if I inject a special number in your PHP script, it will cause a buffer overflow and server will crash by the same way...
Reply With Quote