]> git.pld-linux.org Git - packages/php.git/commitdiff
- fixed sybase module build, added note
authorhawk <hawk@pld-linux.org>
Tue, 16 Nov 2004 22:39:54 +0000 (22:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.375

php.spec

index 0aa2b4cb6d0f343143cf340696c1f8c6c47b7f43..91a080a4fdcc8a55497d024db199519a7fd9f18d 100644 (file)
--- a/php.spec
+++ b/php.spec
 # - test if php.cgi segfaults after ctrl+d when overload.so is loaded
 # - build simplexml as shared (now it's static)
 #
+# Note:
+# According to http://bugs.php.net/bug.php?id=30286 sybase module is
+# currently not maintained. Using of sybase_ct is recommended instead.
+#
 # Conditional build:
 %bcond_with    db3             # use db3 packages instead of db (4.x) for Berkeley DB support
 %bcond_with    fdf             # with FDF (PDF forms) module           (BR: proprietary libs)
@@ -42,6 +46,7 @@
 %bcond_without simplexml       # without simplexml extension module
 %bcond_without snmp            # without SNMP extension module
 %bcond_without sqlite          # without SQLite extension module
+%bcond_without sybase          # without Sybase extension module
 %bcond_without sybase_ct       # without Sybase-CT extension module
 %bcond_without tidy            # without Tidy extension module
 %bcond_without wddx            # without WDDX extension module
@@ -52,8 +57,6 @@
 # Removed from sources?
 %bcond_with    mono            # without Mono extensions module
 %bcond_with    yaz             # without YAZ extension module
-# Breaks build
-%bcond_with    sybase          # without Sybase extension module
 #
 %define        _apache2        %(rpm -q apache-devel 2> /dev/null | grep -Eq '\\-2\\.[0-9]+\\.' && echo 1 || echo 0)
 %define        apxs            /usr/sbin/apxs
@@ -77,7 +80,7 @@ Summary(ru):  PHP 
 Summary(uk):   PHP ÷ÅÒÓ¦§ 5 - ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
 Name:          php
 Version:       5.0.2
-Release:       7
+Release:       8
 Epoch:         3
 Group:         Libraries
 License:       PHP
This page took 2.149192 seconds and 4 git commands to generate.