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)
commit0869de5f056a9633d58ffaa1ce5930b6e00c8eb3
treec74524546a450b64ffd88cc7313f48e9961afbb1
parent10be238e537af97ba021632817b0f967c92ab8a3
add php5 package

SVN-Revision: 1667
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]