Skip to content

Releases: thecodingmachine/mouf

Typecasting environment variables

04 Jul 10:23
693a63c
Compare
Choose a tag to compare

Environment variables bound in the config are type-casted to their expected type.

See #147

Fixing checkbox "fetch from environment" in config page

02 May 10:53
5a3989a
Compare
Choose a tag to compare

Invalidate opcache cache on install

27 Feb 18:20
1ccda50
Compare
Choose a tag to compare

This fixes install issues if the opcache.revalidate_freq is not set to 0 during the installation process.
See #145

Adding the ability to fetch config variable from environment

03 Jan 10:37
03daac8
Compare
Choose a tag to compare

Very useful for integration with Docker based environments where config comes from environment variables.

Adds the possibility to alter a class name in the container

23 May 08:43
Compare
Choose a tag to compare

Fixing detection of classes in symlinked directories

28 Mar 08:45
Compare
Choose a tag to compare
Merge pull request #139 from marcteyssier/2.0

Fix mapping of symlink

Fixing error in PHP 7.1

02 Mar 12:31
Compare
Choose a tag to compare
Merge pull request #138 from toscan/patch-1

Fix php 7.1 notice

Minor improvement

23 Jan 13:48
Compare
Choose a tag to compare

Improved position of added services in the Mouf class.
See #137.
Credits to @dsavina

Bugfix release

25 Nov 09:26
Compare
Choose a tag to compare

Fixing a weird bug in autoload management with recent versions of Composer.

Bugfix release

27 Sep 12:39
Compare
Choose a tag to compare

Fixes PSR-11 implementation regarding behaviour of the NotFoundException.
Fixes class analysis when a constant from a non loadable class was encountered.