diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-19 23:11:06 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-19 23:11:06 +0000 |
commit | 5c79891ebdbf3b7a10c898d8138a1846ba0b8751 (patch) | |
tree | abb4d534ff916e34ef1c1587833575f59bdbe082 /package/php5/ipkg | |
parent | 0f087adb96aa7f61f26d3959dc8f34be9a07340d (diff) |
update to new upstream release (v5.0.5),
enable all packages when DEVELOPER=1,
add curl and gmp extensions,
fix gd extension build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1950 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/php5/ipkg')
-rw-r--r-- | package/php5/ipkg/php5-mod-curl.control | 9 | ||||
-rw-r--r-- | package/php5/ipkg/php5-mod-gmp.control | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/package/php5/ipkg/php5-mod-curl.control b/package/php5/ipkg/php5-mod-curl.control new file mode 100644 index 000000000..50b7f0187 --- /dev/null +++ b/package/php5/ipkg/php5-mod-curl.control @@ -0,0 +1,9 @@ +Package: php5-mod-curl +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ +Depends: php5, libcurl +Description: cURL module for PHP5 diff --git a/package/php5/ipkg/php5-mod-gmp.control b/package/php5/ipkg/php5-mod-gmp.control new file mode 100644 index 000000000..2e2dcd91a --- /dev/null +++ b/package/php5/ipkg/php5-mod-gmp.control @@ -0,0 +1,9 @@ +Package: php5-mod-gmp +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ +Depends: php5, libgmp +Description: GMP (GNU MP) module for PHP5 |