]> git.pld-linux.org Git - packages/php.git/commitdiff
- fix #35009: ZTS: Persistent resource destruct crashes when extension is compiled... auto/ac/php-5_0_5-16
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 8 Nov 2005 18:34:21 +0000 (18:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 16

Changed files:
    php.spec -> 1.510

php.spec

index ddf3421ce72f34bff24a4f90a4eb93863055618a..41f80481c889e18983b2a00ff7a59cc6ded72849 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -84,7 +84,7 @@ Summary(uk):  PHP 
 Name:          php
 Version:       5.0.5
 #define        _snap   200510281645
-%define        _rel    15
+%define        _rel    16
 Release:       %{?_snap:12.11.%{_snap}.}%{_rel}%{?with_hardening:hardened}
 Epoch:         4
 Group:         Libraries
@@ -136,6 +136,7 @@ Patch30:    %{name}-both-apxs.patch
 Patch31:       %{name}-builddir.patch
 Patch32:       %{name}_bug34435.patch
 Patch33:       %{name}-ftp-ssllibs.patch
+Patch34:       %{name}-bug-35009.patch
 Icon:          php.gif
 URL:           http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:       Firebird-devel >= 1.0.2.908-2}}
@@ -1534,6 +1535,7 @@ zcat %{SOURCE9} | patch -p1
 %patch31 -p1
 %{!?_snap:%patch32 -p0}
 %patch33 -p1
+%patch34 -p1
 
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
This page took 0.101922 seconds and 4 git commands to generate.