nicolasb827
nicolasb827
According to doc https://docs.phalcon.io/4.0/en/devtools: config.php for phalcon devtools usage should be: ``` return new \Phalcon\Config([ 'database' => [ 'adapter' => 'Mysql', 'host' => 'localhost', 'username' => 'root', 'password' => '',...
Hello, looking at `src/Linux/readDiskCounters.c`, and digging into `/proc` filesystem, I think there is an error on computations. From my point of view, using kernel 3.10.0-1127.10.1.el7.x86_64, if I do a cat...
Hi, when you want to create a host which is too long to start (>60 sec), you have a timeout error. This is a common problem with Rancher: [https://github.com/rancher/rancher/issues/2154](https://github.com/rancher/rancher/issues/2154) I...
Hello, I built on CentOS 7 (Linux s3 3.10.0-862.9.1.el7.x86_64 #1 SMP Mon Jul 16 16:29:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux), using stock packages. When running, I have a segmentation...
Allow Database object to be used as a wrapper of an existing instance. eg: PDO object taken from Swoole Pool configuration.