PHP 7.0.6 Released

Installing/Configuring

Table of Contents

User Contributed Notes

MetaYii
3 years ago
Avoid using the --with-curlwrappers (EXPERIMENTAL: Use cURL for url streams) when configuring PHP (tested with 5.4.x) if you need to use functions like mkdir or is_dir with streams like ftp:// because the calls will fail without error or warning.
To Top