-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI模式可以正常上报数据,SAPI模式(php-fpm)不上报 #141
Comments
./configure --enable-zipkin-header=yes checking for grep that handles long lines and -e... /bin/grep |
cli 模式下报错注释掉 molten.notify_uri设置后重试 php-fpm 下无法请求问题请检查 curl 与 molten 扩展的加载顺序,molten 需要后加载 |
ll /etc/php.d/ |
molten.ini
nginx配置
zipkin.me.conf
php -m
405 Method Not Allowed[PHP Modules]
bz2
calendar
Core
ctype
curl
date
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
igbinary
json
libxml
mcrypt
molten
msgpack
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
readline
redis
Reflection
session
sockets
SPL
sqlite3
standard
tokenizer
Zend OPcache
zlib
[Zend Modules]
Zend OPcache
PHP执行还报错405 Method Not Allowed
# php -v
405 Method Not AllowedPHP 7.0.33 (cli) (built: Jul 30 2019 11:48:07) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.33, Copyright (c) 1999-2017, by Zend Technologies
将 zipkin 的 java 服务 kill 掉就正常了
#php -v
PHP 7.0.33 (cli) (built: Jul 30 2019 11:48:07) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.33, Copyright (c) 1999-2017, by Zend Technologies
The text was updated successfully, but these errors were encountered: