Zig 0.17#8
Draft
happystraw wants to merge 10 commits into
Draft
Conversation
happystraw
commented
Jul 10, 2026
Owner
- Closes Windows Support #3
- Closes Remove arm_neon.h workaround #4
- Closes catch zend_bailout #5
- Closes observer api #6
- Closes module global #7
- 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.
64a9c6c to
3c77294
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.