File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.0.7
4+
5+ - Added support for thread-safe PHP (@davidcole1340 ) #37
6+ - Added ability to add properties to classes (@davidcole1340 ) #39
7+ - Added better interactions with objects (@davidcole1340 ) #41
8+
39## Version 0.0.6
410
511- Fixed ` panic! ` when a PHP binary string was given to a function (@davidcole1340 ) [ c: d73788e ]
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
55homepage = " https://github.com/davidcole1340/ext-php-rs"
66license = " MIT OR Apache-2.0"
77keywords = [" php" , " ffi" , " zend" ]
8- version = " 0.0.6 "
8+ version = " 0.0.7 "
99authors = [" David Cole <david.cole1340@gmail.com>" ]
1010edition = " 2018"
1111categories = [" api-bindings" ]
1212
1313[dependencies ]
1414libc = " 0.2.88"
1515bitflags = " 1.2.1"
16- ext-php-rs-derive = { version = " =0.0.6 " , path = " ./ext-php-rs-derive" }
16+ ext-php-rs-derive = { version = " =0.0.7 " , path = " ./ext-php-rs-derive" }
1717
1818[build-dependencies ]
1919bindgen = { version = " >= 0.57.0, < 0.58.1" }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Derive macros for ext-php-rs."
44repository = " https://github.com/davidcole1340/ext-php-rs"
55homepage = " https://github.com/davidcole1340/ext-php-rs"
66license = " MIT OR Apache-2.0"
7- version = " 0.0.6 "
7+ version = " 0.0.7 "
88authors = [" David Cole <david.cole1340@gmail.com>" ]
99edition = " 2018"
1010
You can’t perform that action at this time.
0 commit comments