Add php4 package (Thanks aorlinsk and enzo for the help)
authorNicolas Thill <nico@openwrt.org>
Mon, 4 Jul 2005 17:03:18 +0000 (17:03 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 4 Jul 2005 17:03:18 +0000 (17:03 +0000)
commite5468ff96a44177326a6af4550768b321251ece9
tree001af1f942deb147234a69c37d20c529c594842a
parente45f4ab5b3b47a93e40fd2a105c12ce9d60e6af9
Add php4 package (Thanks aorlinsk and enzo for the help)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1334 3c298f89-4303-0410-b956-a3cf2f4a3e73
26 files changed:
openwrt/package/Config.in
openwrt/package/Makefile
openwrt/package/php4/Config.in [new file with mode: 0644]
openwrt/package/php4/Makefile [new file with mode: 0644]
openwrt/package/php4/files/php.ini [new file with mode: 0644]
openwrt/package/php4/files/php.init [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-cgi.conffiles [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-cgi.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-cli.conffiles [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-cli.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-fastcgi.conffiles [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-fastcgi.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-mod-ftp.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-mod-gd.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-mod-ldap.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-mod-mysql.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-mod-openssl.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-mod-pcre.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-mod-pgsql.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-mod-session.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-mod-sockets.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-mod-sqlite.control [new file with mode: 0644]
openwrt/package/php4/ipkg/php4-mod-xml.control [new file with mode: 0644]
openwrt/package/php4/patches/php-4.3.11-sqlite-1.0.patch [new file with mode: 0644]
openwrt/package/php4/patches/php4_configure.patch [new file with mode: 0644]
openwrt/package/php4/patches/php4_dns_skipname.patch [new file with mode: 0644]