ext-php-rs/guide
David daef57ba91
Remove lifetime from PhpException (#80)
* Remove lifetime from `PhpException`

All class entries are effectively static (module start to module end) so
it's just a hassle carrying the lifetime everywhere.

* Removed forgotten lifetimes

* Implement `IntoZval` for `Result<T, E>`

Fixes function return error with `PhpResult` as the return type

* Updated changelog
2021-09-28 02:23:13 +13:00
..
src Remove lifetime from PhpException (#80) 2021-09-28 02:23:13 +13:00
.gitignore Added ext-php-rs guide (#52) 2021-08-22 01:00:14 +12:00
book.toml Added ext-php-rs guide (#52) 2021-08-22 01:00:14 +12:00