Stanislau Kviatkouski
Stanislau Kviatkouski
Removes deprecated on PHP 8.1 constant `FILTER_SANITIZE_STRING` usage. Replaces undocumented `FILTER_SANITIZE_FULL_SPECIAL_CHARS` usage by common `FILTER_UNSAFE_RAW` filter. Closes #22 More info about migration from `FILTER_SANITIZE_STRING` constant on Stack Overflow: https://stackoverflow.com/a/69207369/5533907
In PHPDoc return type is `string`, but `PAMI\Message\Message::$keys` can also contains any of types returned by `PAMI\Message\Message::sanitizeInput()` method. Can be reproduced by code: ```php $message = new PAMI\Message\Response\GenericResponse("Foo: 123\r\n"); $fooValue...
In case of https://github.com/asterisk/documentation/issues/95 would be great to be able to see in the documentation information about which minor versions the functionality is available. As example the `DBGetTree` AMI Action...
On documentation syntax is `Goto([context,[extensions,]]priority)`, but in real syntax is `Goto([[context,]extension,]priority)` (see https://github.com/asterisk/asterisk/blob/master/main/pbx.c#L8841C51-L8841C83).
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Issues | Fix #... | License | MIT The idea is...
### What happened? Using the `xdebug_connect_to_client()` function in the `App\Kernel::handle()` method (as well as in the following ones) causes the server to hang. Requests stop being processed. The connection remains...
Currently, in worker mode, the execution time limit is entirely PHP's responsibility via the `max_execution_time` directive. However, there are cases when PHP does not react to the execution time exceeding...