-
-
Notifications
You must be signed in to change notification settings - Fork 100
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.4 support] and thecodingmachine/safe
package
#1423
Comments
Of course there is a workaround to build the PHAR with following command line (removing deprecations display) :
|
Other BOX commands are impacted, and
Context is : PHP 8.4.0RC4, Box 4.6.2 and dreprecations not reported after building a PHAR version of my project https://github.com/llaville/graph-uml (source code on branch 1.6 coming soon online) php -d error_reporting=24575 /shared/backups/php/box-4.6.phar info ./graph-uml.phar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @theofidry
Did you have in mind to replace the
thecodingmachine/safe
package that did not support PHP 8.4 runtime (lot of dreprecations raised)Latest version 2.5.0 is very old and project seems dead (no activity since at least one year)
Trying to compile a project with BOX 4.6.2 today on PHP 8.4.0RC4 platform and got masses of dreprecations, and have no PHAR built !
The text was updated successfully, but these errors were encountered: