summaryrefslogtreecommitdiff
path: root/openwrt/package/php5/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/php5/ipkg')
-rw-r--r--openwrt/package/php5/ipkg/php5-cgi.conffiles1
-rw-r--r--openwrt/package/php5/ipkg/php5-cgi.control6
-rw-r--r--openwrt/package/php5/ipkg/php5-cli.conffiles1
-rw-r--r--openwrt/package/php5/ipkg/php5-cli.control6
-rw-r--r--openwrt/package/php5/ipkg/php5-fastcgi.conffiles2
-rw-r--r--openwrt/package/php5/ipkg/php5-fastcgi.control6
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-curl.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-ftp.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-gd.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-gmp.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-ldap.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-mysql.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-openssl.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-pcre.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-pgsql.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-session.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-sockets.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-sqlite.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-xml.control5
19 files changed, 0 insertions, 87 deletions
diff --git a/openwrt/package/php5/ipkg/php5-cgi.conffiles b/openwrt/package/php5/ipkg/php5-cgi.conffiles
deleted file mode 100644
index f1b6b5f..0000000
--- a/openwrt/package/php5/ipkg/php5-cgi.conffiles
+++ /dev/null
@@ -1 +0,0 @@
-/etc/php.ini
diff --git a/openwrt/package/php5/ipkg/php5-cgi.control b/openwrt/package/php5/ipkg/php5-cgi.control
deleted file mode 100644
index a28d4da..0000000
--- a/openwrt/package/php5/ipkg/php5-cgi.control
+++ /dev/null
@@ -1,6 +0,0 @@
-Package: php5-cgi
-Priority: optional
-Section: net
-Provides: php5
-Depends: libopenssl, zlib
-Description: PHP5 compiled as for CGI
diff --git a/openwrt/package/php5/ipkg/php5-cli.conffiles b/openwrt/package/php5/ipkg/php5-cli.conffiles
deleted file mode 100644
index f1b6b5f..0000000
--- a/openwrt/package/php5/ipkg/php5-cli.conffiles
+++ /dev/null
@@ -1 +0,0 @@
-/etc/php.ini
diff --git a/openwrt/package/php5/ipkg/php5-cli.control b/openwrt/package/php5/ipkg/php5-cli.control
deleted file mode 100644
index 1c18c24..0000000
--- a/openwrt/package/php5/ipkg/php5-cli.control
+++ /dev/null
@@ -1,6 +0,0 @@
-Package: php5-cli
-Priority: optional
-Section: net
-Provides: php5
-Depends: libopenssl, zlib
-Description: PHP5 CLI (Command Line Interface)
diff --git a/openwrt/package/php5/ipkg/php5-fastcgi.conffiles b/openwrt/package/php5/ipkg/php5-fastcgi.conffiles
deleted file mode 100644
index 6d08353..0000000
--- a/openwrt/package/php5/ipkg/php5-fastcgi.conffiles
+++ /dev/null
@@ -1,2 +0,0 @@
-/etc/php.ini
-/etc/init.d/php
diff --git a/openwrt/package/php5/ipkg/php5-fastcgi.control b/openwrt/package/php5/ipkg/php5-fastcgi.control
deleted file mode 100644
index d2cc437..0000000
--- a/openwrt/package/php5/ipkg/php5-fastcgi.control
+++ /dev/null
@@ -1,6 +0,0 @@
-Package: php5-fastcgi
-Priority: optional
-Section: net
-Provides: php5
-Depends: libopenssl, zlib
-Description: PHP5 compiled for FastCGI (for use with libhttpd-fastcgi)
diff --git a/openwrt/package/php5/ipkg/php5-mod-curl.control b/openwrt/package/php5/ipkg/php5-mod-curl.control
deleted file mode 100644
index 421490c..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-curl.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-curl
-Priority: optional
-Section: net
-Depends: php5, libcurl
-Description: cURL module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-ftp.control b/openwrt/package/php5/ipkg/php5-mod-ftp.control
deleted file mode 100644
index a8f4eda..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-ftp.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-ftp
-Priority: optional
-Section: net
-Depends: php5
-Description: FTP module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-gd.control b/openwrt/package/php5/ipkg/php5-mod-gd.control
deleted file mode 100644
index 7558408..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-gd.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-gd
-Priority: optional
-Section: net
-Depends: php5, libgd, libpng
-Description: GD module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-gmp.control b/openwrt/package/php5/ipkg/php5-mod-gmp.control
deleted file mode 100644
index 9572610..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-gmp.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-gmp
-Priority: optional
-Section: net
-Depends: php5, libgmp
-Description: GMP (GNU MP) module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-ldap.control b/openwrt/package/php5/ipkg/php5-mod-ldap.control
deleted file mode 100644
index 450e184..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-ldap.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-ldap
-Priority: optional
-Section: net
-Depends: php5, libopenldap
-Description: LDAP module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-mysql.control b/openwrt/package/php5/ipkg/php5-mod-mysql.control
deleted file mode 100644
index faecf91..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-mysql.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-mysql
-Priority: optional
-Section: net
-Depends: php5, libmysqlclient
-Description: MySQL module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-openssl.control b/openwrt/package/php5/ipkg/php5-mod-openssl.control
deleted file mode 100644
index 1c62ad1..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-openssl.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-openssl
-Priority: optional
-Section: net
-Depends: php5, libopenssl
-Description: OpenSSL module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-pcre.control b/openwrt/package/php5/ipkg/php5-mod-pcre.control
deleted file mode 100644
index 15afde2..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-pcre.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-pcre
-Priority: optional
-Section: net
-Depends: php5, libpcre
-Description: PCRE module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-pgsql.control b/openwrt/package/php5/ipkg/php5-mod-pgsql.control
deleted file mode 100644
index 7bc3dca..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-pgsql.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-pgsql
-Priority: optional
-Section: net
-Depends: php5, libpq
-Description: PostgreSQL module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-session.control b/openwrt/package/php5/ipkg/php5-mod-session.control
deleted file mode 100644
index 0290018..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-session.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-session
-Priority: optional
-Section: net
-Depends: php5
-Description: Sessions module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-sockets.control b/openwrt/package/php5/ipkg/php5-mod-sockets.control
deleted file mode 100644
index ad6abd2..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-sockets.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-sockets
-Priority: optional
-Section: net
-Depends: php5
-Description: Sockets module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-sqlite.control b/openwrt/package/php5/ipkg/php5-mod-sqlite.control
deleted file mode 100644
index 16f7d44..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-sqlite.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-sqlite
-Priority: optional
-Section: net
-Depends: php5, libsqlite2
-Description: SQLite module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-xml.control b/openwrt/package/php5/ipkg/php5-mod-xml.control
deleted file mode 100644
index 9395fd8..0000000
--- a/openwrt/package/php5/ipkg/php5-mod-xml.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-xml
-Priority: optional
-Section: net
-Depends: php5, libexpat
-Description: XML module for PHP5