Greetings,
I install everything from ports
This is what I have:
Now, to test php81-intl I use the following
When I run the script it throws me a weird error
This is somehow related to the ports, I can't just figure out yet
Will appreciate any help
I install everything from ports
This is what I have:
Bash:
$ pkg info icu php81-intl
icu-72.1,1
php81-intl-8.1.13
$ php -i | grep -i intl
/usr/local/etc/php/ext-20-intl.ini,
intl
intl.default_locale => no value => no value
intl.error_level => 2 => 2
intl.use_exceptions => On => On
PWD => /usr/ports/devel/php81-intl
$ uname -a
FreeBSD rooty.aaa 12.3-RELEASE-p10 FreeBSD 12.3-RELEASE-p10 DREAM amd64
Now, to test php81-intl I use the following
PHP:
<?php
$checker = new Spoofchecker();
echo "works";
?>
When I run the script it throws me a weird error
Bash:
$ php -d display_errors=on stan.php
Fatal error: Uncaught IntlException: Spoofchecker::__construct(): spoofchecker: unable to open ICU Spoof Checker in /usr/home/stan/del/stan.php:2
Stack trace:
#0 /usr/home/stan/del/stan.php(2): Spoofchecker->__construct()
#1 {main}
Next IntlException: spoofchecker: unable to open ICU Spoof Checker in /usr/home/stan/del/stan.php:2
Stack trace:
#0 /usr/home/stan/del/stan.php(2): Spoofchecker->__construct()
#1 {main}
thrown in /usr/home/stan/del/stan.php on line 2
This is somehow related to the ports, I can't just figure out yet
Will appreciate any help