mirror of
https://github.com/danog/ext-php-rs.git
synced 2025-01-23 05:21:20 +01:00
a2781b794a
* Fix memory leaks with strings and zvals Add PhpAllocator - not meant for usage, only for memory leak debugging. * Replace `impl AsRef<str>` with `&str` * Added `ZendString::as_str()` * Tidy up * Replace owned string parameters with `Into<String>` * Remove backtrace feature, un-import allocator