]> git.pld-linux.org Git - packages/php.git/commitdiff
- fix for bug #46889, memory leak in strtotime(), from PHP CVS, auto/th/php-5_2_8-8 auto/ti/php-5_2_8-8
authorhawk <hawk@pld-linux.org>
Thu, 12 Feb 2009 15:14:58 +0000 (15:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  thx to Dariusz Parciak

Changed files:
    php.spec -> 1.774

php.spec

index de223830064ad06ad47b185ccd24cadefbf71dd5..d637fa7e6a885774ef6d6697ea72f527e8154d33 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -84,7 +84,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                rel 7
+%define                rel 8
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     JÄ™zyk skryptowy PHP
@@ -158,6 +158,7 @@ Patch49:    %{name}-fpm-initdir.patch
 # drop when http://bugs.php.net/bug.php?id=45996 solved
 Patch50:       %{name}-xml-force-expat.patch
 Patch51:       %{name}-include_path.patch
+Patch52:       %{name}-strtotime-memleak.patch
 URL:           http://www.php.net/
 # Requires review:
 # http://securitytracker.com/alerts/2008/Oct/1020995.html
@@ -1681,6 +1682,8 @@ done
 %patch50 -p1
 %patch51 -p1
 
+%patch52 -p1
+
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
 
This page took 0.712698 seconds and 4 git commands to generate.