Changeset 7aa6200 in freewrt
- Timestamp:
- Jun 26, 2007, 6:47:30 PM (18 years ago)
- Children:
- 59bf761
- Parents:
- 8a8c0a0
- Location:
- package
- Files:
-
- 2 edited
-
php4/Config.in (modified) (6 diffs)
-
php5/Config.in (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/php4/Config.in
r8a8c0a0 r7aa6200 5 5 default y 6 6 depends FWRT_PACKAGE_PHP4_CLI || FWRT_PACKAGE_PHP4_CGI || FWRT_PACKAGE_PHP4_FASTCGI 7 depends on FWRT_PACKAGE_PHP_VERSION_4 7 8 8 9 comment "PHP 4 Server API ---" 10 depends on FWRT_PACKAGE_PHP_VERSION_4 9 11 10 12 config FWRT_PACKAGE_PHP4_CLI … … 15 17 select FWRT_PACKAGE_LIBOPENSSL 16 18 select FWRT_PACKAGE_ZLIB 19 depends on FWRT_PACKAGE_PHP_VERSION_4 17 20 help 18 21 PHP is a widely-used general-purpose scripting language that is especially … … 28 31 select FWRT_PACKAGE_LIBOPENSSL 29 32 select FWRT_PACKAGE_ZLIB 33 depends on FWRT_PACKAGE_PHP_VERSION_4 30 34 help 31 35 PHP is a widely-used general-purpose scripting language that is especially … … 41 45 select FWRT_PACKAGE_LIBOPENSSL 42 46 select FWRT_PACKAGE_ZLIB 47 depends on FWRT_PACKAGE_PHP_VERSION_4 43 48 help 44 49 PHP is a widely-used general-purpose scripting language that is especially … … 48 53 49 54 comment "PHP 4 Extensions ---" 55 depends on FWRT_PACKAGE_PHP_VERSION_4 50 56 51 57 config FWRT_PACKAGE_PHP4_MOD_CURL … … 132 138 133 139 comment "PHP 4 Configuration end ---" 140 depends on FWRT_PACKAGE_PHP_VERSION_4 134 141 #endmenu -
package/php5/Config.in
r8a8c0a0 r7aa6200 4 4 tristate 5 5 default n 6 depends on FWRT_PACKAGE_PHP_VERSION_5 6 7 depends FWRT_PACKAGE_PHP5_CLI || FWRT_PACKAGE_PHP5_CGI || FWRT_PACKAGE_PHP5_FASTCGI 7 8 8 9 comment "PHP 5 Server API ---" 10 depends on FWRT_PACKAGE_PHP_VERSION_5 9 11 10 12 config FWRT_PACKAGE_PHP5_CLI … … 15 17 select FWRT_PACKAGE_LIBOPENSSL 16 18 select FWRT_PACKAGE_ZLIB 19 depends on FWRT_PACKAGE_PHP_VERSION_5 17 20 help 18 21 PHP is a widely-used general-purpose scripting language that is especially … … 28 31 select FWRT_PACKAGE_LIBOPENSSL 29 32 select FWRT_PACKAGE_ZLIB 33 depends on FWRT_PACKAGE_PHP_VERSION_5 30 34 help 31 35 PHP is a widely-used general-purpose scripting language that is especially … … 41 45 select FWRT_PACKAGE_LIBOPENSSL 42 46 select FWRT_PACKAGE_ZLIB 47 depends on FWRT_PACKAGE_PHP_VERSION_5 43 48 help 44 49 PHP is a widely-used general-purpose scripting language that is especially … … 48 53 49 54 comment "PHP 5 Extensions ---" 55 depends on FWRT_PACKAGE_PHP_VERSION_5 50 56 51 57 config FWRT_PACKAGE_PHP5_MOD_CURL … … 139 145 140 146 comment "PHP 5 Configuration end ---" 147 depends on FWRT_PACKAGE_PHP_VERSION_5 141 148 #endmenu
Note:
See TracChangeset
for help on using the changeset viewer.
