Projects
home:rottame:vhosts-ng:php70
php7
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 6
View file
php7.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Mar 7 10:34:01 UTC 2023 - Angelo Grossini <rottame@intercom.it> + +- enable dblib support + +------------------------------------------------------------------- Mon Sep 17 13:28:27 UTC 2018 - Petr Gajdos <pgajdos@suse.com> - updated to 7.0.32
View file
php7.spec
Changed
@@ -455,6 +455,20 @@ through the ODBC functions.) +%if 0%{suse_version} > 1110 +%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 +%endif + + %package dom Summary: PHP7 Extension Module Group: Development/Libraries/PHP @@ -1298,7 +1312,7 @@ %endif --enable-intl=shared,%{_usr} \ %if 0%{suse_version} > 1110 - --with-mssql=shared,%{_usr} \ + --with-pdo-dblib=shared,%{_usr} \ %endif --disable-cgi @@ -1618,6 +1632,13 @@ %{extension_dir}/dba.so %config(noreplace) %{php_sysconf}/conf.d/dba.ini +%if 0%{suse_version} > 1110 +%files dblib +%defattr(644,root,root,755) +%{extension_dir}/pdo_dblib.so +%config(noreplace) %{php_sysconf}/conf.d/pdo_dblib.ini +%endif + %files dom %defattr(644,root,root,755) %{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
.