Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed May 12, 2015
1 parent 94b3ee2 commit 1802da3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions data/curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -302,5 +302,6 @@
'CURLPROXY_SOCKS4A',
'CURLPROXY_SOCKS5_HOSTNAME'
),
'description' => 'Client URL Library',
'php_version' => '4.0.2',
);
5 changes: 3 additions & 2 deletions data/json.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
);

0 comments on commit 1802da3

Please sign in to comment.