Skip to content

Zig 0.17#8

Draft
happystraw wants to merge 10 commits into
devfrom
zig-0.17
Draft

Zig 0.17#8
happystraw wants to merge 10 commits into
devfrom
zig-0.17

Conversation

@happystraw

Copy link
Copy Markdown
Owner

- 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.
@happystraw happystraw force-pushed the zig-0.17 branch 3 times, most recently from 64a9c6c to 3c77294 Compare July 10, 2026 16:00
@happystraw happystraw marked this pull request as draft July 10, 2026 16:32
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

1 participant