You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directive => Local Value => Master Value
swoole.enable_coroutine => On => On
swoole.enable_library => On => On
swoole.enable_fiber_mock => Off => Off
swoole.enable_preemptive_scheduler => Off => Off
swoole.display_errors => On => On
swoole.use_shortname => Off => Off
swoole.unixsock_buffer_size => 262144 => 262144
What is your machine environment used (show your uname -a & php -v & gcc -v) ?
Darwin xxx 23.0.0 Darwin Kernel Version 23.0.0: Tue Jul 18 20:34:24 PDT 2023; root:xnu-10002.0.199.505.1~3/RELEASE_ARM64_T6020 arm64
PHP 8.2.8 (cli) (built: Jul 6 2023 10:57:44) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.8, Copyright (c) Zend Technologies
with Zend OPcache v8.2.8, Copyright (c), by Zend Technologies
Apple clang version 15.0.0 (clang-1500.0.34.3)
Target: arm64-apple-darwin23.0.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting your issue.
master分支构建
怀疑和这个变更有关
55f8561
swoole-src/ext-src/swoole_http_response.cc
Lines 397 to 402 in 55f8561
status 不传reason是正常的
之后 curl 127.0.0.1:9501 即可复现
What did you expect to see?
curl 成功 返回 HelloWorld
What did you see instead?
php --ri swoole
)?Swoole => enabled
Author => Swoole Team [email protected]
Version => 5.1.0-dev
Built => Jul 26 2023 22:12:56
coroutine => enabled with boost asm context
kqueue => enabled
rwlock => enabled
sockets => enabled
openssl => OpenSSL 3.1.1 30 May 2023
dtls => enabled
http2 => enabled
json => enabled
curl-native => enabled
pcre => enabled
c-ares => 1.19.1
zlib => 1.2.12
mysqlnd => enabled
async_redis => enabled
Directive => Local Value => Master Value
swoole.enable_coroutine => On => On
swoole.enable_library => On => On
swoole.enable_fiber_mock => Off => Off
swoole.enable_preemptive_scheduler => Off => Off
swoole.display_errors => On => On
swoole.use_shortname => Off => Off
swoole.unixsock_buffer_size => 262144 => 262144
uname -a
&php -v
&gcc -v
) ?Darwin xxx 23.0.0 Darwin Kernel Version 23.0.0: Tue Jul 18 20:34:24 PDT 2023; root:xnu-10002.0.199.505.1~3/RELEASE_ARM64_T6020 arm64
PHP 8.2.8 (cli) (built: Jul 6 2023 10:57:44) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.8, Copyright (c) Zend Technologies
with Zend OPcache v8.2.8, Copyright (c), by Zend Technologies
Apple clang version 15.0.0 (clang-1500.0.34.3)
Target: arm64-apple-darwin23.0.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
The text was updated successfully, but these errors were encountered: