guweigang on 2.0.0
PHP 8.1 and upgrade zephire to … suppport cphalcon 5.0.0 (compare)
guweigang on master
for php8.1 and cphalcon5.0 Merge pull request #19 from bul… (compare)
guweigang on 3.0.x
for php8.1 and cphalcon5.0 (compare)
guweigang on 3.0.x
guweigang on 2.0.0
update model (compare)
guweigang on 2.0.x
refactor generate() method (compare)
guweigang on 2.0.0
upgrade zephir to 0.13.4 (compare)
guweigang on 2.0.0
guweigang on 2.0.x
small bug fix (compare)
guweigang on 2.0.0
bug fix related-c codes (compare)
guweigang on 2.0.0
change version to 2.0.0 (compare)
guweigang on master
no more need Psr7/17 related co… use Phalcon\Application\Abstrac… related c codes and 21 more (compare)
guweigang on 2.0.0
update Yar-Rpc remove no-need codes refactor engine and 3 more (compare)
guweigang on 2.0.0
add GuzzleHttpPsrRequest for de… add psr-native convertor for merge Mvc and Psr App and 1 more (compare)
guweigang on 2.0.x
bug fix for LoggerLevel class use Request::getURI() instead o… reformat (compare)
guweigang on 2.0.0
add constrait related codes (compare)
import tushare as ts
df = ts.get_his_data("600180")
print df
请问Phalconplus1.2.0编译安装后 会报NOTICE级别的警告怎么解决呀
[12-May-2020 00:10:34] NOTICE: PHP message: PHP Warning: Declaration of PhalconPlus\App\App::getModule(string $name = NULL): PhalconPlus\App\Module\AbstractModule should be compatible with Phalcon\Application::getModule($name) in Unknown on line 0
[12-May-2020 00:10:34] NOTICE: PHP message: PHP Warning: Declaration of PhalconPlus\App\App::setDefaultModule(string $defaultModule): Phalcon\Application should be compatible with Phalcon\Application::setDefaultModule($defaultModule) in Unknown on line 0
[12-May-2020 00:10:34] NOTICE: PHP message: PHP Fatal error: Declaration of PhalconPlus\Mvc\PsrApplication::handle(?string $uri = NULL): Phalcon\Http\ResponseInterface must be compatible with Phalcon\Mvc\Application::handle($uri = NULL) in Unknown on line 0
OK,解决了,把参数的声明改一下(子类覆写父类的方法时 必须一致,包括 参数个数一致、参数如果没有值 则需要定义其默认值),然后重新用zephir编译就好。