Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Releases: fezfez/php-to-zephir

0.2.1

29 Sep 20:50
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • Fix false positive on primitive type
  • Generate file and dir in lower case
  • #22 : Add support of list in while
  • Add help with fatal error
  • Add description on command "convert"
  • #22 : Non supported funccall in array whas not logged in incompatibility
  • Do not show incompatibility table if not needed
  • Add incompatibility mesage on references

0.2.0

26 Sep 20:36
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

#11 : Support PHP7
#15 : Fix zephir version in composer.json
#16 : Clean up code
#20 : Ingore class that implements unknow interface
#21 : Support include

  • Remove the hack for "Add support static property default empty array"
  • Remove support for PHP 5.4
  • Remove support of trait
  • Better array management
  • Rename command convertDir rename to convert and now support file and dir
  • File are now generated in converted directory not in current dir
  • Implements += with array
  • Add a lot of tests
  • unit tests are run in nosudo mode
  • Add an "Incompatibilty" table of your code at the end of the genration

0.1.4

06 Aug 19:57
Compare
Choose a tag to compare

#19 : Fix error on PHP >= 5.5
#18 : use symfony/console new version : 2.7
#17 : Add unit test
#15 : Fix zephir version in composer.json

0.1.3

01 Aug 13:08
Compare
Choose a tag to compare

#9 : Add render interface
#10 : Add collector interface
#12 : Add class for interacte with zephir compile
#13 : Fix unset stmt
#15 : Fix zephir version in composer.json

Detect strong type in interface for return stmt

Support "dynamic construct"

16 Jul 08:56
Compare
Choose a tag to compare

Fix :

  • #8 : Fix New object from variable name (vahid-sohrabloo)

Support "for"

16 Jul 08:38
Compare
Choose a tag to compare

Fix :

  • #13 : Issues with the for loop ....

Release 0.1.0

14 Jun 21:20
Compare
Choose a tag to compare