-
hey, i am a big fan of phalcon and zephir.
I have explained my idea that the bottle neck of phalcon in:https://github.com/phalcon/zephir/issues/694#issuecomment-331716887
I think use coroutine(whi…
-
运行代码:
```
$result1 = Mobiles::query()->select('*')->where('mobile', '1571155')->limit(1)->getDefer();
$result = $this->redis->set('test1', 1);
var_dump($result);
var_dump($result1->getResult());
…
-
如 `name="age" , min=18`
如果参数 age = 15 , 建议提示 age is too small 而不是 15 is too small
-
PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /apps/webroot/production/bsf/vendor/swoft/framework/src/Console/CommandParser.php on line 39
-
```
[2017-11-17 08:24:35 *16581.0] ERROR zm_deactivate_swoole (ERROR 503): Fatal error: Uncaught InvalidArgumentException: the name of bean 不存在, name=lineFormate in /home/vagrant/Code/swoft/vendor/sw…
-
嗨, 在我的php7.0环境下试运行,发现请求响应时终端会输出
```
PHP Fatal error: Uncaught TypeError: Return value of Swoft\Web\Response::send() must be an instance of Swoft\Web\void, none returned in /home/quzhi/Code/zpjinfu-…
-
I have added to the Bridging file XMPPLastActivity.h file and in Swift file I did the next:
```
let abc = XMPPLastActivity()
let a = abc.sendLastActivityQueryToJID(user.jid)
print("A is: \(a)")
```
…