]> git.pld-linux.org Git - packages/php.git/commitdiff
- rel 3; revert (it still doesn't read correct entries)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 19 Jan 2011 21:31:21 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-mime_magic.patch -> 1.1.2.2
    php.spec -> 1.805.2.85

php-mime_magic.patch
php.spec

index a6529a82915233ea6826db81474329a379c27c32..83d139354fc5787444a53a913f913a4a0af099c1 100644 (file)
@@ -9,17 +9,4 @@
      fi
    else
      MAGIC_MIME_LOCATIONS="/usr/local/apache/conf/magic /usr/local/etc/apache/conf/magic /etc/apache/magic /etc/httpd/conf/magic /usr/share/magic.mime /usr/share/misc/magic.mime /etc/magic.mime"
---- php-5.2.17/ext/mime_magic/mime_magic.c~    2010-01-03 10:23:27.000000000 +0100
-+++ php-5.2.17/ext/mime_magic/mime_magic.c     2011-01-19 16:58:40.032694842 +0100
-@@ -441,8 +441,9 @@
-                       continue;
-               /* parse it */
--              if (parse(line + ws_offset, lineno) != 0)
--                      ++errs;
-+              if (parse(line + ws_offset, lineno) != 0) {
-+                      //++errs;
-+              }
-     }
-     (void) fclose(f);
+
index ebb4dc42d351874db55932ee29e9e8bba087b81a..7a94afdbc8df5b9ec07e79265749e9341ac26aa6 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -112,7 +112,7 @@ Summary(ru.UTF-8):  PHP Версии 5 - язык препроцессирова
 Summary(uk.UTF-8):     PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          php
 Version:       5.2.17
-Release:       2
+Release:       3
 Epoch:         4
 License:       PHP
 Group:         Libraries
This page took 0.481276 seconds and 4 git commands to generate.