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 error handler param incompatibility fix #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ggets
Copy link

@ggets ggets commented Feb 11, 2022

No description provided.

Comment on lines -1 to -4
/.idea/
/composer.lock
/composer.phar
/vendor/

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

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

???

"require": {}
}
{
"name": "ggets/phpagi",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

???

Comment on lines +3 to +13
"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": {}
}

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

Copy link

@Warmbellycat Warmbellycat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please read comments

@ggets
Copy link
Author

ggets commented May 16, 2022

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.

@ggets
Copy link
Author

ggets commented May 16, 2022

Oh now I see they were on different commits, nevermind.

@ggets
Copy link
Author

ggets commented May 16, 2022

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.

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

Successfully merging this pull request may close these issues.

2 participants