Frank Liepert
Frank Liepert
- [x] Rewrite routing component to use https://github.com/nikic/FastRoute under the hood - [x] Update documentation - [x] Remove obsolete code
## π Bug Report The `getCacheKey()` function seems to degradate as the amount of files increases. I observed this in a project with a few thousands of files when upgrading...
``` php $factory = new RandomLib\Factory; $generator = $factory->getGenerator(new SecurityLib\Strength(SecurityLib\Strength::MEDIUM)); var_dump($generator->generateString(8, 'abc')); // string(8) "bbcaaacb" var_dump($generator->generateString(8, 'Àâü')); // string(8) "ΓΒΆΒΌΓΒ€ΓΒΌΒΆ" var_dump($generator->generateString(8, 'a')); // string(0) "" var_dump($generator->generateString(8, 'Γ€')); // string(8) "€€Γ€€€ΓΒ€"...
Here some issues when starting the server: `PHP Warning: pcntl_signal_dispatch() has been disabled for security reasons in /xxx/vendor/amphp/amp/lib/Loop/NativeDriver.php on line 155` `PHP Fatal error: Uncaught Error: Failed to register signal...
The response headers of `*.js` or `*.css` files output `content-encoding: gzip`. Can this be changed somehow?
Webpack allows to disable AMD parsing - for a good reason - with the following option: https://webpack.js.org/configuration/other-options/#amd. But when the AMD parser is disabled, it gives the following error: ```...
Currently only tag `1.4.3.` is available. Please create tags for older versions.
This is: - [ ] a bug report - [x] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpword) # Expected Behavior PHPWord requires at...