Author: arekm                        Date: Sat Dec 11 21:22:55 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 11; BIG FAT WARNING: we are now building php WITHOUT ZTS
(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)

---- Files affected:
packages/php:
   php.spec (1.908 -> 1.909) 

---- Diffs:

================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.908 packages/php/php.spec:1.909
--- packages/php/php.spec:1.908 Tue Dec  7 15:00:12 2010
+++ packages/php/php.spec       Sat Dec 11 22:22:49 2010
@@ -56,7 +56,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
@@ -102,7 +102,7 @@
 %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
@@ -3165,6 +3165,15 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.909  2010/12/11 21:22:49  arekm
+- rel 11; BIG FAT WARNING: we are now building php WITHOUT ZTS
+(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)
+
 Revision 1.908  2010/12/07 14:00:12  glen
 - typo
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.908&r2=1.909&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to