Skip to content

use libedit instead of readline for CI #15194

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

Closed
wants to merge 1 commit into from

Conversation

remicollet
Copy link
Member

Related to recent failure (8.4.0alpha3) because of libedit/readline incompatible

For memory, readline license (GPL) is not compatible with PHP License, so should not be used

@remicollet
Copy link
Member Author

FYI @devnexen @petk (following #15139)

@remicollet remicollet mentioned this pull request Aug 1, 2024
6 tasks
Copy link
Member

@devnexen devnexen left a comment

Choose a reason for hiding this comment

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

I foresee no pb with this

@petk
Copy link
Member

petk commented Aug 1, 2024

Last time, the issue was here that phpdbg is failing the tests #13199 (when using the --enable-phpdbg-readline option). I guess current .github files don't have this option enabled.

@petk
Copy link
Member

petk commented Aug 2, 2024

Last time, the issue was here that phpdbg is failing the tests #13199 (when using the --enable-phpdbg-readline option). I guess current .github files don't have this option enabled.

Yes, I remember now fully. This is separate issue related to only --enable-phpdbg-readline configure option so this PR works ok. And also this issue has been now fixed in PHP-8.2 and up so phpdbg with libedit/readline integration should works.

@remicollet
Copy link
Member Author

Thanks for reviews

Merged

@remicollet remicollet closed this Aug 2, 2024
@remicollet remicollet deleted the issue-edit branch August 2, 2024 12:35
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.

3 participants