0.18.0
Added
- #2407 - PHP 8.3 support by @Jeckerson in https://github.com/zephir-lang/zephir/pull/2408
- #2396 - Add test cases with default param value by @Jeckerson in https://github.com/zephir-lang/zephir/pull/2430
Changed
- #2405 - Suppress callable deprecations by @Jeckerson in https://github.com/zephir-lang/zephir/pull/2424
- PSR-12 and PHPCS by @niden in https://github.com/zephir-lang/zephir/pull/2420
- More PHPCS by @niden in https://github.com/zephir-lang/zephir/pull/2421
- [PHP 8.4] Change
PHP_DEBUGconstant usage toZEND_DEBUG_BUILDby @Ayesh in https://github.com/zephir-lang/zephir/pull/2422 - Get the class using its name, not just its namespace name by @27pchrisl in https://github.com/zephir-lang/zephir/pull/2429
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in https://github.com/zephir-lang/zephir/pull/2436
Removed
- fast_add_function removed in 8.3 by @remicollet in https://github.com/zephir-lang/zephir/pull/2418