Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Tags: protectednet/framework

Tags

4.16.2

Toggle 4.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Share message catalog (cubex#31)

4.16.1

Toggle 4.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check the conf dir exists before loading 4 files. (cubex#30)

4.16.0

Toggle 4.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support symfony console 5 (cubex#29)

4.15.1

Toggle 4.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add php8 to circle (cubex#28)

* add php8 to circle

* update phpunit

* remove support for php7.2

* scrutinizer php7.3

4.15.0

Toggle 4.15.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bajb Brooke Bryan
Cubex application timing context

4.14.0

Toggle 4.14.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bajb Brooke Bryan
Protected

4.12.1

Toggle 4.12.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bajb Brooke Bryan
Add comment support

4.12.0

Toggle 4.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CLI workers (cubex#26)

* support PHP_CLI_SERVER_WORKERS in built-in webserver

* just use putenv

* fix test

4.11.2

Toggle 4.11.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bajb Brooke Bryan
Translation updater to use the built in builder

4.11.1

Toggle 4.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Xdebug3 support in built in webserver (cubex#25)

* support xdebug3

* fix xdebug version detection and test

* use php_binary constant

* simplify code comparison

* TestableBuiltInWebServer always returns code 0, so only test that xdebug3 is enabled

* fix quoting issue with _runCommand through bash