- [ ] remove [`resolveCircularTypes`](https://github.com/happystraw/phpz/blob/548833f2336a33a2fe607ba828cca3fa7f6223be/src/root.zig#L25) > update to zig 0.16.0-dev.2821+3edaef9e0 - [ ] remove [`zig_zend_string_init`](https://github.com/happystraw/phpz/blob/548833f2336a33a2fe607ba828cca3fa7f6223be/src/root.zig#L44) and use `zend_string_init` directly - [ ] enable `strict_flex_arrays=1` to ensure correct translation of flexible array members, `zend_string_alloc`, `offset` etc. --- Based on: 1. https://github.com/Vexu/arocc/pull/975 2. https://codeberg.org/ziglang/translate-c/pulls/302 3. wait or create a pr to update `ziglang/translate-c` zig/arocc versions