swoft-cloud / swoft

🚀 PHP Microservice Full Coroutine Framework
https://swoft.org
Apache License 2.0
5.58k stars 786 forks source link

2.x Swoft\Stdlib\Helper\SystemHelper 文件缺失,composer过程中会生成该文件,但是执行完之后文件就消失了 #895

Closed kai-xx closed 5 years ago

kai-xx commented 5 years ago
Q A
Bug report? yes/no
Feature request? yes/no
Swoft version x.y.z
Swoole version x.y.z (by php --ri swoole)
PHP version x.y.z (by php -v)
Runtime environment Win10/Mac/CentOS 7/Ubuntu/Docker etc.

Details

Describe what you are trying to achieve and what goes wrong.

// paste output here

Provide minimal script to reproduce the issue

// paste code
kai-xx commented 5 years ago

http://gitlab.jhongnet.com:8888/zhangke/swoft-vendor/blob/d89755e8e59e43df418918117bb94c209186d2b6/swoft/component/src/stdlib/src/Helper/SystemHelper.php

手动创建后可以正常运行

stelin commented 5 years ago

这个问题是系统把这个文件删除了,比如杀毒软件

kai-xx commented 5 years ago

还真是这情况,win10自带的安全就给过滤掉了……

李霖 notifications@github.com 于2019年8月13日周二 下午8:17写道:

这个问题是系统把这个文件删除了,比如杀毒软件

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/swoft-cloud/swoft/issues/895?email_source=notifications&email_token=AIQI37GSBA2OVQU5XGPFN4LQEKQ7NA5CNFSM4ILJUXPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4FPBQQ#issuecomment-520810690, or mute the thread https://github.com/notifications/unsubscribe-auth/AIQI37GR5IQHJ6752ZRD533QEKQ7NANCNFSM4ILJUXPA .

stelin commented 5 years ago

@kai-xx 我们细查下为什么会被删除

inhere commented 5 years ago

已修复,待 2.0.6 发布