Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 157395 Details for
Bug 226294
Merge Review: php
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for .spec file to merge with php-extras
php.spec.diff (text/plain), 3.12 KB, created by
Dmitry Butskoy
on 2007-06-19 17:15:08 UTC
(
hide
)
Description:
patch for .spec file to merge with php-extras
Filename:
MIME Type:
Creator:
Dmitry Butskoy
Created:
2007-06-19 17:15:08 UTC
Size:
3.12 KB
patch
obsolete
>--- php.spec 2007-05-08 16:06:37.000000000 +0400 >+++ php.spec.NEW 2007-06-19 21:09:56.000000000 +0400 >@@ -288,6 +288,58 @@ > The php-dba package contains a dynamic shared object that will add > support for using the DBA database abstraction layer to PHP. > >+%package dbase >+Summary: Standard dBase module for PHP applications >+Group: Development/Languages >+Requires: php-common = %{version}-%{release} >+ >+%description dbase >+The php-dbase package contains a dynamic shared object that will add >+support for using dBase databases to PHP. >+ >+%package mcrypt >+Summary: Standard PHP module provides mcrypt library support >+Group: Development/Languages >+Requires: php-common = %{version}-%{release} >+BuildRequires: libmcrypt-devel >+ >+%description mcrypt >+The php-mcrypt package contains a dynamic shared object that will add >+support for using the mcrypt library to PHP. >+ >+%package mhash >+Summary: Standard PHP module provides mhash support >+Group: Development/Languages >+Requires: php-common = %{version}-%{release} >+BuildRequires: mhash-devel >+ >+%description mhash >+The php-mhash package contains a dynamic shared object that will add >+support for using the mhash library to PHP. >+ >+%package tidy >+Summary: Standard PHP module provides tidy library support >+Group: Development/Languages >+Requires: php-common = %{version}-%{release} >+BuildRequires: libtidy-devel >+ >+%description tidy >+The php-tidy package contains a dynamic shared object that will add >+support for using the tidy library to PHP. >+ >+%package mssql >+Summary: MSSQL database module for PHP >+Group: Development/Languages >+Requires: php-common = %{version}-%{release} >+BuildRequires: freetds-devel >+ >+%description mssql >+The php-mssql package contains a dynamic shared object that will add >+MSSQL database support to PHP. It uses TDS (Tabular DataStream) protocol >+through freetds library, hence any database server who supports TDS >+can be accessed. >+ >+ > %prep > %setup -q > %patch1 -p1 -b .gnusrc >@@ -457,7 +509,12 @@ > --with-pdo-sqlite=shared,%{_prefix} \ > --enable-json=shared \ > --enable-zip=shared \ >- --with-readline >+ --with-readline \ >+ --enable-dbase=shared \ >+ --with-mcrypt=shared,%{_prefix} \ >+ --with-mhash=shared,%{_prefix} \ >+ --with-tidy=shared,%{_prefix} \ >+ --with-mssql=shared,%{_prefix} > popd > > # Build Apache module, and the CLI SAPI, /usr/bin/php >@@ -531,7 +588,8 @@ > # Generate files lists and stub .ini files for each subpackage > for mod in pgsql mysql mysqli odbc ldap snmp xmlrpc imap \ > mbstring ncurses gd dom xsl soap bcmath dba xmlreader xmlwriter \ >- pdo pdo_mysql pdo_pgsql pdo_odbc pdo_sqlite json zip; do >+ pdo pdo_mysql pdo_pgsql pdo_odbc pdo_sqlite json zip \ >+ dbase mcrypt mhash tidy mssql; do > cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/${mod}.ini <<EOF > ; Enable ${mod} extension module > extension=${mod}.so >@@ -629,6 +687,11 @@ > %files bcmath -f files.bcmath > %files dba -f files.dba > %files pdo -f files.pdo >+%files dbase -f files.dbase >+%files mcrypt -f files.mcrypt >+%files mhash -f files.mhash >+%files tidy -f files.tidy >+%files mssql -f files.mssql > > %changelog > * Tue May 8 2007 Joe Orton <jorton@redhat.com> 5.2.2-3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226294
:
148354
| 157395