-
Notifications
You must be signed in to change notification settings - Fork 0
/
csv.json
74 lines (74 loc) · 3.69 KB
/
csv.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"category": "File Formats",
"deprecated": false,
"description": "A new and improved CSV file PHP extension which follows RFC 4180 instead of using a custom escape mechanism.\n\n Supports multi-bytes delimiters, enclosures, and providing a custom EOL sequence.",
"latestReleaseDate": "2022-05-31T17:45:56+00:00",
"latestVersion": "0.4.2",
"license": "PHP V3.01",
"name": "CSV",
"php8Mentioned": true,
"releases": {
"0.4.2": {
"version": "0.4.2",
"state": "alpha",
"license": "PHP V3.01",
"releasedBy": "girgias",
"releaseDate": "2022-05-31T17:45:56+00:00",
"releaseNotes": "Security release\n* Fix buffer overflow when using multibyte enclosures\n* Suppress PHP 8.2 Deprecation in test\n\nSponsor me via GitHub sponsors: https://github.com/sponsors/Girgias",
"get": "https://pecl.php.net/get/CSV-0.4.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.3.2": {
"version": "0.3.2",
"state": "alpha",
"license": "PHP V3.01",
"releasedBy": "girgias",
"releaseDate": "2022-05-31T17:45:49+00:00",
"releaseNotes": "Security release\nFix buffer overflow when using multibyte enclosures",
"get": "https://pecl.php.net/get/CSV-0.3.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.4.1": {
"version": "0.4.1",
"state": "alpha",
"license": "PHP V3.01",
"releasedBy": "girgias",
"releaseDate": "2021-09-05T17:55:27+00:00",
"releaseNotes": "* Compatibility with PHP 8.1.\n\nSponsor me via GitHub sponsors: https://github.com/sponsors/Girgias",
"get": "https://pecl.php.net/get/CSV-0.4.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.4.0": {
"version": "0.4.0",
"state": "alpha",
"license": "PHP V3.01",
"releasedBy": "girgias",
"releaseDate": "2021-02-22T22:28:36+00:00",
"releaseNotes": "Minimum PHP version is now 8.0 due to the usage of new Zend APIs.\nAll functions have been moved to static methods of a new CSV class.\nFunction names now refer to \"buffer\" instead of \"file\" as a string is used.\nCSV::collectionToBuffer() now supports iterable collections, not just arrays.\nIn case of field number miss-match a ValueError is thrown instead of an Error.\nA new CSV::bufferToCollectionLax() has been introduced which doesn't throw a ValueError in case of field number miss-match.\n\nSponsor me via GitHub sponsors: https://github.com/sponsors/Girgias",
"get": "https://pecl.php.net/get/CSV-0.4.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.3.1": {
"version": "0.3.1",
"state": "alpha",
"license": "PHP V3.01",
"releasedBy": "girgias",
"releaseDate": "2020-03-05T00:57:45+00:00",
"releaseNotes": "Fix Windows compilation.\nFix package stability.\nAdd tests for a custom EOL sequence as nul byte.\nBundle tests with release.",
"get": "https://pecl.php.net/get/CSV-0.3.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.3.0": {
"version": "0.3.0",
"state": "stable",
"license": "PHP V3.01",
"releasedBy": "girgias",
"releaseDate": "2020-03-03T23:16:58+00:00",
"releaseNotes": "Initial release on PECL.",
"get": "https://pecl.php.net/get/CSV-0.3.0",
"SPDX-License-Identifier": "PHP-3.01"
}
},
"summary": "CSV PHP extension",
"SPDX-License-Identifier": "PHP-3.01"
}