Robert Korulczyk

Results 275 comments of Robert Korulczyk

@markhuot Do you have any of these options enabled: https://docs.phpunit.de/en/10.5/error-handling.html#ignoring-issue-suppression ?

As a temporary workaround you can define package directly in composer.json https://getcomposer.org/doc/05-repositories.md#package-2 https://stackoverflow.com/a/49947784/5812455

I don't think that adding implicit limit to `one()` was an agreed solution. There are some performance-related problems with this mentioned in https://github.com/yiisoft/yii2/issues/4348 (and https://github.com/yiisoft/active-record/issues/58).

@uaoleg I'm not sure if there are recent examples, but note mentioned in https://github.com/yiisoft/active-record/issues/58#issuecomment-291438789 still exists in MySQL documentation, so this is not only about performance - such change could...

I can confirm this issue, I often see this bug where latest versions are missing. It looks like package is synced from 2 sources and one of them is incomplete....

@SilverFire it is gone again ![a12b7d4c](https://github.com/user-attachments/assets/a3b82f4e-c743-4dcf-9b54-189149634993)

Do you have `pcntl` PHP extension enabled?

> As of PHP 8.0.0, it returns the value of this (bitwise) expression: E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERROR | E_PARSE. `filemtime()` emits `E_WARNING`, so this change...

Can someone explain what specific Craft CMS is doing, that **silenced** warnings are converted to exceptions?