Changelog for operator |
Release |
What has changed? |
0.4.1 |
Extension updated to be compatible with PHP5.3 and PHP5.4. |
0.4.0 |
Extension updated to be compatible with PHP5.3 and PHP5.4. |
0.3 |
* Added support for comparator ops
Note: ZE treats > style comparisons as backwards < c
omparisons, so what looks like a left-associative greater than becomes a right-associative less-than.
Because of this, overloading the > and >= operators for left-association requires applic
ation of a parser patch.
|
0.2 |
* Added support for pre/post inc/dec operators
* Added support for assignment operators
* Refactored opline->result handling
* Refactored opcode handlers
|
0.1 |
Initial Release
|