Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 697690 - dev-php/swoole-4.4.12: version bump
Summary: dev-php/swoole-4.4.12: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-14 07:39 UTC by Tomáš Mózes
Modified: 2019-11-29 20:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2019-10-14 07:39:03 UTC
Thanks
Comment 1 Tomáš Mózes 2019-10-14 07:44:48 UTC
Among other changes:

Remove all async modules, separate asynchronous extensions to [async-ext](https://github.com/swoole/async-ext):

- Async functions
- MySQL
- Redis
- Http\Client
- Memory\Pool
- MsgQueue
- RingQueue
Comment 2 Tomáš Mózes 2019-11-29 06:24:42 UTC
Also adding php 7.4 support would be nice.
Comment 3 Larry the Git Cow gentoo-dev 2019-11-29 19:35:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba9e622f61e9db7f3398d091ee343d04d1b0fe4

commit 5ba9e622f61e9db7f3398d091ee343d04d1b0fe4
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-11-29 19:11:03 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-11-29 19:31:51 +0000

    dev-php/swoole: bump to v4.4.12
    
    Closes: https://bugs.gentoo.org/697690
    Package-Manager: Portage-2.3.80, Repoman-2.3.19
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-php/swoole/Manifest             |  1 +
 dev-php/swoole/swoole-4.4.12.ebuild | 74 +++++++++++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab0a699c1f15f81e7dfd9270031fb39c6126916

commit 9ab0a699c1f15f81e7dfd9270031fb39c6126916
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-11-29 19:30:21 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-11-29 19:31:52 +0000

    dev-php/swoole-async: initial import of v4.4.12
    
    Bug: https://bugs.gentoo.org/697690
    Package-Manager: Portage-2.3.80, Repoman-2.3.19
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-php/swoole-async/Manifest                   |  1 +
 dev-php/swoole-async/metadata.xml               |  8 ++++
 dev-php/swoole-async/swoole-async-4.4.12.ebuild | 51 +++++++++++++++++++++++++
 3 files changed, 60 insertions(+)
Comment 4 Tomáš Mózes 2019-11-29 20:09:14 UTC
Thanks