[Bug 239606] php 7.3 curl segfaults php
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 2 20:03:40 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239606
Bug ID: 239606
Summary: php 7.3 curl segfaults php
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: sebastian at wolfgarten.com
Install php73 php73-extensions
Net install package php73-curl which then breaks php 7.3
Here is how to reproduce the issue (verified this on two machines):
# uname -a
FreeBSD waldfest 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64
# php -m
[PHP Modules]
bz2
Core
ctype
date
dom
filter
gd
hash
iconv
imap
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcre
PDO
pdo_sqlite
Phar
posix
Reflection
session
SimpleXML
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlwriter
Zend OPcache
zip
zlib
[Zend Modules]
Zend OPcache
# pkg install php73-curl
# php -m
(Segmentation fault)
Removing php73-curl makes "php -m" work again. Standalone curl on the command
line works just fine.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list