Zephir Versions Save

Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP

0.17.0

1 year ago

Added

  • Added support of PHP 8.2 #2255

Fixed

  • Fixed backtrace on alpine #2397

0.16.3

1 year ago

Fixed

  • Fixed segmentation fault on mixed return type and PHP 7.4 #2387

0.16.2

1 year ago

Added

  • Added support for object return type #2374

0.16.1

1 year ago

Changed

  • Changed usage of utf8_decode() function in favour of mb_convert_encoding() #2376

Fixed

  • Fixed generation of ARG_INFO for nullable object (?object) #2374

0.16.0

2 years ago

Added

  • Added custom list of arg info definition (Phalcon only) #2341
  • Added support for int|false return type (PHP >= 8.0 only) #2338
  • Added support of PHP 8.1 #2255

Fixed

  • Fixed left null with string condition #2299
  • Improved support of mixed type #2330
  • Fixed Interfaces Breaking Child Projects Of Same Root Level Namespace #2334

0.15.2

2 years ago

Fixed

  • Fixed output of string type INI in globals #2312

0.15.1

2 years ago

Fixed

  • Fix support of string type in struct globals #2308

0.15.0

2 years ago

Added

  • Added support for string type in php.ini #2280
  • Added support for mixed #2276

Fixed

  • Fixed multiple return types in stubs #2283
  • Fixed bool return type in stubs #2272

Changed

  • Removed .zep from stubs filenames #2273

0.14.0

2 years ago

Supported PHP versions: 7.4 and 8.0

All notable changes to this version has been documented in the CHANGELOG.md file.

0.14.0-beta.3

2 years ago

Supported PHP versions: 7.4 and 8.0

All notable changes to this version has been documented in the CHANGELOG.md file.