-
Notifications
You must be signed in to change notification settings - Fork 94
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 error handler param incompatibility fix #28
base: master
Are you sure you want to change the base?
Conversation
/.idea/ | ||
/composer.lock | ||
/composer.phar | ||
/vendor/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was changed there?
Either run | ||
|
||
```bash | ||
$ composer require ggets/phpagi ^2.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
???
|
||
Support for phpagi is available from the project website. | ||
|
||
* https://github.com/ggets/phpagi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
???
"require": {} | ||
} | ||
{ | ||
"name": "ggets/phpagi", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
???
"description": "PHPAGI is a PHP class for the Asterisk Gateway Interface.", | ||
"type": "library", | ||
"license": "LGPL-2.1-or-later", | ||
"autoload": { | ||
"classmap": [ | ||
"src/phpagi.php", | ||
"src/phpagi-asmanager.php" | ||
] | ||
}, | ||
"require": {} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't see any difference.
It is not good idea to commit new Line Endings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please read comments
Honestly, I don't remember much about these changes. From what I can recall there were 2 relevant changes, but I only seem to find one now. |
Oh now I see they were on different commits, nevermind. |
I must've gotten the commits mixed, sorry about that. Just ignore the PR and if you want to, you can edit the two files yourself. You only need to specify the default for that parameter and the error handler fix from the other commit. |
No description provided.