amazonlinux / amazon-linux-2023

Amazon Linux 2023
https://aws.amazon.com/linux/amazon-linux-2023/
Other
500 stars 38 forks source link

[Package Request] - php-xdebug #651

Open metametadata opened 3 months ago

metametadata commented 3 months ago

What package is missing from Amazon Linux 2023? Please describe and include package name.

php-xdebug (https://xdebug.org/docs/install#linux)

Is this an update to existing package or new package request?

New package request.

Is this package available in Amazon Linux 2? If it is available via external sources such as EPEL, please specify.

🤷

Any additional information you'd like to include. (use-cases, etc)

This is how we currently install it: pecl install xdebug.

adelkedjour commented 3 months ago

You need to install it using pecl after installing the pear library dnf install -y php-pear it should work without any issues.

metametadata commented 3 months ago

Yes, this is what I do currently. But as far as I understand, it compiles the package from the source which is much slower in comparison to using dnf, as requested in the ticket.

adelkedjour commented 3 months ago

Yes, this is what I do currently. But as far as I understand, it compiles the package from the source which is much slower in comparison to using dnf, as requested in the ticket.

Many packages are missing tbh not just xdebug. ATM there is no other option.