diff --git a/develop/php/config.hlp b/develop/php/config.hlp index d98a2c9dd..000333ba4 100644 --- a/develop/php/config.hlp +++ b/develop/php/config.hlp @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../php/config.hlp -# Copyright (C) 2010 The OpenSDE Project +# Copyright (C) 2010 - 2012 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -21,7 +21,3 @@ SDECFG_PKG_PHP_FORCESHARED Please check here if you want to use shared libraries instead of PHP's built-in support for various applications. -SDECFG_PKG_PHP_FPM - Please check this if you want to apply the FPM patch which is - intended to build in PHP spawn-fcgi capabilities and other goodies. - diff --git a/develop/php/config.in b/develop/php/config.in index b805cc870..7296e0f25 100644 --- a/develop/php/config.in +++ b/develop/php/config.in @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../php/config.in -# Copyright (C) 2010 The OpenSDE Project +# Copyright (C) 2010 - 2012 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -17,7 +17,6 @@ if pkgcheck php X ; then menu_begin MENU_PKG_PHP 'PHP Package Options' bool 'Force usage of shared modules' SDECFG_PKG_PHP_FORCESHARED 0 - bool 'Enable FPM patch ' SDECFG_PKG_PHP_FPM 0 text 'Extra configure options' SDECFG_PKG_PHP_EXTRACONFOPT '' menu_end fi