]> git.pld-linux.org Git - packages/php.git/commitdiff
- thread safe version only for apache2 auto/ac/php-4_3_5-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 26 Mar 2004 23:59:49 +0000 (23:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.316

php.spec

index 27348c37111c8008f5f59af83fdea47fa441700c..cbeb3892ef63c35078692554ec149e1cc6539fe5 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1531,10 +1531,10 @@ 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
-       --enable-experimental-zts \
        --with-config-file-path=%{_sysconfdir} \
        --with-exec-dir=%{_bindir} \
        --%{!?debug:dis}%{?debug:en}able-debug \
This page took 0.04834 seconds and 4 git commands to generate.