jae-jae / QueryList

:spider: The progressive PHP crawler framework! 优雅的渐进式PHP采集框架。
https://querylist.cc
2.65k stars 440 forks source link

php 7.4 warning: Array and string offset access syntax with curly braces is deprecated #93

Closed x-controller closed 4 years ago

x-controller commented 4 years ago

{"exception":"[object] (ErrorException(code: 0): Array and string offset access syntax with curly braces is deprecated at /app/vendor/jaeger/phpquery-single/phpQuery.php:2170)

AlexKitC commented 4 years ago

把phpQuery文件的 2170行改成:if ($param[0] == 'n') 这样可以了

cielu commented 4 years ago

@jae-jae 麻烦解决下这个问题。。谢谢,不然每次都得手动改。。

jae-jae commented 4 years ago

已解决