Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.3.1 Could not find package reliforp/reli-prof with stability stable in a version installable using your PHP version #401

Open
Tinywan opened this issue Dec 31, 2023 · 3 comments

Comments

@Tinywan
Copy link

Tinywan commented Dec 31, 2023

Could not find package reliforp/reli-prof with stability stable in a version installable using your PHP version, PHP extensions and Composer version

@sj-i
Copy link
Member

sj-i commented Jan 1, 2024

@Tinywan
Hi, thanks for the report!

Could not find package reliforp/reli-prof with stability stable

What is your use case?

There is currently no stable version of this package, but this is not usually a problem.

This package is intended to be installed as a standalone tool, for example, via composer create-project or docker.

If you install it as a dependency package of another project with composer require and want to use the internal code as a library, you must accept that the compatibility may be broken in the future and add it as a non-stable dependency.

As we have built the code in the Lib directory with some degree of reusability in mind, we will, at some point, cut out the public API and release 1.0.0 at the same time.

I am not convinced that this is the right time yet. Though we are already using it in two actually different applications, the execution time profiler and the memory profiler, and no significant changes have occurred recently, so the remaining path would not be too far away.

@Tinywan
Copy link
Author

Tinywan commented Jan 2, 2024

thanks,I had use 8.2.14 success

@sj-i
Copy link
Member

sj-i commented Jan 18, 2024

@Tinywan
Oops, I forgot to reply. Sorry!
And thanks for introducing Reli in your article.

thanks,I had use 8.2.14 success

FYI, Reli works fine with PHP 8.3.1 on my end.
The current code calls FFI::new() statically, so E_DEPRECATED should be suppressed though.

Anyway, can I close this issue now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants