mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-30 04:39:04 +01:00
0dd1a3f80f
* Added argument overloading If a double is requested but a long is available, we can cast the long into a double. This is required if the user gives an integer into a double field. As well as this, if a string is requested but a long or double is available, we can cast both of these into a string. * Check if zval is present before setting in arg * Added optional argument example * Updated documentation for ZendLong * WIP: added null checks |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml |