├── install-all-php.sh ├── patches ├── patch-to-php-5.0.3-for-supporting-c99.txt ├── patch-to-php-5.0.3-for-supporting-gcc4.txt ├── patch-to-php-5.0.5-with-oniguruma-configuration.txt ├── patch-to-php-5.1.6-with-libxml2-2.9.txt ├── patch-to-php-5.1.6-with-openssl-1.0.0.txt ├── patch-to-php-5.2.10-with-openssl-1.0.0.txt ├── patch-to-php-5.2.6-with-openssl-1.0.0.txt ├── patch-to-php-5.3.0-with-libxml2-2.9.txt ├── patch-to-php-5.3.0-with-openssl-1.0.0.txt ├── patch-to-php-5.3.6-with-openssl-disabled-sslv2.txt └── patch-to-php-5.4.6-with-libxml2-2.9.txt └── phpall /install-all-php.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/install-all-php.sh -------------------------------------------------------------------------------- /patches/patch-to-php-5.0.3-for-supporting-c99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/patches/patch-to-php-5.0.3-for-supporting-c99.txt -------------------------------------------------------------------------------- /patches/patch-to-php-5.0.3-for-supporting-gcc4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/patches/patch-to-php-5.0.3-for-supporting-gcc4.txt -------------------------------------------------------------------------------- /patches/patch-to-php-5.0.5-with-oniguruma-configuration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/patches/patch-to-php-5.0.5-with-oniguruma-configuration.txt -------------------------------------------------------------------------------- /patches/patch-to-php-5.1.6-with-libxml2-2.9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/patches/patch-to-php-5.1.6-with-libxml2-2.9.txt -------------------------------------------------------------------------------- /patches/patch-to-php-5.1.6-with-openssl-1.0.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/patches/patch-to-php-5.1.6-with-openssl-1.0.0.txt -------------------------------------------------------------------------------- /patches/patch-to-php-5.2.10-with-openssl-1.0.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/patches/patch-to-php-5.2.10-with-openssl-1.0.0.txt -------------------------------------------------------------------------------- /patches/patch-to-php-5.2.6-with-openssl-1.0.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/patches/patch-to-php-5.2.6-with-openssl-1.0.0.txt -------------------------------------------------------------------------------- /patches/patch-to-php-5.3.0-with-libxml2-2.9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/patches/patch-to-php-5.3.0-with-libxml2-2.9.txt -------------------------------------------------------------------------------- /patches/patch-to-php-5.3.0-with-openssl-1.0.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/patches/patch-to-php-5.3.0-with-openssl-1.0.0.txt -------------------------------------------------------------------------------- /patches/patch-to-php-5.3.6-with-openssl-disabled-sslv2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/patches/patch-to-php-5.3.6-with-openssl-disabled-sslv2.txt -------------------------------------------------------------------------------- /patches/patch-to-php-5.4.6-with-libxml2-2.9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/patches/patch-to-php-5.4.6-with-libxml2-2.9.txt -------------------------------------------------------------------------------- /phpall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnw/phpall/HEAD/phpall --------------------------------------------------------------------------------