Skip to content

Tags: lisachenko/z-engine

Tags

0.9.1

Toggle 0.9.1's commit message
Merge remote-tracking branch 'origin/0.x' into master * origin/0.x: As create_object handler is copied from the parent class, we should ignore situations when we are trying to extend a class that already has necessary create_object handler installed by Z-engine. Only internal classes should be ignored as we can't allocate memory for them and to perform initialization

0.8.1

Toggle 0.8.1's commit message
As create_object handler is copied from the parent class, we should i… …gnore situations when we are trying to extend a class that already has necessary create_object handler installed by Z-engine. Only internal classes should be ignored as we can't allocate memory for them and to perform initialization

0.9.0

Toggle 0.9.0's commit message
Migrated PHPUnit configuration to new format, enabled coverage mode 

0.8.0

Toggle 0.8.0's commit message
Add initial implementation of ReflectionProperty class 

0.7.1

Toggle 0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #34 from lisachenko/feature/additional-property-hooks [Feature] Add additional has_property, unset_property hooks

0.7.0

Toggle 0.7.0's commit message
Extract NodeInterface->removeChild() method, adjust typehints to Node… …Interface where applicable

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #20 from lisachenko/feature/user-class-handlers [Feature] Implement userland object handlers

0.5.0

Toggle 0.5.0's commit message
Fix invalid call to FFI::free