Skip to content

Zig 0.17 - #8

Merged
happystraw merged 36 commits into
devfrom
zig-0.17
Jul 15, 2026
Merged

Zig 0.17#8
happystraw merged 36 commits into
devfrom
zig-0.17

Conversation

@happystraw

@happystraw happystraw commented Jul 10, 2026

Copy link
Copy Markdown
Owner

@happystraw
happystraw force-pushed the zig-0.17 branch 4 times, most recently from 3c77294 to d3ce2cf Compare July 10, 2026 16:23
@happystraw
happystraw marked this pull request as draft July 10, 2026 16:32
- add parse and format hooks for custom typed values
- add configurable update stages and forced writes for runtime setters
- validate wrapper types and raw Zend entry definitions in collect()
- replace direct directive value access with get()
Rename With/withs terminology to Runtime/runtime and clarify callable
resolution and object type payload names.
- bridge zend_try and zend_first_try through C wrappers
- add try variants for callable, function, object, and class operations
- map allocator bailouts to error.OutOfMemory and resume Zend bailouts
  at PHP boundaries
- reshape class creation around create(), new(), and tryNew()
Collect INI declarations and register class wrappers before the user
startup hook, with compile-time validation for registration APIs.
Create and configure extension libraries through one helper, and migrate
the README and generated skeleton to the new build API.
- patch translated bindings for DLL-imported data symbols
- add ABI-correct globals, callbacks, and PHP SDK linking
- support ZTS and debug builds and run Windows example tests
- migrate examples to the new build, module, INI, and runtime APIs
- extend release-mode, cross-target, and allocator-bailout coverage
Generate platform-aware build scripts and module filenames, propagate Windows ZTS/debug options to examples, and register generated classes through module metadata.
The translate_c regression that required these defines on macOS has
been fixed, so the workaround is no longer needed.
@happystraw
happystraw force-pushed the zig-0.17 branch 2 times, most recently from 7024a81 to f142a37 Compare July 13, 2026 15:42
@happystraw
happystraw force-pushed the zig-0.17 branch 2 times, most recently from 98aa254 to d4fd57e Compare July 14, 2026 14:14
@happystraw
happystraw force-pushed the zig-0.17 branch 6 times, most recently from 7ef30f0 to b35df1d Compare July 15, 2026 08:46
@happystraw
happystraw marked this pull request as ready for review July 15, 2026 09:33
@happystraw
happystraw merged commit 33697a9 into dev Jul 15, 2026
60 checks passed
@happystraw
happystraw deleted the zig-0.17 branch July 15, 2026 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

module global observer api catch zend_bailout Remove arm_neon.h workaround Windows Support

1 participant