PHP.GT

Latest releases

Daemon: Environment variables

Published on by Greg Bowler

With the latest May 2024 release, environment variables can be passed along to the subprocess. This minor patch release defaults the environment to that of the calling shell, so subprocesses have access to the PATH of the caller - this is useful for commands like gt build that require other system commands such as node, sass, etc.

Daemon: May 2024 release

Published on by Greg Bowler

What’s Changed

Full Changelog: https://github.com/PhpGt/Daemon/compare/v1.1.2...v1.1.3

DomTemplate: April 2024 release

Published on by Greg Bowler

What’s Changed

Full Changelog: https://github.com/PhpGt/DomTemplate/compare/v3.4.0...v3.4.1

CssXPath: January 2024 release

Published on by Greg Bowler

What’s Changed

New Contributors

Full Changelog: https://github.com/PhpGt/CssXPath/compare/v1.1.4...v1.2.0

Database: December 2023 release

Published on by Greg Bowler

What’s Changed

New Contributors

Full Changelog: https://github.com/PhpGt/Database/compare/v1.4.0...v1.5.1

Dom: November 2023 patch

Published on by Greg Bowler

This release is made today as the most recent version of PHP 8.1 and PHP 8.2 introduce a backwards-breaking change to DOMDocument::registerNodeClass() - Argument #2 ($extendedClass) must not be an abstract class. Thanks to @szymanek-event-it for the fix, using the correct instance of the current document object.

What’s Changed

New Contributors

Full Changelog: https://github.com/PhpGt/Dom/compare/v4.1.4...v4.1.5

Database: Dynamic sets, datetimes and split queries

Published on by Greg Bowler

What’s Changed

New Contributors

Full Changelog: https://github.com/PhpGt/Database/compare/v1.4.0...v1.4.2

WebEngine: November 2023

Published on by Greg Bowler

What’s Changed

Full Changelog: https://github.com/PhpGt/WebEngine/compare/v4.0.6...v4.1.0

Database: Initialisation queries, dynamic sets and other minor improvements

Published on by Greg Bowler

What’s Changed

New Contributors

Full Changelog: https://github.com/PhpGt/Database/compare/v1.4.0...v1.4.1