]> git.pld-linux.org Git - packages/php.git/commitdiff
- stop windows behaviour: prevent php.ini being parsed from ./ and /usr/bin in
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Jan 2006 16:38:12 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  cli sapi. see also php#34793
- rel 4

Changed files:
    php.spec -> 1.549

php.spec

index 501a975b02752b6b019719d27b3b577b123ef09f..28d17375a152cc154bdedfbff947cb55727622b0 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -79,7 +79,7 @@ Summary(ru):  PHP 
 Summary(uk):   PHP ÷ÅÒÓ¦§ 5 - ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
 Name:          php
 Version:       5.1.2
-%define        _rel 3
+%define        _rel 4
 Release:       %{_rel}%{?with_hardening:hardened}
 Epoch:         4
 License:       PHP
@@ -124,6 +124,7 @@ Patch30:    %{name}-hardening-fix.patch
 Patch31:       %{name}-both-apxs.patch
 Patch32:       %{name}-builddir.patch
 Patch33:       %{name}-zlib-for-getimagesize.patch
+Patch34:       %{name}-ini-search-path.patch
 Icon:          php.gif
 URL:           http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:       Firebird-devel >= 1.0.2.908-2}}
@@ -1561,6 +1562,7 @@ patch -p1 < %{PATCH30} || exit 1
 %patch31 -p1
 %patch32 -p1
 %patch33 -p1
+%patch34 -p1
 
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
This page took 0.054853 seconds and 4 git commands to generate.