rio

Results 11 issues of rio

-> is PHP operator (T_OBJECT_OPERATOR) https://www.php.net/manual/en/tokens.php but not documented in this page https://www.php.net/manual/en/language.operators.precedence.php This issue is also mentioned in the comments. :: (scope resolution operator) ![image](https://user-images.githubusercontent.com/7542987/194928932-53b8c4ae-b84c-4dd5-baf0-0e96165a2521.png)

#### 배경 fastapi 108.0 에서 starlette 버전이 0.29로 업데이트되었습니다. [starlette issue Version 1.0.0 ](https://github.com/encode/starlette/pull/2384) https://github.com/encode/starlette/pull/2191 https://github.com/tiangolo/fastapi/releases #### 이슈 내용 ``` 이전 -> TemplateResponse('index.html', {'request': request}) 이후 -> TemplateResponse(request, 'index.html') ```...

## Bug, feature or question? suggest ### Version and provider latest and old. ### Reproduction How can we replicate this issue? When there was an issue with the Twitter Social...

composer 2.7.7 version. PHP 7.4 I ran "composer dump-min-autoload" in command Fatal error: Declaration of Ayesh\ComposerAutoloadMin\DumpAutololoadMinCommand::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output) must be compatible with Composer\Command\DumpAutoloadCommand::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output): int in C:\laragon\www\new_proj\vendor\ayesh\composer-min-autoload\src\DumpAutololoadMinCommand.php...

https://www.php.net/getimagesize According to the "Caution" in the document: The return value succeeds even if the arguments are invalid. But PHP 8 is different. ```php $result = getimagesize(''); var_dump($result); ``` php...

method for php 5.0 remove

This function compatible for php 5.0 So there is no need these days. https://github.com/ezyang/htmlpurifier/blob/f0fbf510981b27fc03168efdb17d6bff48f521af/library/HTMLPurifier/Lexer/DirectLex.php#L354

Using the opcache.preloading option to reduce PHP opcode loading time.

updated Debian buster to bookworm . buster is EOL updated just js 0.1.8 to 0.1.13

Warning message from composer in docker container: Composer is operating significantly slower than normal because you do not have the PHP curl extension enabled. mark: No composer.lock file present. Updating...

PR: Please Update