We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PHAR Version: 3.5.0 PHP Version: 8.2.5
When I deploy my application to local, the FileServer class is used.
FileServer
The following exception is throw:
Error: Creation of dynamic property Deployment\FileServer::$filePermissions is deprecated in phar://deployment.phar/src/Deployment/CliRunner.php:2
Simply deploy to local with the following deploy file properties:
[symphony] remote = file://D:/local/production
No error must be raised.
Maybe we can update the FileServer class by adding the following attribute:
#[AllowDynamicProperties]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
PHAR Version: 3.5.0
PHP Version: 8.2.5
Bug Description
When I deploy my application to local, the
FileServer
class is used.The following exception is throw:
Steps To Reproduce
Simply deploy to local with the following deploy file properties:
Expected Behavior
No error must be raised.
Possible Solution
Maybe we can update the
FileServer
class by adding the following attribute:#[AllowDynamicProperties]
The text was updated successfully, but these errors were encountered: