]> git.pld-linux.org Git - packages/php.git/commitdiff
- previous commit reverted
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 23 Jan 2009 17:07:32 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.772

php.spec

index 4a0890d8df0c6fc9a2ef3543ccdb397bc598c89d..b9599fdf4198dd35219cdf88a91a28a66eda0168 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -20,7 +20,6 @@
 %bcond_with    interbase_inst  # use InterBase install., not Firebird  (BR: proprietary libs)
 %bcond_with    oci8            # with Oracle oci8 extension module     (BR: proprietary libs)
 %bcond_without curl            # without CURL extension module
-%bcond_without embed           # without experimental embed SAPI
 %bcond_without filter          # without filter extension module
 %bcond_without imap            # without IMAP extension module
 %bcond_without interbase       # without InterBase extension module
@@ -344,31 +343,18 @@ PHP as DSO module for apache 2.x.
 %description -n apache-mod_php -l pl.UTF-8
 php jako moduł DSO (Dynamic Shared Object) dla apache 2.x.
 
-%package embed
-Summary:       php as an embed SAPI
-Summary(pl.utf-8):     php jako osadzone SAPI
+%package fcgi
+Summary:       php as FastCGI program
+Summary(pl.UTF-8):     php jako program FastCGI
 Group:         Development/Languages/PHP
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
 Provides:      webserver(php) = %{version}
 
-%description embed
-php as fastcgi program.
-
-%description embed -l pl.utf-8
-php jako program fastcgi.
-
-%package fcgi
-summary:       php as fastcgi program
-summary(pl.utf-8):     php jako program fastcgi
-group:         development/languages/php
-requires:      %{name}-common = %{epoch}:%{version}-%{release}
-provides:      webserver(php) = %{version}
-
 %description fcgi
-php as fastcgi program.
+php as FastCGI program.
 
-%description fcgi -l pl.utf-8
-php jako program fastcgi.
+%description fcgi -l pl.UTF-8
+php jako program FastCGI.
 
 %package cgi
 Summary:       php as CGI program
@@ -1755,9 +1741,6 @@ fi
 export PROG_SENDMAIL="/usr/lib/sendmail"
 
 sapis="
-%if %{with embed}
-embed
-%endif
 %if %{with fcgi}
 fcgi
 %endif
@@ -1784,9 +1767,6 @@ for sapi in $sapis; do
        cli)
                sapi_args='--disable-cgi'
                ;;
-       embed)
-               sapi_args="--enable-embed=shared"
-               ;;
        fcgi)
                sapi_args='--disable-cli --enable-fastcgi --with-fastcgi=/usr --enable-force-cgi-redirect'
                ;;
This page took 0.044243 seconds and 4 git commands to generate.