Skip to content

Releases: zephir-lang/zephir

0.17.0

11 Feb 20:15
9f99da6
Compare
Choose a tag to compare

Added

  • Added support of PHP 8.2 #2255

Fixed

  • Fixed backtrace on alpine #2397

0.16.3

17 Sep 09:20
5099f34
Compare
Choose a tag to compare

Fixed

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

0.16.2

22 Aug 17:27
3e961ab
Compare
Choose a tag to compare

Added

  • Added support for object return type #2374

0.16.1

22 Aug 08:32
9c99b4c
Compare
Choose a tag to compare

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

21 Mar 09:34
4fac47b
Compare
Choose a tag to compare

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

24 Oct 15:18
5828ae2
Compare
Choose a tag to compare

Fixed

  • Fixed output of string type INI in globals #2312

0.15.1

08 Oct 21:31
643e639
Compare
Choose a tag to compare

Fixed

  • Fix support of string type in struct globals #2308

0.15.0

05 Oct 19:55
d56e764
Compare
Choose a tag to compare

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

18 Sep 18:10
a7d7a61
Compare
Choose a tag to compare

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

06 Aug 22:45
0be9ad5
Compare
Choose a tag to compare
0.14.0-beta.3 Pre-release
Pre-release

Supported PHP versions: 7.4 and 8.0

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