appserver icon indicating copy to clipboard operation
appserver copied to clipboard

A multithreaded application server for PHP, written in PHP.

Results 91 appserver issues
Sort by recently updated
recently updated
newest added

Hello, forgive my rudeness, but I've to ask this out of sheer curiosity. After trying this project out, reading what's on your website and being aware of tools such as...

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

Updated: Missing methods in the following interfaces: `ApplicationInterface` - getDataDir() - search() `HttpServletRequestInterface` - setAttribute() - getUserPrincipal() - logout() `HttpSessionInterface` - removeData() - putData() - hasKey()

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

Hello! Please look at https://github.com/queue-interop/queue-interop project. Using interfaces from it allows us reuse some implementations like enqueue, which supports a lot of transports. You can outsource some code

The RemoteProxyGenerator is creating invalid method signatures for arrays as default value: 1) In associative arrays, keys are not being quoted 2) Values are also just being printed out which...