Search Criteria
Package Details: php-event 3.1.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/php-event.git (read-only, click to copy) |
---|---|
Package Base: | php-event |
Description: | Provides interface to libevent library for PHP |
Upstream URL: | https://bitbucket.org/osmanov/pecl-event |
Keywords: | event libevent pecl php |
Licenses: | PHP |
Submitter: | nyim |
Maintainer: | willvar |
Last Packager: | willvar |
Votes: | 1 |
Popularity: | 0.49 |
First Submitted: | 2017-09-18 08:44 (UTC) |
Last Updated: | 2024-11-15 11:30 (UTC) |
Dependencies (3)
- libevent (libevent-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- php
Latest Comments
« First ‹ Previous 1 2
keithspg commented on 2019-03-29 14:37 (UTC)
If I build this for php-fpm 7.3.3 and cannot get it to work. I built php-fpm and installed it then installed php-event. No other extensions are installed. When I run php-fpm -v I get this: $ php-fpm -v [29-Mar-2019 09:34:53] NOTICE: PHP message: PHP Warning: Cannot load module 'event' because required module 'sockets' is not loaded in Unknown on line 0 PHP 7.3.3 (fpm-fcgi) (built: Mar 29 2019 13:18:29) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.3, Copyright (c) 1998-2018 Zend Technologies
If I uninstall this extension, I get no warning. How do I get around this? I thought that 'sockets' was already enabled and installed with 7.3.3... I poked around and cannot seem to find any reference to this error.
« First ‹ Previous 1 2