Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class "NumberFormatter" not found #6

Open
kautsar-design opened this issue Jun 8, 2023 · 1 comment
Open

Class "NumberFormatter" not found #6

kautsar-design opened this issue Jun 8, 2023 · 1 comment

Comments

@kautsar-design
Copy link

i am using laravel 9
and when i will run the server find this thing.

$ php artisan serve --port=8080
PHP Warning: PHP Startup: Unable to load dynamic library 'number_formatter' (tried: C:\xampp\php\ext\number_formatter (The specified module could not be found), C:\xampp\php\ext\php_number_formatter.dll (The specified module could not be found)) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'number_formatter' (tried: C:\xampp\php\ext\number_formatter (The specified module could not be found), C:\xampp\php\ext\php_number_formatter.dll (The specified module could not be found)) in Unknown on line 0

in C:\xampp\php\ext folder, I can't find php_number_formatter.dll file.
what do I have to do?
note I use
xampp v8.1.17

@grooverdan
Copy link

Looks like its enabled on non-OSX platforms, which by your bug report doesn't appear to be the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants