MediaWiki GNU Free Documentation License 1.2

0

I am installing mediawiki using MAMP and I get the error that I need to install the extension

I added extension = php_fileinfo.dll in php.ini-development and not in php.ini-production and I restarted mamp, but it still gives error

Should you take out -development from the file name? (yes, I should and have already taken)

I continue with the same error. I have already seen that the php_fileinfo.dll file exists in the / ext folder within the php installation (version that mamp is using)

; Windows Extensions
; Note that ODBC support is built in, so no dll is needed for it.
; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5+)
; extension folders as well as the separate PECL DLL download (PHP 5+).
; Be sure to appropriately set the extension_dir directive.
;
;extension=php_bz2.dll
;extension=php_curl.dll
;extension=php_fileinfo.dll
;extension=php_ftp.dll
;extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_gmp.dll
;extension=php_intl.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
;extension=php_mbstring.dll
;extension=php_exif.dll      ; Must be after mbstring as it depends on it
;extension=php_mysqli.dll
;extension=php_oci8_12c.dll  ; Use with Oracle Database 12c Instant Client
;extension=php_openssl.dll
;extension=php_pdo_firebird.dll
;extension=php_pdo_mysql.dll
;extension=php_pdo_oci.dll
;extension=php_pdo_odbc.dll
;extension=php_pdo_pgsql.dll
;extension=php_pdo_sqlite.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll
;extension=php_fileinfo.dll

; The MIBS data available in the PHP distribution must be installed.
; See http://www.php.net/manual/en/snmp.installation.php
;extension=php_snmp.dll
    
asked by anonymous 30.05.2018 / 00:05

1 answer

0

Yes, of course, php.ini development and production are just examples to use in their environments, what php really reads is just php.ini

    
30.05.2018 / 03:30