Skip to content

Commit c663ca6

Browse files
committed
Add SetVal trait, module info hook, and remove unused codes.
1 parent 0f86a71 commit c663ca6

File tree

21 files changed

+305
-631
lines changed

21 files changed

+305
-631
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ members = [
99

1010
# internal
1111
"examples/hello",
12-
# "examples/hello-class",
1312
# "examples/mini-curl",
1413
]

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,16 @@
22

33
A library that allows us to write PHP extensions using pure Rust and using safe Rust whenever possible.
44

5-
***Now the project is still under development.***
6-
75
## Requirement
86

9-
- php version:
10-
- libclang >= 9
7+
- os: linux
8+
- libclang: version >= 9
9+
- php: version in (7.1, 7.2, 7.3, 7.4, 8.0), mode: nts
1110

1211
## Usage
1312

1413
Now see [examples](examples).
1514

16-
<!--
17-
First you have to install `cargo-generate`:
18-
19-
# ```bash
20-
cargo install cargo-generate
21-
```
22-
23-
Then create a PHP extension project from the [template](https://github.com/jmjoy/phper-ext-skel.git):
24-
25-
```bash
26-
cargo generate --git https://github.com/jmjoy/phper-ext-skel.git
27-
```
28-
-->
29-
3015
## License
3116

3217
[Unlicense](LICENSE).

examples/hello-class/Cargo.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

examples/hello-class/Makefile.toml

Lines changed: 0 additions & 30 deletions
This file was deleted.

examples/hello-class/build.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/hello-class/src/lib.rs

Lines changed: 0 additions & 148 deletions
This file was deleted.

examples/hello-class/tests/integration.rs

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/hello-class/tests/php/test.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)