summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-15 09:40:06 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-15 09:40:06 +0100
commitf2a23b9cd347136f5195e78e93e9d449bcc5aa91 (patch)
treef1c21c42fd7fc4e3e61067a0b19577b01d6f0825
parentd87094c89d6cc6e6822c2d9d706c1735f6fd0358 (diff)
php 5.4: add sybase_ct extension
-rw-r--r--php54.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php54.spec b/php54.spec
index f0a9b6d..6110d88 100644
--- a/php54.spec
+++ b/php54.spec
@@ -82,7 +82,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.4.35
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -714,11 +714,12 @@ License: PHP
Requires: php-pdo%{?_isa} = %{version}-%{release}
BuildRequires: freetds-devel
Provides: php-pdo_dblib, php-pdo_dblib%{?_isa}
+Provides: php-sybase_ct, php-sybase_ct%{?_isa}
Obsoletes: php53-mssql, php53u-mssql, php54-mssql, php54w-mssql
%description mssql
The php-mssql package contains a dynamic shared object that will
-add MSSQL database support to PHP. It uses the TDS (Tabular
+add MSSQL and Sybase database support to PHP. It uses the TDS (Tabular
DataStream) protocol through the freetds library, hence any
database server which supports TDS can be accessed.
@@ -1090,6 +1091,7 @@ build --libdir=%{_libdir}/php \
--with-mcrypt=shared,%{_prefix} \
--with-tidy=shared,%{_prefix} \
--with-mssql=shared,%{_prefix} \
+ --with-sybase-ct=shared,%{_prefix} \
--enable-sysvmsg=shared --enable-sysvshm=shared --enable-sysvsem=shared \
--enable-posix=shared \
--with-unixODBC=shared,%{_prefix} \
@@ -1212,6 +1214,7 @@ build --includedir=%{_includedir}/php-zts \
--with-mcrypt=shared,%{_prefix} \
--with-tidy=shared,%{_prefix} \
--with-mssql=shared,%{_prefix} \
+ --with-sybase-ct=shared,%{_prefix} \
--enable-sysvmsg=shared --enable-sysvshm=shared --enable-sysvsem=shared \
--enable-posix=shared \
--with-unixODBC=shared,%{_prefix} \
@@ -1394,7 +1397,7 @@ for mod in pgsql mysql mysqli odbc ldap snmp xmlrpc imap \
sqlite3 \
%endif
enchant phar fileinfo intl \
- mcrypt tidy pdo_dblib mssql pspell curl wddx \
+ mcrypt tidy pdo_dblib mssql sybase_ct pspell curl wddx \
posix sysvshm sysvsem sysvmsg recode; do
cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/${mod}.ini <<EOF
; Enable ${mod} extension module
@@ -1426,6 +1429,7 @@ cat files.mysqlnd_mysql \
# Split out the PDO modules
cat files.pdo_dblib >> files.mssql
+cat files.sybase_ct >> files.mssql
cat files.pdo_mysql >> files.mysql
cat files.pdo_pgsql >> files.pgsql
cat files.pdo_odbc >> files.odbc
@@ -1694,6 +1698,9 @@ fi
%changelog
+* Mon Dec 15 2014 Remi Collet <remi@fedoraproject.org> 5.4.35-2
+- add sybase_ct extension
+
* Fri Nov 14 2014 Remi Collet <remi@fedoraproject.org> 5.4.35-1
- Update to 5.4.35
http://www.php.net/releases/5_4_35.php