ClearFoundation Tracker - ClearOS
View Issue Details
0000954ClearOSapp-base - Base Systempublic2013-01-29 15:152013-02-28 14:21
user2 
 
normalfeatureN/A
closedfixed 
 
6.4.0 Beta 2 
0000954: Clean up get_search_results in File class
The get_search_results() needs to handle how much memory is allowed by the PHP engine (memory_limit in php.ini). As a result, the max bytes parameters in get_contents and get_contents_as_array is no longer required (and was only used by the "Log Viewer" app).
No tags attached.
Issue History
2013-01-29 15:15user2New Issue
2013-01-29 15:15user2Issue generated from: 0000645
2013-01-29 15:15user2Statusnew => confirmed
2013-01-29 15:17user2Checkin
2013-01-29 15:17user2Note Added: 0000657
2013-01-29 15:17user2Statusconfirmed => resolved
2013-01-29 15:17user2Resolutionopen => fixed
2013-02-28 14:21user2Statusresolved => closed

Notes
(0000657)
user2   
2013-01-29 15:17   
Source Code Changelog
---------------------------------------------------
- Changed get_search_results to detect max memory limit [fixed tracker 0000954]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=5547 [^]
U webconfig/apps/base/trunk/deploy/upgrade
U webconfig/apps/base/trunk/language/en_US/base_lang.php
U webconfig/apps/base/trunk/libraries/File.php
A webconfig/apps/base/trunk/libraries/File_Too_Large_Exception.php