Skip to content

Commit 684f378

Browse files
committed
Typos
1 parent b7c7908 commit 684f378

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.cargo/config

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[build]
22
rustflags = ["-C", "link-arg=-Wl,-undefined,dynamic_lookup"]
3-
4-
[target.aarch64-unknown-linux-gnu]
5-
linker = "aarch64-linux-gnu-gcc"

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# PHP-V8Js
22

3-
PHP-V8Js is a PHP extension for the V8 JavaScript engine. It is a re-implementation of the fanstic (though unmaintained) [V8Js PHP extension](https://github.com/phpv8/v8js).
3+
PHP-V8Js is a PHP extension for the V8 JavaScript engine. It is a re-implementation of the fantastic (though unmaintained) [V8Js PHP extension](https://github.com/phpv8/v8js).
44

5-
The extension allows you to execute Javascript code in a secure sandbox from PHP. The executed code can be restricted using a time limit and/or memory limit. This provides the possibility to execute untrusted code with confidence.
5+
The extension allows you to execute JavaScript code in a secure sandbox from PHP. The executed code can be restricted using a time limit and/or memory limit. This provides the possibility to execute untrusted code with confidence.
66

77
## Requirements
88

99
- PHP 8.0+
1010

11-
THe extension includes builds of libv8, via the [v8 crate](https://docs.rs/v8/latest/v8/). This makes installing the extension very simple.
11+
The extension includes builds of libv8, via the [v8 crate](https://docs.rs/v8/latest/v8/). This makes installing the extension very simple.
1212

1313
## Todo:
1414

0 commit comments

Comments
 (0)