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"
2828authors = [
" PHPER Framework Team" ,
" jmjoy <[email protected] >" ]
2929edition = " 2021"
3030license = " MulanPSL-2.0"
31- repository = " https://github.com/jmjoy /phper.git "
31+ repository = " https://github.com/phper-framework /phper"
3232rust-version = " 1.65"
3333
3434[workspace .dependencies ]
Original file line number Diff line number Diff line change 1212name = " phper-sys"
1313description = " Low level PHP binding for Rust."
1414keywords = [" php" , " binding" ]
15- version = { workspace = true }
15+ version = " 0.12.1 "
1616authors = { workspace = true }
1717edition = { workspace = true }
1818rust-version = { workspace = true }
Original file line number Diff line number Diff line change 1818#include <zend_exceptions.h>
1919#include <zend_interfaces.h>
2020
21+ #if PHP_MAJOR_VERSION >= 8
22+ #include <zend_observer.h>
23+ #endif
24+
2125typedef ZEND_INI_MH (phper_zend_ini_mh );
2226
2327typedef zend_class_entry *
You can’t perform that action at this time.
0 commit comments