I have been looking for a lot of tutorials on the Internet these days, but they are of no use.
There is no such class
##
class AsyncOperation extends Thread { public function run(){ echo 66; } } $aaa = new AsyncOperation(); $aaa->run(); 麻烦各位帮忙解决一下 或者谁配置好了 发个教程,十分感谢
张2018-08-23 10:09:47
教程地址:https://www.cnblogs.com/zbchina/p/7717452.html 老师给的建议:电脑是64位的 也得安装 32位的扩展
张2018-08-23 10:08:46
Today I had a private chat with our PHP expert -> Mr. Ximen Daguanren helped solve the problem. Even if your computer is 64-bit, you must also install the 32-bit extension installation version. The compiled files must be the same. This is the installation I found. Tutorial https://www.cnblogs.com/zbchina/p/7717452.html