]> git.pld-linux.org Git - packages/php.git/commitdiff
- enable zts for apache2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 8 Aug 2004 13:58:56 +0000 (13:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.340

php.spec

index 883ba48c865f0b397c2e2d05914ee2c14803a99f..145716ef323c26bb19d5822fd70454ac89b7e643 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -77,7 +77,7 @@ Summary(ru):  PHP 
 Summary(uk):   PHP ÷ÅÒÓ¦§ 5 -- ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
 Name:          php
 Version:       5.0.0
-Release:       3
+Release:       3.1
 Epoch:         3
 Group:         Libraries
 License:       PHP
@@ -1478,6 +1478,7 @@ for i in fcgi cgi cli apxs ; do
        `[ $i = fcgi ] && echo --enable-fastcgi --with-fastcgi=/usr` \
 %if %{_apache2}
        `[ $i = apxs ] && echo --with-apxs2=%{apxs}` \
+       --enable-experimental-zts \
 %else
        `[ $i = apxs ] && echo --with-apxs=%{apxs}` \
 %endif
This page took 0.043228 seconds and 4 git commands to generate.