You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
well, investigated this problem a bit more and it looks like composer's pear support is useless.
It actually does not install anything but put the archive contents in vendor/. It should actually install them in vendor/, using the pear installer, so everything will run smoothly (variables replacements, config, include_path, etc.)
I sadly have no time to fix that or to "fix phrozn" to do not use pear, but that would be a good thing in the long run. Everything about archives is easily done using core php extensions, only table and console packages (except console option) may need some more work.
@pierrejoye Thanks for your suggestion. Yep, I tend to agree that we can get rid of PEAR packages in Phrozn, and provide the very same functionality either using PHP native means or some more modern 3rd party packages (like components from Symfony2 project, which are discrete and have great support by composer). Will look into it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi!
1st attempt with phrozn (like to use it for windows.php.net).
Using composer for the install, the @variable@ are not replaced with their respective values.
The text was updated successfully, but these errors were encountered: