]> git.pld-linux.org Git - packages/php.git/commitdiff
- rel 3; ; BIG FAT WARNING: we are now building php WITHOUT ZTS
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 17 Dec 2010 06:52:56 +0000 (06:52 +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.805.2.79

php.spec

index edb3f933e4310477ef41369a180e9ff7c85272c1..6de0bc05483087714b1a681ca379239d260964e9 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -59,7 +59,7 @@
 %bcond_without apache1         # disable building Apache 1.3.x module
 %bcond_without apache2         # disable building Apache 2.x module
 %bcond_without fcgi            # disable building FCGI SAPI
-%bcond_without zts             # disable Zend Thread Safety
+%bcond_with    zts             # disable Zend Thread Safety
 %bcond_without fpm             # fpm patches from http://www.php-fpm.org/
 %bcond_without suhosin         # with suhosin patch
 %bcond_with    system_xmlrpc_epi       # use system xmlrpc-epi library (broken on 64bit arches, see http://bugs.php.net/41611)
@@ -112,7 +112,7 @@ Summary(ru.UTF-8):  PHP Версии 5 - язык препроцессирова
 Summary(uk.UTF-8):     PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          php
 Version:       5.2.15
-Release:       2
+Release:       3
 Epoch:         4
 License:       PHP
 Group:         Libraries
This page took 0.395521 seconds and 4 git commands to generate.