Tim Wagner
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...
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...
Make a performance comparison (ab) between appserver.io, Apache and nginx with standard configuration for the following legacy applications: - Wordpress - Joomla - TYPO3 - Magento
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 /** *...
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...
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....
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.
It MUST be possible to update values (user, group, IPs, etc.) in appserver.xml by a setup script, e. g. Composer or custom.
appserver.io **MUST** be install- and runnable with the Dotdeb thread-safe PHP 5.6 + pthreads 2.0.10.