| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-30 | 582 Bytes | |
| Released version 3.0.24 source code.tar.gz | 2025-10-30 | 102.0 kB | |
| Released version 3.0.24 source code.zip | 2025-10-30 | 209.2 kB | |
| Totals: 3 Items | 311.8 kB | 2 | |
- Released version 3.0.24
- support for PHP 8.5
- added support for pipe operator in PHP 8.5
- added support for new deref without parens in PHP 8.4
- added
Engine::setSyntax()to set default syntax (#359) - refactor: moved script tag quote validation from PrintNode to compiler pass
- Tag parser: checks octal sequence overflow
Engine::getCacheKey()reflects strictTypes & strictParsing, ignores filemtime of extensionsElementNode::getAttribute()uses case-insensitive comparison in XML- NAttrNode: renamed temporary variables not to collide with n:snippet