小叮当的肚兜
小叮当的肚兜
安装php后,未在php的bin目录发现pecl的可执行文件,卸载重新安装,在options.conf里配置`php_modules_options='--with-pear'`后,pecl才出现,能不能默认安装pecl
添加列:{ type: 'index', width: 60, align: 'center' }, { type: 'selection', width: 60, align: 'center' }, 错误: vue.runtime.esm.js?2b0e:601 [Vue warn]: Invalid prop: type check failed for prop "value". Expected String,...
add _REQUEST_BODY when set request parse the log file _POST is empty data | Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? |...
### What steps will reproduce the problem? when i set request parsers is 'application/json' => 'yii\web\JsonParser' the FileTarget is not log $_PSOT data. ### What is the expected result? the...
```sh ####################################################################### # OneinStack for CentOS/RedHat 7+ Debian 8+ and Ubuntu 16+ # # Upgrade Software versions for OneinStack # # For more information please visit https://oneinstack.com # ####################################################################### ./include/upgrade_db.sh:...
安装多版本php后,升级其中一个php会自动重启服务,比如我默认用的是php7.4,升级另一版本php8.升级成功后php7.4会重启服务,php8不会.
希望seaslog越来越完善,作者半年没有更新了,想问下下个版本什么时候发呢?
in `yii\base\Module` file,the function `createControllerByID` use preg,can add cache in this function? like this : ```php public function createControllerByID($id) { $className = Yii::$app->cache->getOrSet([Yii::$app->id,Yii::getAlias('@app'),'createControllerByID',$id],function () use($id){ $pos = strrpos($id, '/'); if...