chilio / laravel-dusk-ci

Docker Test suite for Laravel Dusk in gitlab CI
MIT License
159 stars 51 forks source link

PHP Warning: Cannot load module 'http' because required module 'propro' is not loaded in Unknown on line 0 #58

Closed volovodenko closed 3 years ago

volovodenko commented 3 years ago

chilio/laravel-dusk-ci:php-7.4 PHP Warning: Cannot load module 'http' because required module 'propro' is not loaded in Unknown on line 0

volovodenko commented 3 years ago

Since version 2 PECL HTTP requires modules raphf and propro to be loaded before http.

therezor commented 3 years ago

Same issue

volovodenko commented 3 years ago

I've solved this issue: apt update apt-get install -y php-propro

chilio commented 3 years ago

@volovodenko thanks for the tip, but there was a directory missing also. php7.4 and latest are already working, others are coming soon...

chilio commented 3 years ago

@volovodenko please let me know if this was solved in your case

volovodenko commented 3 years ago

Solved