Projects
home:rottame:vhosts-ng:php80
php8
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 4
View file
php8.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Mar 7 11:32:49 UTC 2023 - Angelo Grossini <rottame@intercom.it> + +- enable dblib extension + +------------------------------------------------------------------- Thu Feb 16 09:59:39 UTC 2023 - pgajdos@suse.com - version update to 8.0.28
View file
php8.spec
Changed
@@ -419,6 +419,17 @@ is not to be confused with IBM's DB2 software, which is supported through the ODBC functions.) +%package dblib +Summary: PHP7 Extension Module +Group: Development/Libraries/PHP +Requires: %{name} = %{version} +Provides: php-dblib = %{version} +Provides: php-mssql = %{version} +Obsoletes: php5-mssql + +%description dblib +MSSQL PDO driver + %package dom Summary: Document Object Model extension for PHP Group: Development/Libraries/PHP @@ -1141,6 +1152,7 @@ --enable-opcache=shared \ --with-zip=shared \ --enable-intl=shared \ + --with-pdo-dblib=shared,%{_usr} \ --disable-cgi %endif @@ -1428,6 +1440,11 @@ %{extension_dir}/dba.so %config(noreplace) %{php_sysconf}/conf.d/dba.ini +%files dblib +%defattr(644,root,root,755) +%{extension_dir}/pdo_dblib.so +%config(noreplace) %{php_sysconf}/conf.d/pdo_dblib.ini + %files dom %defattr(-, root, root) %{extension_dir}/dom.so
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.