I am using PHP Simple HTML DOM Parser and it is consuming a lot of memory (discovered from using memory_get_usage)! I tried unsetting it but it doesn’t do anything.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See http://simplehtmldom.sourceforge.net/manual_faq.htm
This happens a lot when you are using this library in a loop.