Logoj0ke.net Open Build Service > Projects > home:netmax:rebuilds > php4 > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed php4.spec
x
 
1
@@ -114,6 +114,9 @@
2
 Patch126: php-4.4.8-php_ini.patch
3
 Patch127: php-4.4.8-pspell_test.patch
4
 
5
+# Added for PHP 4.4.9
6
+Patch128: php-4.4.9-pcre-x86_64.patch
7
+
8
 BuildRoot: %{_tmppath}/%{name}-root
9
 
10
 BuildRequires: bzip2-devel, curl-devel >= 7.9, db4-devel, expat-devel
11
@@ -445,6 +448,11 @@
12
 %patch126 -p1 -b .phpini
13
 %patch127 -p1 -b .pspelltest
14
 
15
+# php 4.4.9 patches
16
+%ifarch x86_64
17
+%patch128 -p0 -b .pcre-64
18
+%endif
19
+
20
 # Prevent %%doc confusion over LICENSE files
21
 cp Zend/LICENSE Zend/ZEND_LICENSE
22
 cp TSRM/LICENSE TSRM_LICENSE
23
[+] Added php-4.4.9-pcre-x86_64.patch ^