]> git.pld-linux.org Git - packages/php.git/commitdiff
- rel 11; BIG FAT WARNING: we are now building php WITHOUT ZTS auto/th/php-5_3_3-11
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 11 Dec 2010 21:22:49 +0000 (21:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
(zend thread safety) as it was "for code maintainers only!!".

We were using it because we hoped that zts will be fully supported
in php but it never happened and php devs are now insisting more
and more that this option shouldn't be used in normal builds
(look at commit logs and diffs for Zend/Zend.m4 in php repository)

Changed files:
    php.spec -> 1.909

php.spec

index ce729a1cc4c22105381a8c3dd0d28c7aa3174238..e380a7d30204cd01397cabefe8925dabfd4844e5 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -55,7 +55,7 @@
 %bcond_without xmlrpc          # without XML-RPC extension module
 %bcond_without apache1         # disable building Apache 1.3.x SAPI
 %bcond_without apache2         # disable building Apache 2.x SAPI
-%bcond_without zts             # disable Zend Thread Safety
+%bcond_with    zts             # Zend Thread Safety
 %bcond_without cgi             # disable CGI/FCGI SAPI
 %bcond_without fpm             # disable FPM
 %bcond_without suhosin         # with suhosin patch
@@ -101,7 +101,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                rel             10
+%define                rel             11
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
This page took 0.049034 seconds and 4 git commands to generate.