add php5 package
authorNicolas Thill <nico@openwrt.org>
Sun, 14 Aug 2005 16:27:48 +0000 (16:27 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 14 Aug 2005 16:27:48 +0000 (16:27 +0000)
commit9ff7bce1c19b015513cdefcd6c9f884f5455dde6
treec74524546a450b64ffd88cc7313f48e9961afbb1
parent850b600ab3ffacdf0934b5ebc9ce11f6c198597f
add php5 package

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1667 3c298f89-4303-0410-b956-a3cf2f4a3e73
25 files changed:
openwrt/package/Config.in
openwrt/package/Makefile
openwrt/package/php5/Config.in [new file with mode: 0644]
openwrt/package/php5/Makefile [new file with mode: 0644]
openwrt/package/php5/files/php.ini [new file with mode: 0644]
openwrt/package/php5/files/php.init [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-cgi.conffiles [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-cgi.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-cli.conffiles [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-cli.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-fastcgi.conffiles [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-fastcgi.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-mod-ftp.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-mod-gd.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-mod-ldap.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-mod-mysql.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-mod-openssl.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-mod-pcre.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-mod-pgsql.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-mod-session.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-mod-sockets.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-mod-sqlite.control [new file with mode: 0644]
openwrt/package/php5/ipkg/php5-mod-xml.control [new file with mode: 0644]
openwrt/package/php5/patches/php-5.0.4-configure-cross.patch [new file with mode: 0644]
openwrt/package/php5/patches/php-5.0.4-xml-expat-no-xml2.patch [new file with mode: 0644]