Summary: | lang/php7x core dumped. Reason: php7x-imap module | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Sergey Anokhin <admin> |
Component: | Individual Port(s) | Assignee: | Torsten Zuehlsdorff <tz> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | w.schwarzenfeld |
Priority: | --- | Flags: | tz:
merge-quarterly+
|
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Sergey Anokhin
2019-02-21 14:05:10 UTC
btw, #mv ext-20-imap.ini ext-30-imap.ini this movement solve the issue. Interesting. I will have a look at this issue this week! (In reply to Torsten Zuehlsdorff from comment #2) There is a opinion that this is old php bug linked with order of loading php modules (and mod_php too). This is my module list: # php -m [PHP Modules] bcmath bz2 Core ctype curl date dom filter gd gettext hash iconv imap intl json ldap libxml mbstring mysqli mysqlnd openssl pcntl pcre PDFlib PDO pdo_sqlite Phar posix pspell readline recode Reflection session SimpleXML soap SPL sqlite3 standard tokenizer xml xmlreader xmlrpc xmlwriter xsl Zend OPcache zip zlib [Zend Modules] Zend OPcache (In reply to Torsten Zuehlsdorff from comment #2) This is config files: # ls -1 /usr/local/etc/php/ ext-10-opcache.ini ext-18-session.ini ext-20-bcmath.ini ext-20-bz2.ini ext-20-ctype.ini ext-20-curl.ini ext-20-dom.ini ext-20-filter.ini ext-20-gd.ini ext-20-gettext.ini ext-20-hash.ini ext-20-iconv.ini ext-20-intl.ini ext-20-json.ini ext-20-ldap.ini ext-20-mbstring.ini ext-20-mysqli.ini ext-20-openssl.ini ext-20-pcntl.ini ext-20-pdo.ini ext-20-posix.ini ext-20-pspell.ini ext-20-readline.ini ext-20-recode.ini ext-20-simplexml.ini ext-20-soap.ini ext-20-sqlite3.ini ext-20-tokenizer.ini ext-20-xml.ini ext-20-xmlwriter.ini ext-20-zip.ini ext-20-zlib.ini ext-30-imap.ini ext-30-pdf.ini ext-30-pdo_sqlite.ini ext-30-phar.ini ext-30-xmlreader.ini ext-30-xmlrpc.ini ext-30-xsl.ini ext-30-imap.ini - was renamed manually A commit references this bug: Author: tz Date: Thu Apr 11 09:49:41 UTC 2019 New revision: 498659 URL: https://svnweb.freebsd.org/changeset/ports/498659 Log: PHP: Change MOD_PRIO for imap to avoid core dumps PR: 235917 Reported by: Sergey Anokhin <admin@5034.ru> MFH: 2019Q2 Changes: head/lang/php71/Makefile head/lang/php71/Makefile.ext head/lang/php72/Makefile head/lang/php72/Makefile.ext head/lang/php73/Makefile head/lang/php73/Makefile.ext A commit references this bug: Author: tz Date: Thu Apr 11 10:58:19 UTC 2019 New revision: 498663 URL: https://svnweb.freebsd.org/changeset/ports/498663 Log: MFH: r498659 PHP: Change MOD_PRIO for imap to avoid core dumps PR: 235917 Reported by: Sergey Anokhin <admin@5034.ru> Approved by: ports-secteam (joneum) Changes: _U branches/2019Q2/ branches/2019Q2/lang/php71/Makefile branches/2019Q2/lang/php71/Makefile.ext branches/2019Q2/lang/php72/Makefile branches/2019Q2/lang/php72/Makefile.ext branches/2019Q2/lang/php73/Makefile branches/2019Q2/lang/php73/Makefile.ext Committed, thanks! :) |