Tim Wagner

Results 30 issues of Tim Wagner

When trying to load an instance of a legacy class that has not been registered in the appserver.io DI container with an optional interface type hint like ```php public function...

bug

The Proxy-Generator generates wrapper methods for the `__construct()` method like ```php public function __constructDOPPELGAENGEROriginal(PropertiesInterface $settings, SoapClientWrapper $soapClientWrapper) { parent::__construct($settings); $this->injectSoapClientWrapper($soapClientWrapper); } ``` which leads to strict notice like ```sh PHP...

Having a comment like ` // Fix "\JiraRestApi\JsonMapperHelper::class" syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$'` in a class constructor results in generation...

bug
compliance

Make a performance comparison (ab) between appserver.io, Apache and nginx with standard configuration for the following legacy applications: - Wordpress - Joomla - TYPO3 - Magento

evaluation
performance

When i try to annotating a method with an invalid anntation, in that case on a method i used a `@var` instead of a `@param` annotation ``` php /** *...

bug
usability

It would be helpful, to have a command line tool that enables a developer to start in a really minimal bootstrap that allows easy creation of all containers to execute...

enhancement
epic
usability
compliance

In foresight to cluster functionality a filesystem virtualization is necessary. Therefore all functions to that access FS has to be replaced with a integration of [flysystem](https://github.com/thephpleague/flysystem) library and a VFS....

enhancement
usability

It must be possible to send message to the Message-Queue by a client that supports the [STOMP](https://stomp.github.io/) protocol version 1.2.

enhancement
usability
compliance

It MUST be possible to update values (user, group, IPs, etc.) in appserver.xml by a setup script, e. g. Composer or custom.

enhancement
usability

appserver.io **MUST** be install- and runnable with the Dotdeb thread-safe PHP 5.6 + pthreads 2.0.10.

enhancement
usability
compliance