source: branches/fc15-dev/server/fedora/specs/php.spec.patch @ 2041

Last change on this file since 2041 was 2041, checked in by ezyang, 13 years ago
PHP extension loading support for .user.ini files.
File size: 1.2 KB
RevLine 
[2041]1--- rpmbuild/SPECS/php.spec.orig        2011-11-09 14:44:56.673119178 -0500
2+++ rpmbuild/SPECS/php.spec     2011-11-10 21:12:59.705782920 -0500
3@@ -37,7 +37,7 @@
4 Summary: PHP scripting language for creating dynamic web sites
5 Name: php
6 Version: 5.3.8
7-Release: 3%{?dist}
8+Release: 3%{?dist}.scripts.%{scriptsversion}
9 License: PHP
10 Group: Development/Languages
11 URL: http://www.php.net/
12@@ -79,6 +79,9 @@
13 # Fixes for tests
14 Patch61: php-5.0.4-tests-wddx.patch
15 
16+Patch1000: php-zend-llist-destroy.patch
17+Patch1001: php-user-ini-extension.patch
18+
19 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
20 
21 BuildRequires: bzip2-devel, curl-devel >= 7.9, db4-devel, gmp-devel
22@@ -94,6 +97,7 @@
23 Requires: php-cli%{?_isa} = %{version}-%{release}
24 # To ensure correct /var/lib/php/session ownership:
25 Requires(pre): httpd
26+Provides: scripts-php = %{version}-%{release}
27 
28 
29 # Don't provides extensions, which are not shared library, as .so
30@@ -549,6 +553,9 @@
31 
32 %patch61 -p1 -b .tests-wddx
33 
34+%patch1000 -p1 -b .llist-destroy
35+%patch1001 -p1 -b .userini-ext
36+
37 # Prevent %%doc confusion over LICENSE files
38 cp Zend/LICENSE Zend/ZEND_LICENSE
39 cp TSRM/LICENSE TSRM_LICENSE
Note: See TracBrowser for help on using the repository browser.