mirror of
https://github.com/danog/ext-php-rs.git
synced 2025-01-23 05:21:20 +01:00
aea8717456
* Call zval destructor when changing zval type and dropping * Remove `ZendHashTable` wrapper Replaced by returning references to the actual hashtable, and having a new type `OwnedHashTable` when creating a new hashtable. * Refactor `ZendString` into a borrowed and owned variant `&ZendStr` is now equivalent to `&str`, while `ZendString` is equivalent to `String`. * Tidy up `ZendString`, add `Debug` implementation