oerdnj / deb.sury.org

Public bugreports for anything ppa:ondrej/*
800 stars 26 forks source link

Add PHP's DIO Extension #2130

Open ralphschindler opened 1 month ago

ralphschindler commented 1 month ago

Frequently asked questions

Is your feature request related to a problem? Please describe.

A problem exists in PHP docker environments, primarily where applications would like to write to process id 1's stdout (for normal docker logging). This is not directly possible through PHP's filesystem function due to protections that are in place. In this scenario, current advice is to use the DIO extension. https://github.com/php/php-src/issues/9551

Describe the solution you'd like

Please include PHP's DIO extension in the repository: https://pecl.php.net/package/dio

Describe alternatives you've considered

n/a

Distribution (please complete the following information):

Package(s) (please complete the following information):

n/a

Additional context

n/a

Thank you for the consideration! -ralph