pdo 支持 却报错pdo
[attach]331[/attach]
[attach]332[/attach]
workerman是基于PHP CLI运行的,并不是网页的PHP,二者是独立的。 也就是网页的PHP已经装了某个扩展,但是PHP CLI并不一定装了。 参考手册:http://doc3.workerman.net/appendices/install-extension.html
GatewayWorker中的Mysql类用法相关参考手册 ,里面有说PDO扩展怎么安装: http://doc3.workerman.net/appendices/install-extension.html
workerman是基于PHP CLI运行的,并不是网页的PHP,二者是独立的。
也就是网页的PHP已经装了某个扩展,但是PHP CLI并不一定装了。
参考手册:http://doc3.workerman.net/appendices/install-extension.html
GatewayWorker中的Mysql类用法相关参考手册 ,里面有说PDO扩展怎么安装:
http://doc3.workerman.net/appendices/install-extension.html