zephir icon indicating copy to clipboard operation
zephir copied to clipboard

Improve types used with `Z_PARAM_STR`

Open Jeckerson opened this issue 2 years ago • 1 comments

Instead of zval key; use zend_string struct.

See details here - https://github.com/phalcon/cphalcon/issues/15792

Jeckerson avatar Nov 17 '21 11:11 Jeckerson

This now raises an error with GCC 14

See

  • https://github.com/ice/framework/issues/315
  • https://github.com/RubixML/Tensor/issues/42
  • https://github.com/phalcon/cphalcon/issues/16531

remicollet avatar Feb 19 '24 13:02 remicollet