mirror of
https://github.com/danog/amp.git
synced 2024-11-30 04:29:08 +01:00
Prevent ext-event 2.4.0RC1 and use 2.3.0 instead
PHP 7.2 in combination with ext-event 2.4.0RC1 throws exceptions with invalid file descriptors, while everything works fine with 2.3.0 or PHP < 7.2. This is a temporary fix to get the build green again. Relates to #221.
This commit is contained in:
parent
ab9011fc66
commit
82835325d0
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
curl -LS https://pecl.php.net/get/event | tar -xz \
|
curl -LS https://pecl.php.net/get/event-2.3.0 | tar -xz \
|
||||||
&& pushd event-* \
|
&& pushd event-* \
|
||||||
&& phpize \
|
&& phpize \
|
||||||
&& ./configure --with-event-core --with-event-extra --with-event-pthreads \
|
&& ./configure --with-event-core --with-event-extra --with-event-pthreads \
|
||||||
|
Loading…
Reference in New Issue
Block a user