You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ simdjson_php bindings for the [simdjson project](https://github.com/lemire/simdj
5
5
[](https://ci.appveyor.com/project/crazyxman/simdjson-php)
6
6
7
7
## Requirement
8
-
- PHP 7 +
9
-
-We support platforms like Linux or macOS
8
+
9
+
-PHP 7.0+ (The latest php version was 8.2 at the time of writing)
10
10
- Prerequisites: g++ (version 7 or better) or clang++ (version 6 or better), and a 64-bit system with a command-line shell (e.g., Linux, macOS, freeBSD). We also support programming environments like Visual Studio and Xcode, but different steps are needed
* Make the `SIMDJSON_ERR_*` constants case-sensitive in all PHP versions.
33
-
(The code it was based on was missing the flag needed to mark constants as case sensitive before PHP 8)
34
-
* Fix a bug that prevented using JSON pointer in `simdjson_key_count`, `simdjson_key_exists`, and `simdjson_key_value` with a leading slash https://www.rfc-editor.org/rfc/rfc6901.html.
35
-
36
-
This bug was introduced when working around test failures following a change in json pointer validation in the underlying C simdjson library.
37
-
* "" in a JSON pointer continues to refer to the entire document.
38
-
* "/" in a JSON pointer now properly refers to the key that is the empty string.
39
-
* Continue to allow the non-standard omission of the leading "/" for compatibility with earlier PECL releases. This may be deprecated in a subsequent release.
* Make the `SIMDJSON_ERR_*` constants case-sensitive in all PHP versions.
134
+
(The code it was based on was missing the flag needed to mark constants as case sensitive before PHP 8)
135
+
* Fix a bug that prevented using JSON pointer in `simdjson_key_count`, `simdjson_key_exists`, and `simdjson_key_value` with a leading slash https://www.rfc-editor.org/rfc/rfc6901.html.
136
+
137
+
This bug was introduced when working around test failures following a change in json pointer validation in the underlying C simdjson library.
138
+
* "" in a JSON pointer continues to refer to the entire document.
139
+
* "/" in a JSON pointer now properly refers to the key that is the empty string.
140
+
* Continue to allow the non-standard omission of the leading "/" for compatibility with earlier PECL releases. This may be deprecated in a subsequent release.
0 commit comments