All Versions
54
Latest Version
Avg Release Cycle
37 days
Latest Release
101 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.12.5 Changes
October 02, 2019๐ Changed
- โก๏ธ Update
zend_update_static_property
to be compatible with PHP >= 7.3 #1904 - ๐ Improved error handling
๐ Fixed
- โก๏ธ Update
-
v0.12.4 Changes
September 22, 2019All notable changes to this version has been documented in the
CHANGELOG.md
file. -
v0.12.3 Changes
September 22, 2019 -
v0.12.2 Changes
August 05, 2019โ Added
- Introduced initial ability to generate
zend_module_deps
#1900, phalcon/cphalcon#13702, phalcon/cphalcon#13794
๐ Changed
- Write errors compiler to stderr if available
- Introduced initial ability to generate
-
v0.12.1 Changes
July 29, 2019โ Added
- โ Added initial bash completion support (see
zephir-autocomplete
file)
๐ Changed
โ Removed
- โ Remove HAVE_SPL usage phalcon/cphalcon#14215
- โ Remove not used redundant command line options
- Cleaning up redundant CLI options
๐ Fixed
- โ Added initial bash completion support (see
-
v0.12.0 Changes
June 20, 2019โ Added
โ Removed
- ๐ PHP 5.x is no longer supported
๐ Changed
- ๐ The minimal Zephir Parser version is 1.3.0
๐ Fixed
- ๐ Fixed CLI runner for Windows #1857
- ๐ Fixed segfault with fetching and opcache #1855
- Extended classes can't access their private variables #1851
- Incorrect usage of
zend_declare_class_constant_ex
phalcon/cphalcon#14160, https://bugs.php.net/bug.php?id=78121 - Incorrect implementation of ArrayAccess methods #1871
- ๐ Fixed exception on call undefined method #1863
-
v0.11.12 Changes
March 24, 2019 -
v0.11.11 Changes
February 26, 2019 -
v0.11.10 Changes
February 23, 2019๐ Changed
- ๐ Moved internal cache and logs to the user's home directory.
- On macOS Zephir will use
XDG
if it is possible, otherwise$HOME/Library
- On Windows Zephir will use
LOCALAPPDATA
if it is possible, otherwise home dir as a base path - In any other cases, e.g. Linux, BSD and so on, Zephir will use
XDG
if it is possible, otherwise$HOME/.local
and$HOME/.cache
- On macOS Zephir will use
- ๐ Per project cache used for temporary operations was moved to
%CWD%/.zephir/%VERSION%
where%CWD%
is the current working directory and%VERSION%
is the current Zephir version e.g.0.11.10-4a825b8
๐ Fixed
- Array of object as return type is reported to PHP as type, not array #1779
- ๐ Use namespace as a prefix for ini name #1604
- ๐ Fixed calling anonymous functions by resolving context #1751
- ๐ Fixed a bug when accessing super-global variables that do not exist (only for PHP >= 7.0 ) #1775
- ๐ Fixed incorrect behavior during work with ArrayAccess #1061, #1400
- ๐ Moved internal cache and logs to the user's home directory.
-
v0.11.9 Changes
January 16, 2019All notable changes to this version has been documented in the
CHANGELOG.md
file.