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 5
View file
php8.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Mar 7 14:13:32 UTC 2023 - Angelo Grossini <rottame@intercom.it> + +- enable imap extension + +------------------------------------------------------------------- Tue Mar 7 11:32:49 UTC 2023 - Angelo Grossini <rottame@intercom.it> - enable dblib extension
View file
php8.spec
Changed
@@ -107,6 +107,7 @@ BuildRequires: gcc-c++ BuildRequires: gmp-devel BuildRequires: gpg2 +BuildRequires: imap-devel BuildRequires: libapparmor-devel BuildRequires: libbz2-devel BuildRequires: libtidy-devel @@ -937,6 +938,17 @@ files, too, but not with sockets). %endif +%package imap +Summary: IMAP protocol support for PHP +Group: Development/Libraries/PHP +Requires: %{name} = %{version} +Provides: php-imap = %{version} +Obsoletes: php5-imap + +%description imap +These functions enable you to operate with the IMAP protocol, as well +as the NNTP, POP3 and local mailbox access methods. + %prep %setup -q -n php-%{version} cp %{SOURCE5} . @@ -1116,6 +1128,8 @@ --with-gettext=shared \ --with-gmp=shared \ --with-iconv=shared \ + --with-imap=shared \ + --with-imap-ssl \ --with-kerberos \ --with-ldap=shared \ --with-ldap-sasl \ @@ -1665,4 +1679,9 @@ %doc testresults.txt %endif +%files imap +%defattr(644,root,root,755) +%{extension_dir}/imap.so +%config(noreplace) %{php_sysconf}/conf.d/imap.ini + %changelog
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
.