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 148354 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 against php.spec
phpextras.patch (text/plain), 2.65 KB, created by
Remi Collet
on 2007-02-19 18:39:05 UTC
(
hide
)
Description:
Patch against php.spec
Filename:
MIME Type:
Creator:
Remi Collet
Created:
2007-02-19 18:39:05 UTC
Size:
2.65 KB
patch
obsolete
>--- php-5.2.1-2.fc7.spec 2007-02-16 13:50:13.000000000 +0100 >+++ php.spec 2007-02-19 19:36:02.000000000 +0100 >@@ -198,6 +198,44 @@ > applications, you will need to install this package and the php > package. > >+%package tidy >+Summary: Standard PHP module provides tidy library support >+Group: Development/Languages >+BuildRequires: libtidy-devel >+Requires: php-common = %{version}-%{release} >+ >+%description tidy >+Standard PHP module provides tidy library support >+ >+%package dbase >+Summary: Standard dBase module for PHP applications >+Group: Development/Languages >+Requires: php-common = %{version}-%{release} >+Provides: php_database >+ >+%description dbase >+Standard dBase module for PHP applications >+ >+%package mhash >+Summary: A module for PHP applications that use Mhash >+Group: Development/Languages >+BuildRequires: mhash-devel >+Requires: php-common = %{version}-%{release} >+ >+%description mhash >+The php-mhash package is a dynamic shared object (DSO) for the Apache >+Web server that adds Mhash support to PHP. >+ >+%package mcrypt >+Summary: A module for PHP applications that use Mcrypt >+Group: Development/Languages >+BuildRequires: libmcrypt-devel >+Requires: php-common = %{version}-%{release} >+ >+%description mcrypt >+The php-mcrypt package is a dynamic shared object (DSO) for the Apache >+Web server that adds Mcrypt support to PHP. >+ > %package soap > Group: Development/Languages > Requires: php-common = %{version}-%{release} >@@ -297,6 +335,7 @@ > %patch3 -p1 -b .norpath > %patch5 -p1 -b .phpize64 > %patch8 -p1 -b .includedir >+%patch9 -p1 -b .strreplace > > %patch21 -p1 -b .odbc > %patch22 -p1 -b .shutdown >@@ -457,6 +496,11 @@ > --with-pdo-mysql=shared,%{_prefix} \ > --with-pdo-pgsql=shared,%{_prefix} \ > --with-pdo-sqlite=shared,%{_prefix} \ >+ --with-mhash=shared \ >+ --with-mcrypt=shared \ >+ --with-interbase=shared,/opt/interbase \ >+ --with-tidy=shared,%{_prefix} \ >+ --enable-dbase=shared \ > --enable-json=shared \ > --enable-zip=shared \ > --with-readline >@@ -533,6 +577,7 @@ > # 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 \ >+ mhash mcrypt tidy dbase \ > pdo pdo_mysql pdo_pgsql pdo_odbc pdo_sqlite json zip; do > cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/${mod}.ini <<EOF > ; Enable ${mod} extension module >@@ -631,6 +676,10 @@ > %files bcmath -f files.bcmath > %files dba -f files.dba > %files pdo -f files.pdo >+%files tidy -f files.tidy >+%files dbase -f files.dbase >+%files mhash -f files.mhash >+%files mcrypt -f files.mcrypt > > %changelog > * Thu Feb 15 2007 Joe Orton <jorton@redhat.com> 5.2.1-2
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