> Looks the same in -current and 7.6-stable.
This is on 7.6-stable

> If you're seeing errors when you do the same thing then please show
> output from:
>
> $ file /etc/php-8.2/*
Just enabled intl as you mentioned, however now funnily enough it is
complaining that that module is "already loaded"

> $ diff -wu /usr/local/share/examples/php-8.2/php.ini-production
> /etc/php-8.2.ini
--- /usr/local/share/examples/php-8.2/php.ini-production        Fri Dec 20 
16:44:58 2024
+++ /etc/php-8.2.ini    Fri Dec 13 00:29:59 2024
@@ -922,26 +922,26 @@
 ; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
 ; otherwise it results in segfault when unloading after using SASL.
 ; See https://github.com/php/php-src/issues/8620 for more info.
-;extension=ldap
+extension=ldap
 
-;extension=curl
+extension=curl
 ;extension=ffi
 ;extension=ftp
 ;extension=fileinfo
-;extension=gd
+extension=gd
 ;extension=gettext
 ;extension=gmp
-;extension=intl
+extension=intl
 ;extension=imap
-;extension=mbstring
+extension=mbstring
 ;extension=exif      ; Must be after mbstring as it depends on it
-;extension=mysqli
+extension=mysqli
 ;extension=oci8_12c  ; Use with Oracle Database 12c Instant Client
 ;extension=oci8_19  ; Use with Oracle Database 19 Instant Client
 ;extension=odbc
-;extension=openssl
+extension=openssl
 ;extension=pdo_firebird
-;extension=pdo_mysql
+extension=pdo_mysql
 ;extension=pdo_oci
 ;extension=pdo_odbc
 ;extension=pdo_pgsql
@@ -959,7 +959,13 @@
 ;extension=sqlite3
 ;extension=tidy
 ;extension=xsl
-;extension=zip
+extension=zip
+
+extension=xml
+extension=dom
+extension=iconv
+extionsion=pdo
+extension=tokenizer
 
 ;zend_extension=opcache
> $ pkg_info | grep php
php-8.2.27          server-side HTML-embedded scripting language
php-curl-8.2.27     curl URL library extensions for php
php-gd-8.2.27       image manipulation extensions for php
php-intl-8.2.27     intl library support for php
php-ldap-8.2.27     ldap protocol extensions for php
php-mysqli-8.2.27   mysql database access extensions for php
php-pdo_mysql-8.2.27 PDO mysql database access extensions for php
php-zip-8.2.27      zip functions for php

Reply via email to