From 1802da3110dff65a7687105a86d87f3cb5e13b58 Mon Sep 17 00:00:00 2001 From: wapmorgan Date: Tue, 12 May 2015 15:19:46 +0400 Subject: [PATCH] Update data --- data/curl.php | 5 +++-- data/json.php | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/curl.php b/data/curl.php index 54ab27a..ded9e65 100644 --- a/data/curl.php +++ b/data/curl.php @@ -31,10 +31,10 @@ 'curl_unescape', 'curl_version' ), - 'classes' => array( + 'classes' => array( 'CURLFile' ), - 'constants' => array( + 'constants' => array( 'CURLOPT_AUTOREFERER', 'CURLOPT_COOKIESESSION', 'CURLOPT_DNS_USE_GLOBAL_CACHE', @@ -302,5 +302,6 @@ 'CURLPROXY_SOCKS4A', 'CURLPROXY_SOCKS5_HOSTNAME' ), + 'description' => 'Client URL Library', 'php_version' => '4.0.2', ); diff --git a/data/json.php b/data/json.php index 6e4c647..06eacdb 100644 --- a/data/json.php +++ b/data/json.php @@ -6,7 +6,7 @@ 'json_last_error_msg', 'json_last_error' ), - 'constants' => array( + 'constants' => array( 'JSON_ERROR_NONE', 'JSON_ERROR_DEPTH', 'JSON_ERROR_STATE_MISMATCH', @@ -25,7 +25,8 @@ 'JSON_BIGINT_AS_STRING', 'JSON_PRETTY_PRINT', 'JSON_UNESCAPED_SLASHES', - 'JSON_UNESCAPED_UNICODE' + 'JSON_UNESCAPED_UNICODE' ), + 'description' => 'JavaScript Object Notation', 'php_version' => '5.2.0', );