Skip to content

Commit 1802da3

Browse files
committed
Update data
1 parent 94b3ee2 commit 1802da3

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

data/curl.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
'curl_unescape',
3232
'curl_version'
3333
),
34-
'classes' => array(
34+
'classes' => array(
3535
'CURLFile'
3636
),
37-
'constants' => array(
37+
'constants' => array(
3838
'CURLOPT_AUTOREFERER',
3939
'CURLOPT_COOKIESESSION',
4040
'CURLOPT_DNS_USE_GLOBAL_CACHE',
@@ -302,5 +302,6 @@
302302
'CURLPROXY_SOCKS4A',
303303
'CURLPROXY_SOCKS5_HOSTNAME'
304304
),
305+
'description' => 'Client URL Library',
305306
'php_version' => '4.0.2',
306307
);

data/json.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'json_last_error_msg',
77
'json_last_error'
88
),
9-
'constants' => array(
9+
'constants' => array(
1010
'JSON_ERROR_NONE',
1111
'JSON_ERROR_DEPTH',
1212
'JSON_ERROR_STATE_MISMATCH',
@@ -25,7 +25,8 @@
2525
'JSON_BIGINT_AS_STRING',
2626
'JSON_PRETTY_PRINT',
2727
'JSON_UNESCAPED_SLASHES',
28-
'JSON_UNESCAPED_UNICODE'
28+
'JSON_UNESCAPED_UNICODE'
2929
),
30+
'description' => 'JavaScript Object Notation',
3031
'php_version' => '5.2.0',
3132
);

0 commit comments

Comments
 (0)