Bug #77794
closedCurl is activated, but wrong message in system environment
100%
Description
Hello Core-Team,
I get following message in Installtool - System environment:
Fetching external URLs is not allowed Either enable PHP runtime setting "allow_url_fopen" or enable curl by setting [SYS][curlUse] accordingly.
The phpinfo below shows following configure comment:
'./configure' '--with-mysqli=mysqlnd' '--with-config-file-path=/usr/local/php7-fpm' '--with-config-file-scan-dir=/usr/local/php7-fpm/conf.d' '--with-openssl' '--enable-zip' '--with-gd' '--enable-ftp' '--enable-calendar' '--with-libxml-dir' '--with-jpeg-dir=../jpeg-6b/' '--with-freetype-dir=/usr/lib' '--with-gettext' '--with-zlib-dir=../zlib-1.1.3/' '--with-png-dir=../libpng-1.0.6/' '--with-gdbm' '--with-ndbm' '--enable-dba' '--with-imap=/usr/local/imap-2007e' '--with-imap-ssl=/usr/local/imap-2007e' '--enable-bcmath' '--enable-exif' '--with-curl' '--with-gnu-ld' '--with-zlib' '--with-mcrypt=' '--enable-wddx' '--with-mhash' '--with-pgsql' '--with-bz2' '--with-pdo-mysql=mysqlnd' '--with-iconv' '--enable-soap' '--with-xsl' '--enable-fpm' '--enable-mbstring' '--enable-opcache' '--disable-huge-code-pages'
As you can see --with-curl is set. So something is wrong with the message above.
Stefan
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49772
Updated by Stefan Froemken about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 51177a8840ebf95589c031534ad8bf8ef3f559c0.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed