Skip to content

DomCore v3.1.1

Latest

Choose a tag to compare

@metalwolf metalwolf released this 18 May 20:51

DomCore - The PHP foundation classes to build powerfull applications,
Powerfull code-independant template system,
multi-language system, debug objects,
and patterns implementation in PHP.

Changes in this version:

WASHM: shm id in hexa is not recognized anymore by PHP7, we have to convert it to an integer if the parameter is passed in hexadecimal string
WASHM: attribute numattach added to support reentrant methods (mainly when 'read' builds an object that will call another 'read' on same SHM segment through _wakeup method)
Implementation of attributes for each entry into WALanguage and WALanguageCompiler