summaryrefslogtreecommitdiffstats
path: root/openwrt/package/php5/ipkg
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-19 23:11:06 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-19 23:11:06 +0000
commitd852d33252c18830bfeee748f8a170339e2853da (patch)
tree931c0e90f5f485ced9604763b70ca21c927ebfd8 /openwrt/package/php5/ipkg
parentbc7f04c1b407c70a283fa63d463be2d1981bef30 (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@1950 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/php5/ipkg')
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-curl.control9
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-gmp.control9
2 files changed, 18 insertions, 0 deletions
diff --git a/openwrt/package/php5/ipkg/php5-mod-curl.control b/openwrt/package/php5/ipkg/php5-mod-curl.control
new file mode 100644
index 000000000..50b7f0187
--- /dev/null
+++ b/openwrt/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/openwrt/package/php5/ipkg/php5-mod-gmp.control b/openwrt/package/php5/ipkg/php5-mod-gmp.control
new file mode 100644
index 000000000..2e2dcd91a
--- /dev/null
+++ b/openwrt/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