php / php-tasks

Tasks that need doing. This is for php-src maintainers. The end-user bug tracker is at https://bugs.php.net/.
27 stars 6 forks source link

Review usage of forced casts in extensions #32

Open Girgias opened 2 months ago

Girgias commented 2 months ago

A lot of our extensions use convert_to_*() and zval_get_TYPE() engine functions which might hide some implicit casts to the end users.

Ideally, those usages should be reviewed and use the corresponding try function when available.