mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
0f1209ab3d
- use the same type (int) for zval.value.usr.len and zval.value.str.len - use union "zstr" as char*/UChar* mixture instead of void* - Z_UNISTR() and Z_UNILEN() no longer check for Z_TYPE() - nuke int32_t from ZE (not finisned)