ext-async icon indicating copy to clipboard operation
ext-async copied to clipboard

Asynchronous callback client

Results 20 ext-async issues
Sort by recently updated
recently updated
newest added

/usr/local/src/ext-async-4.4.7/php_swoole_async.h:28:39: fatal error: ext/swoole/include/client.h: No such file or directory #include "ext/swoole/include/client.h"

I am using latest Swoole version 4.6.6. but this extension is confusing. My question is A) "can i make Asynchronous Client / Calls" in Swoole, without "ext-async" ? I mean...

PHP Warning: PHP Startup: Unable to load dynamic library 'swoole_async.so' (tried: /usr/lib64/php/modules/swoole_async.so (/usr/lib64/php/modules/swoole_async.so: undefined symbol: _Z15_php_math_rounddii), /usr/lib64/php/modules/swoole_async.so.so (/usr/lib64/php/modules/swoole_async.so.so: cannot open shared object file: No such file or directory)) in Unknown...

Are there any intentions of making this extension compatible with Swoole v4.5.9 + PHP 8.0.0? When I execute the "make" command, the following appears: ``` In file included from /tmp/ext-async/swoole_async.cc:17:...

/root/async-ext/swoole_async.cc:1531:5: error: ‘ev’ was not declared in this scope 1531 | ev.canceled = 0; | ^~ /root/async-ext/swoole_async.cc:1540:19: error: ‘aio_onDNSCompleted’ was not declared in this scope 1540 | ev.callback = aio_onDNSCompleted;...

When loading the swoole async I'm getting following error ``` PHP Warning: PHP Startup: Unable to load dynamic library 'swoole_async.so' (tried: /usr/lib/php/20180731/swoole_async.so (/usr/lib/php/20180731/swoole_async.so: undefined symbol: swWebSocket_get_package_length), /usr/lib/php/20180731/swoole_async.so.so (/usr/lib/php/20180731/swoole_async.so.so: cannot open...

/usr/include/php/ext/swoole/include/swoole.h:1370:39: error: unknown type name ‘bool’; did you mean ‘_Bool’? void swLog_set_date_with_microseconds(bool enable); ^~~~ _Bool In file included from /opt/ext-async/swoole_async_client.cc:17: /opt/ext-async/php_swoole_async.h:35:2: error: #error "Ext version does not match the Swoole...

我的swoole扩展版本是4.5.1 然后今天我拉取了ext-async主分支代码,进行编译安装,过程中没有出现任何问题,我运行PHP时会报错: PHP Fatal error: PHP Startup: Ext version (40501) does not match the Swoole version (40500) in Unknown on line 0 这似乎是我的ext-async扩展版本高于swoole版本(官网swoole最新版本就是4.5.1),但是尝试下载旧版本ext-async甚至连编译都无法通过 #error "Ext version does not match the...

Hello! I can’t install the extension. Help me find and solve the problem. **PHP 7.4.5 (cli) (built: Apr 19 2020 07:36:30)** I also tried under PHP-7.3, PHP-7.2 **php --ri swoole**...