letwang
letwang
``` /bin/bash /tmp/pear/temp/pear-build-defaultuser7rWXtj/yac-2.3.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/yac -I/tmp/pear/temp/pear-build-defaultuser7rWXtj/yac-2.3.1/include -I/tmp/pear/temp/pear-build-defaultuser7rWXtj/yac-2.3.1/main -I/tmp/pear/temp/yac -I/usr/include/php/20210902 -I/usr/include/php/20210902/main -I/usr/include/php/20210902/TSRM -I/usr/include/php/20210902/Zend -I/usr/include/php/20210902/ext -I/usr/include/php/20210902/ext/date/lib -DHAVE_CONFIG_H -g -O2 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/yac/serializer/msgpack.c -o serializer/msgpack.lo -MMD -MF serializer/msgpack.dep -MT serializer/msgpack.lo libtool:...
如图,[HookPHP](https://github.com/letwang/HookPHP/)发来贺电~ ``` SeasLog可以同步给ClickHouse么?一键上远程 支持大数据分析搜索 使用UDP的DEMO案例? ```
比如:https://github.com/letwang/HookPHP/blob/master/app/admin/modules/Api/controllers/Rbac/Group/Manager.php 目前是 ``` class Rbac_Group_ManagerController extends Base\ApiController { } ``` 期望是 ``` namespace Rbac\Group; class ManagerController extends Base\ApiController { } ```
https://github.com/letwang/HookPHP 在使用Yaf2.0+版本时没有问题,很完美,根据官网手册配置的:https://www.php.net/manual/en/yaf.tutorials.php#example-3855 但是自从HookPHP升级到PHP8 + Yaf3.3.3版本,就报错了导致Nginx死循环 PHP报502 500错误: ``` 2021/08/08 03:29:47 [error] 6188#6188: *2 rewrite or internal redirection cycle while processing "/index.phpindex.phpindex.phpindex.phpindex.phpindex.phpindex.phpindex.phpindex.phpindex.phpindex.phpindex.phprbac_group", client: 172.17.0.1, server: www.admin.com, request: "GET /rbac_group HTTP/2.0", host:...
https://github.com/letwang/HookPHP 目前只是把Swoole当普通扩展用 期望有个更好的运行时环境提速PHP,比如:PolarPHP
`libtool: compile: cc -I. -I/tmp/pear/temp/yaf -I/tmp/pear/temp/pear-build-defaultuser9Kt7Qo/yaf-3.3.5/include -I/tmp/pear/temp/pear-build-defaultuser9Kt7Qo/yaf-3.3.5/main -I/tmp/pear/temp/yaf -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/yaf/responses/yaf_response_cli.c -MMD -MF responses/yaf_response_cli.dep -MT responses/yaf_response_cli.lo -fPIC -DPIC -o responses/.libs/yaf_response_cli.o...
公司服务器是4年前前辈搭建的,人早就离职了,现在轮到我接锅,我使用的phpMyAdmin,POST请求时参数会含有SQL语句,直接403被阻断了。 我把https://github.com/alexazhou/VeryNginx/blob/master/verynginx/lua_script/VeryNginxConfig.lua#L31全部禁用了,也重启Nginx服务器了,还是提示403 服务器搭建的乱七八糟的,请问我怎么操作才能禁用SQL注入功能呢? 谢谢。
### Prerequisites - [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md). - [X] I have already [searched in existing issues](https://github.com/PrestaShop/PrestaShop/issues?q=is%3Aissue+label%3ABug) and found no previous report of this bug....