Projects
home:rottame:vhosts-ng:php74
php7
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
php7.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Mar 7 14:13:10 UTC 2023 - Angelo Grossini <rottame@intercom.it> + +- enable imap extension + +------------------------------------------------------------------- Tue Mar 7 11:32:35 UTC 2023 - Angelo Grossini <rottame@intercom.it> - enable dblib extension
View file
php7.spec
Changed
@@ -126,6 +126,7 @@ BuildRequires: gcc-c++ BuildRequires: gmp-devel BuildRequires: gpg2 +BuildRequires: imap-devel BuildRequires: libacl-devel BuildRequires: libapparmor-devel BuildRequires: libbz2-devel @@ -974,6 +975,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 %autosetup -p1 -n php-%{version} cp %{SOURCE5} . @@ -1153,6 +1165,8 @@ --with-gettext=shared \ --with-gmp=shared \ --with-iconv=shared \ + --with-imap=shared \ + --with-imap-ssl \ --with-kerberos \ --enable-json=shared \ --with-ldap=shared \ @@ -1714,4 +1728,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
.