Minimum Requirements
Test | Should Be | What You Have |
---|---|---|
PHP | 5.2 or newer | 5.6.35-1+ubuntu14.04.1+deb.sury.org+1 |
cURL | 7.15.0 or newer, with SSL | 7.35.0 (OpenSSL/1.0.1f) |
SimpleXML | Enabled | Enabled |
DOM | Enabled | Enabled |
SPL | Enabled | Enabled |
JSON | Enabled | Enabled |
PCRE | Enabled | Enabled |
File System Read/Write | Enabled | Enabled |
Optional Extensions
Test | Would Like To Be | What You Have |
---|---|---|
OpenSSL | Enabled | Enabled |
Zlib | Enabled | Enabled |
APC | Enabled | Enabled |
XCache | Enabled | Disabled |
Memcache | Enabled | Disabled |
Memcached | Enabled | Disabled |
PDO | Enabled | Enabled |
PDO-SQLite | Enabled | Disabled |
SQLite 2 | Enabled | Disabled |
SQLite 3 | Enabled | Disabled |
Settings for php.ini
Test | Would Like To Be | What You Have |
---|---|---|
open_basedir | off | off |
safe_mode | off | off |
zend.enable_gc | on | on |
Other
Test | Would Like To Be | What You Have |
---|---|---|
Architecture | 64-bit | 64-bit |
Bottom Line: Yes, you can!
Your PHP environment is ready to go, and can take advantage of all possible features!
What's Next?
You can download the latest version of the AWS SDK for PHP and install it by following the instructions. Also, check out our library of screencasts and tutorials.
Take the time to read "Getting Started" to make sure you're prepared to use the AWS SDK for PHP. No seriously, read it.
Recommended settings for config.inc.php
Based on your particular server configuration, the following settings are recommended.
Configuration Setting | Recommended Value |
---|---|
default_cache_config |
apc |
certificate_authority |
Give me the details!
- Your environment meets the minimum requirements for using the AWS SDK for PHP!
- The OpenSSL extension is installed. This will allow you to use CloudFront Private URLs and decrypt Microsoft® Windows® instance passwords.
- The Zlib extension is installed. The SDK will request gzipped data whenever possible.
- Storage types available for response caching: The file system, APC
NOTE: Passing this test does not guarantee that the AWS SDK for PHP will run on your web server — it only ensures that the requirements have been addressed.