duzun / hQuery.php

An extremely fast web scraper that parses megabytes of invalid HTML in a blink of an eye. PHP5.3+, no dependencies.
https://duzun.me/playground/hquery
MIT License
361 stars 74 forks source link

Exception Error warning #28

Closed designbyjr closed 6 years ago

designbyjr commented 6 years ago

I use symfony 3.2 and got this warning.

php.DEBUG: Notice: Undefined index: CONTENT_ENCODING {"exception":"[object] (Symfony\Component\Debug\Exception\SilencedErrorContext: {\"severity\":8,\"file\":\"/../USER/MYPROJECT/vendor/duzun/hquery/hquery.php\",\"line\":2967})"}

Notice: Undefined index: method also appears in line 2751. Can you please check this?

duzun commented 6 years ago

These are just Notices that I intentionally hide with @.

I've updated the code to not have these notices in #fff3610.

designbyjr commented 6 years ago

Thank you