swoft icon indicating copy to clipboard operation
swoft copied to clipboard

🚀 PHP Microservice Full Coroutine Framework

Results 117 swoft issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------------- | ----- | Bug report? | yes | Feature request? | no | Swoft version | v2.0.11 | Swoole version | 4.6.7 | PHP...

swoft: rpc

| Q | A | ------------------- | ----- | Bug report? | yes | Feature request? | no | Swoft version | v2.0.10 | Swoole version | 4.5.5 | PHP...

swoft: rpc
swoft: config
swoft: event

swoft 2.0.11 Model.php 约 620行 $attributes = $this->getArrayableAttributes(); 查出来是空。 是否应该判断一下 if(!$attributes){ return false; }

swoft: db

| Q | A | ------------------- | ----- | Bug report? | yes | Feature request? | no | Swoft version | v2.0.11 | Swoole version | 4.4.8 | PHP...

swoft: db
swoft: config

| Q | A | ------------------- | ----- | Bug report? | yes | Feature request? | no | Swoft version |2.0 | Swoole version | 4.5 | PHP version...

bug
bug: waiting fix
swoft: rpc

| Q | A | ------------------- | ----- | Bug report? | yes/no | Feature request? | yes/no | Swoft version | 2.1 | Swoole version | 4.4.18 | PHP...

swoft: rpc
swoft: config
swoft: log
swoft: event

swoft-Model现在没有类似TP、Laravel的模型关联、如hasOne、hasMany、morphTo定义关联关系 ,方便数据查询。无法使用模型查询关联数据开发带来很大不方便,希望引入软删除功能 $modelTimestamps加入delete_time

swoft: db

| Q | A | ------------------- | ----- | Bug report? | yes | Feature request? | no | Swoft version | 2.0.10 | Swoole version | 4.6.4 | PHP...

bug: waiting fix
swoft: config

swoft 2.0.9 在 .env 里面设置了 TIME_ZONE=Asia/Bangkok 在 bin/swoft 里面设置了 ini_set('date.timezone', 'Asia/Bangkok'); 在 php.ini 里也设置了时区 但都均为生效 请问下 我是少了 哪一步吗