Welcome Guest, Not a member yet? Register   Sign In
M1 Chip MacOS php intl extension error
#5

(07-05-2021, 02:18 AM)InsiteFX Wrote: SEE below
Code:
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

extension=intl

;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;

;; Make sure it is also listed here
;; I think I had to move it down here from above also

extension=intl

Check and make sure that it is in botrh places with out a semi-colon in front of them.
I still have the error.
There is only 1 extension=intl.dll in my php.ini
Code:
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

; If you wish to have an extension loaded automatically, use the following
; syntax:
;
;  extension=modulename
;
; For example:
;
;  extension=mysqli
;
; When the extension library to load is not located in the default extension
; directory, You may specify an absolute path to the library file:
;
;  extension=/path/to/extension/mysqli.so
;
; Note : The syntax used in previous PHP versions ('extension=<ext>.so' and
; 'extension='php_<ext>.dll') is supported for legacy reasons and may be
; deprecated in a future PHP major version. So, when it is possible, please
; move to the new ('extension=<ext>) syntax.
;
; Notes for Windows environments :
;
; - Many DLL files are located in the extensions/ (PHP 4) or 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_dba.dll
;extension=php_exif.dll
;extension=php_fileinfo.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
Reply


Messages In This Thread
RE: M1 Chip MacOS php intl extension error - by ihaveerror - 07-13-2021, 07:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB