Lianbo Xu
Lianbo Xu
Related PR https://github.com/phpmentors-jp/workflower/pull/91
When I use `cargo php install` on GitHub Action, I get this error, [here](https://github.com/apache/incubator-opendal/actions/runs/5806993239/job/15741005484) are CI log link. I know this is due to permission issues, but since cargo is...
When I want to custom the exception use the bellow code, that's copy from https://davidcole1340.github.io/ext-php-rs/macros/classes.html#example ```rust #![cfg_attr(windows, feature(abi_vectorcall))] extern crate ext_php_rs; use ext_php_rs::prelude::*; use ext_php_rs::{exception::PhpException, zend::ce}; #[php_class(name = "Redis\\Exception\\RedisException")] #[extends(ce::exception())]...
## What happened? I really like this tool, it is much more useful than Google Java format. I have searched our documents and code but did not find how to...
## Description When we specify two or more shards, our current algorithm leads to uneven key distribution, causing some data to be overwritten and resulting in incorrect cache lengths. Please...
RFC: https://github.com/apache/incubator-opendal/pull/2782 ## Tasks - [ ] use custom exception: https://github.com/davidcole1340/ext-php-rs/issues/262 - [ ] Investigate the possibility of releasing opendal to pecl, or explore other solutions that would allow users...