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
1 2 Next › Last »
willvar commented on 2024-11-07 13:12 (UTC)
Hey dringsim, from what I understand, the backup option in AUR is typically recommended for files that users often customize. Since PHP extensions can usually be enabled or disabled just by commenting out a line in event.ini, it might not be essential here.
Out of curiosity, is there a specific reason you think backup would be useful for this file? I’d be interested to know if it could benefit more users.
dringsim commented on 2024-05-12 09:51 (UTC)
please add
backup=('etc/php/conf.d/event.ini')
to PKGBUILD, thanksnyim commented on 2019-12-08 14:37 (UTC)
upgrade to 2.5.3
keithspg commented on 2019-12-04 01:25 (UTC)
Just went through this again. It was my problem, not php-event or libevent. I have successfully built php-event 2.4.3 thru 2.5.3 with php 7.4.0. I recommend we change pkgver to 2.5.3
keithspg commented on 2019-11-30 18:47 (UTC)
Recent php was 7.3.12 and event worked. Arch just upgraded php to php 7.4.0 and this extension when built with 7.4.0 will not load. The error is: PHP Warning: PHP Startup: Unable to load dynamic library 'event' (tried: /usr/lib/php/modules/event (/usr/lib/php/modules/event: cannot open shared object file: No such file or directory), /usr/lib/php/modules/event.so (/usr/lib/php/modules/event.so: undefined symbol: php_error_docref0)) in Unknown on line 0
keithspg commented on 2019-08-08 15:45 (UTC)
Do not know how it affects the other architectures, but php-event 2.4.3 causes 7.3.8 to core dump. When I changed the version to the current available from pecl (2.5.3) it compiles and runs.
keithspg commented on 2019-08-08 14:41 (UTC)
SO, it built and installed for 7.3.6 and it worked. It built as php-event-2.4.3-1. I built it for 7.3.8 and now it does not seem to work. I get a core dump every time I try to start php with this extension added. I will need some time to investigate what is going on.
nyim commented on 2019-04-01 01:42 (UTC)
@keithspg Please help this build for ARM as I do not familiar with ARM builds. You have been added to co-maintainers for convenience.
keithspg commented on 2019-03-31 20:36 (UTC)
this builds and installs for armv6h and armv7h. You may want to add them to the arch list.
nyim commented on 2019-03-30 02:25 (UTC)
@keithspg
I tried on my computer. I found that the php-7.3.3 does not enable sockets.so by default, so I add the "extension=sockets" in the configure file event.ini.
Please have a try, and tell us how it goes
1 2 Next › Last »