aboutsummaryrefslogtreecommitdiffstats
path: root/package/php5/ipkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-19 23:11:06 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-19 23:11:06 +0000
commit97fdace205c77de0c9adb09d29e4cc59dc4edf40 (patch)
treeabb4d534ff916e34ef1c1587833575f59bdbe082 /package/php5/ipkg
parenteb378ed9997aa830222e000d24a248ee6fbaf7e9 (diff)
downloadmaster-187ad058-97fdace205c77de0c9adb09d29e4cc59dc4edf40.tar.gz
master-187ad058-97fdace205c77de0c9adb09d29e4cc59dc4edf40.tar.bz2
master-187ad058-97fdace205c77de0c9adb09d29e4cc59dc4edf40.zip
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.control9
-rw-r--r--package/php5/ipkg/php5-mod-gmp.control9
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 0000000000..50b7f0187b
--- /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 0000000000..2e2dcd91ae
--- /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