EverForge

Results 6 issues of EverForge

In PHP8+, there is a new return type `OpenSSLAsymmetricKey` on the function `openssl_pkey_get_private` , but the `safe\openssl_sign` does not allow this type as the `private_key` parameter. You can get details...

```vue // 你的答案 const msg = "Hello World" {{ msg }} ```

answer
zh-CN

```vue // 你的答案 import { ref } from "vue" const msg = ref("Hello World") {{ msg }} ```

answer
zh-CN

**Describe the bug / 问题描述** `proc_close` 会关闭多个管道,而不是预期内的当前资源。 **To Reproduce / 如何复现** php8.3.7 ,composer 2.7.6 - 安装 Laravel 最新版本 - 执行 php artisan vendor:publish - 选中任意一个 provider 发布 - 得到错误 ![CleanShot...

bug

Resolve issue where static properties in RulesValidation Trait are shared across multiple classes, causing data bleeding. Added reset method for static properties. When using the `RulesValidation` Trait, static properties such...