this is odd, im not sure why, the code i am using is used to pull info from a forum, read whats inside the post, if theres a link, open it and save the text file
now, it hit the limit, so i uped it to 32m on the php file
ini_set('memory_limit','32M');
no good, me, getting mad, was stupid and did this:
ini_set('memory_limit','999M');
thinking that it will sort it self out, about 5 minutes later, after my pc had recovered, i am greeted with this:
Fatal error: Allowed memory size of 1047527424 bytes exhausted (tried to allocate 261900 bytes) in C:\wamp\www\scriptcheck.php on line 146
i mean, surly 1 gb memory is enough?
any ideas whats going on?
ive reset wamp, and nothing
any ideas is a big help
thanks
||jmyeom