PHP Classes

File: feature_test_configuration.json

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Feature Test   feature_test_configuration.json   Download  
File: feature_test_configuration.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Feature Test
Test if PHP features work on the current setup
Author: By
Last change: Added support to test the usage of strftime functions and the Intl
extension.
Date: 2 years ago
Size: 1,367 bytes
 

Contents

Class file image Download
{ "version": "$Id: $", "comments": [ "." ], "features": { "Date and Time": { "class": "feature_test_date_and_time_class", "driver": "date_and_time.php", "nooutput": true }, "MySQL": { "class": "feature_test_mysql_class", "driver": "mysql.php", "nooutput": true }, "MySQLi": { "class": "feature_test_mysqli_class", "driver": "mysqli.php", "nooutput": true }, "Server API": { "class": "feature_test_sapi_class", "driver": "sapi.php", "nooutput": true }, "OpenSSL": { "class": "feature_test_openssl_class", "driver": "openssl.php", "nooutput": true }, "Sendmail": { "class": "feature_test_sendmail_class", "driver": "sendmail.php", "nooutput": true }, "SSL Client": { "class": "feature_test_ssl_client_class", "driver": "ssl_client.php", "nooutput": true }, "TrueType Fonts": { "class": "feature_test_ttf_class", "driver": "ttf.php", "nooutput": true }, "Upload Progress Extension": { "class": "feature_test_upload_progress_class", "driver": "upload_progress.php", "nooutput": true }, "Zend Opcache Extension": { "class": "feature_test_zend_opcache_class", "driver": "zend_opcache.php", "nooutput": true }, "Zlib": { "class": "feature_test_zlib_class", "driver": "zlib.php", "nooutput": true } } }