krakjoe / uopz

User Operations for Zend
Other
356 stars 47 forks source link

fix #172: handle ZEND_VERIFY_NEVER_TYPE when uopz.exit is disabled #173

Open kornrunner opened 1 year ago

kornrunner commented 1 year ago

This should handle #172

When uopz.exit is disabled, actual call to exit() implicitly returns and violates never return type check.

I'd appreciate it if @cmb69 or @remicollet could check it / merge it. Thanks!

cmb69 commented 1 month ago

Closing and re-opening to (hopefully) trigger the CI workflow.