File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ version = "0.12.0"
28
28
authors = [
" PHPER Framework Team" ,
" jmjoy <[email protected] >" ]
29
29
edition = " 2021"
30
30
license = " MulanPSL-2.0"
31
- repository = " https://github.com/jmjoy /phper.git "
31
+ repository = " https://github.com/phper-framework /phper"
32
32
rust-version = " 1.65"
33
33
34
34
[workspace .dependencies ]
Original file line number Diff line number Diff line change 12
12
name = " phper-sys"
13
13
description = " Low level PHP binding for Rust."
14
14
keywords = [" php" , " binding" ]
15
- version = { workspace = true }
15
+ version = " 0.12.1 "
16
16
authors = { workspace = true }
17
17
edition = { workspace = true }
18
18
rust-version = { workspace = true }
Original file line number Diff line number Diff line change 18
18
#include <zend_exceptions.h>
19
19
#include <zend_interfaces.h>
20
20
21
+ #if PHP_MAJOR_VERSION >= 8
22
+ #include <zend_observer.h>
23
+ #endif
24
+
21
25
typedef ZEND_INI_MH (phper_zend_ini_mh );
22
26
23
27
typedef zend_class_entry *
You can’t perform that action at this time.
0 commit comments