If this is needed then there's something which is not working correctly. Why should serving a file use so much memory?
Probably the ob_end_clean does not close the out put buffering ('cause it's set in the php.ini file ?!)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2013-04-27
Well for me this fixed this strange behaviour. I also tried to increase the memory_limit in the .htaccess file - without success. output_buffering is left to default (off) in php.ini.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
git diff
If this is needed then there's something which is not working correctly. Why should serving a file use so much memory?
Probably the ob_end_clean does not close the out put buffering ('cause it's set in the php.ini file ?!)
Well for me this fixed this strange behaviour. I also tried to increase the memory_limit in the .htaccess file - without success. output_buffering is left to default (off) in php.ini.