Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

swoole-src

Make PHP better
Collective - Host: opensource - https://opencollective.com/swoole-src - Code: https://github.com/swoole/swoole-src

Remove 8.2 from CI, wait for release

github.com/swoole/swoole-src - b61c66e21e84b1dbebe6a8a9f9bf5093681fe371 authored about 2 years ago by matyhtf <[email protected]>
Remove strange logic in swoole::intersection function, then it should run faster (#4848)

Co-authored-by: Quarkay <[email protected]>

github.com/swoole/swoole-src - 11bfc13d6c0a1a1bd903b1189e5a7175daad808c authored about 2 years ago by Quarkay <[email protected]>
Make 'src/lock' more robust (#4872)

* Fix using wrong way to confirm the failure return value of function pthread_xxxlock_init()

...

github.com/swoole/swoole-src - 12205c68d27465b2e8d3e9bb6fe2269ff8d65fc6 authored about 2 years ago by Quarkay <[email protected]>
There are some small changes to submit together (#4849)

* Make test sql for postgresql more robust

* Change a few code's style in swoole::coroutine::...

github.com/swoole/swoole-src - de9afde7ca4a4c708798c3359fd30be3708aa4e9 authored about 2 years ago by Quarkay <[email protected]>
Fixed #4863 (#4868)

* Fixed #4863

* fix tests

* optimize

* Update ext-src/php_swoole_cxx.h

Co-authored-b...

github.com/swoole/swoole-src - daa8979151c52e13ebca87c10670c044e589c4c3 authored about 2 years ago by Tianfeng.Han <[email protected]>
update default value in method \Swoole\Coroutine::printBackTrace() (#4853)

github.com/swoole/swoole-src - f144ceeef45e58d2041285e6305917e3beac573e authored about 2 years ago by Demin Yin <[email protected]>
add config arg --enable-brotli (#4850)

* fix config arg --with-brotli-dir

* fix PHP_BROTLI_DIR

* add config arg --enable-brotli
...

github.com/swoole/swoole-src - 120e9d4d4800488ce2230a4e13139ec19c8c042f authored about 2 years ago by Cotch <[email protected]>
Fix bug #4857 (#4858)

* Fix bug #4857 and optimize code.

* add blank line

* fix macos error

* fix test

* f...

github.com/swoole/swoole-src - acc691f44c4e6c1c1fe735275eb1d6d5f0c2f55c authored about 2 years ago by MARiA so cute <[email protected]>
fix config arg --with-brotli-dir (#4847)

* fix config arg --with-brotli-dir

* fix PHP_BROTLI_DIR

github.com/swoole/swoole-src - 9a41f1257b12fd1d6c804cc922ae11bcce8e5c2e authored about 2 years ago by Cotch <[email protected]>
Fix bug #4838 (#4842)

* fix bug #4838

* fix help

github.com/swoole/swoole-src - 8b4479c94772de9f065099bc6a86b88b0ea0a7ab authored about 2 years ago by MARiA so cute <[email protected]>
Fix Bug #4832 (#4835)

* fix compile error for low openssl

* fix #4832

github.com/swoole/swoole-src - f49692c85f25641659b772fad76deb4ee1006c5a authored about 2 years ago by MARiA so cute <[email protected]>
Fix config.m4

github.com/swoole/swoole-src - eccb4c464723179718c28ee365ad95e098113cc0 authored about 2 years ago by tianfenghan <[email protected]>
Revert cf36f69c8e302e8b37db7739a53c30d90c6be580. In some cases, the checking code can be compiled and passed, and will be judged have gethostbyname2_r, but it is actually an undefined reference.

github.com/swoole/swoole-src - 037270c5ccd59d169c9c00f73f5da3d321ccb4de authored about 2 years ago by tianfenghan <[email protected]>
Fixed #4790

github.com/swoole/swoole-src - 081ca3730b582817bec82f1d5f31b0ca4dc5c767 authored about 2 years ago by tianfenghan <[email protected]>
Fixed compilation errors on macOS

github.com/swoole/swoole-src - 57f14d62f7dcbed4730428793bb97056f34b582a authored about 2 years ago by tianfenghan <[email protected]>
Improve compatibility of taskCo and taskWaitMulti, optimized tests

github.com/swoole/swoole-src - 6b19126b019c5b7d250ad16b425b806bdd6999c3 authored about 2 years ago by tianfenghan <[email protected]>
Improved Server::taskwaitMulti(), supports use in coroutines

github.com/swoole/swoole-src - 2d78e984bf8473b6ba796fa7096089f9df091dfb authored about 2 years ago by tianfenghan <[email protected]>
Fix function signature (#4830)

* fix stub

* fix stub

github.com/swoole/swoole-src - f13b64feba0b7880b7d0b6431ef41b8a23c569ec authored about 2 years ago by MARiA so cute <[email protected]>
Fix tests

github.com/swoole/swoole-src - c991b3330e3c5f8469de8efc9eb55c3f21b2f35b authored about 2 years ago by tianfenghan <[email protected]>
No longer print to stdout when writing to the log fails, which may cause an infinite loop

github.com/swoole/swoole-src - 1475004fc2d4854ae65d0fa8bf6247f07a72a150 authored about 2 years ago by tianfenghan <[email protected]>
clean up unserializable flags in pgsql classes (#4821)

github.com/swoole/swoole-src - e6ac0c2e4b8064be26b2a0ad5ddba47c4c8eea77 authored about 2 years ago by Demin Yin <[email protected]>
Default Server Mode Is SWOOLE_BASE in 5.0.0+ (#4820)

* default server mode is SWOOLE_BASE in 5.0.0+

* update Git hash #

github.com/swoole/swoole-src - ec9589c63487dbec41334c0f21f47212960f5f74 authored about 2 years ago by Demin Yin <[email protected]>
Support LOB (value of type resource) for PostgreSQLStatement::execute() (#4814)

* Support LOB (value of type resource) for PostgreSQLStatement::execute()

* Update make.sh

...

github.com/swoole/swoole-src - 8d30b6402958abbf285dd99197daf14005982424 authored about 2 years ago by Yurun <[email protected]>
Fix bug #4794 (#4807)

* fix #4794

* fix #4794

* fix #4794

* delete some tests

* fix bug #4794

* fix bug...

github.com/swoole/swoole-src - 4c95a3de75f005d81772acdea5f0abf90ecc011a authored about 2 years ago by MARiA so cute <[email protected]>
Update README.md

github.com/swoole/swoole-src - 338c32089e8d50462fc1ddab9d4e79cd132d7dd5 authored about 2 years ago by Tianfeng.Han <[email protected]>
Fix incorrect return value of error cases (#4803)

* Fix incorrect return value of error cases

* Fix return type

* Fix method does not return...

github.com/swoole/swoole-src - d8f0ea352339b3eaed6ec42a75d5ec4921038b48 authored about 2 years ago by twosee <[email protected]>
Update README.md, SUPPORTED.md

github.com/swoole/swoole-src - 4c65ec1a3061f747da0e508e78ce9108e6dee074 authored about 2 years ago by tianfenghan <[email protected]>
Clean up root directory [2]

github.com/swoole/swoole-src - 9230c06583454f26ee3f4798f0903f5bc63d8aae authored about 2 years ago by tianfenghan <[email protected]>
Optimize CI scripts (#4798)

* optimzie ci scripts

* fix

* fix 2

* fix 3

* fix 4

* fix 5

* fix 6

* fix 7...

github.com/swoole/swoole-src - 78d848386af24731448ffc3adeb469601173de21 authored about 2 years ago by Tianfeng.Han <[email protected]>
Fix compilation errors, add 8.2 to tests

github.com/swoole/swoole-src - e085097fb9001a3e8e78a47ca4541da2f675661c authored about 2 years ago by tianfenghan <[email protected]>
Fix Event::add failed to add socket object

github.com/swoole/swoole-src - 50d27e7d5f9feb18f834611da198fb8f45a07145 authored about 2 years ago by tianfenghan <[email protected]>
Clean up root directory

github.com/swoole/swoole-src - ff2e4519674971fc6f891015701166ddca5272cc authored about 2 years ago by tianfenghan <[email protected]>
Fix tests, remove useless files

github.com/swoole/swoole-src - 8790bdff51dc4399d39777420bd1a9e300cbfd05 authored about 2 years ago by tianfenghan <[email protected]>
Added test for Co\Socket with unix stream

github.com/swoole/swoole-src - ac41023d62cec65cf14b9e9f38f6a2cd53c3c76b authored about 2 years ago by tianfenghan <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

github.com/swoole/swoole-src - 5d3143a82790fe63d8195a8c533c2fac8ecc0bb7 authored about 2 years ago by tianfenghan <[email protected]>
Update package.xml, library file

github.com/swoole/swoole-src - ab95d79bfebd36755a6fc35446ec304de7883c89 authored about 2 years ago by tianfenghan <[email protected]>
Clean up examples

github.com/swoole/swoole-src - f1ca6ca63ee596220d4a1a6ab3f97f356e91b9ee authored about 2 years ago by tianfenghan <[email protected]>
Fixed #4787

github.com/swoole/swoole-src - 00e69af88078909fb147a69745b5dad820f7e4ea authored about 2 years ago by tianfenghan <[email protected]>
Update README.md

github.com/swoole/swoole-src - e40d1358742075bff835d5954e759e62b046ef97 authored about 2 years ago by Tianfeng.Han <[email protected]>
Released v5.0.0

github.com/swoole/swoole-src - 5319e3da73d277e5cc9c2d4834efe5bdf2ebca85 authored about 2 years ago by tianfenghan <[email protected]>
Adjust content-length buffer size for Http\Client

github.com/swoole/swoole-src - ee58dab9205e1328a97839f2402cb32cda88fb48 authored about 2 years ago by tianfenghan <[email protected]>
Fixed #4777

github.com/swoole/swoole-src - 31619a1d3d736a99bc39cd8a352fd430ab5b0557 authored about 2 years ago by tianfenghan <[email protected]>
Reduce error msg (#4775)

* Reduce low value error logs

* Fix tests

github.com/swoole/swoole-src - a3806434bc136331e132d7b4e9d1a45d25e5206b authored about 2 years ago by Tianfeng.Han <[email protected]>
Update README.md

github.com/swoole/swoole-src - 7a37d986e3e892bf806fb43bf72af3d9fd1de681 authored about 2 years ago by Tianfeng.Han <[email protected]>
Added CHANGELOG.md

github.com/swoole/swoole-src - 461d7c7d58757e75580148c76d120e09260d8c0b authored about 2 years ago by tianfenghan <[email protected]>
Deprecated mysql/redis co client, update package.xml

github.com/swoole/swoole-src - b2377fd20b9ebf6cca8f027759d8d1a5951a69d8 authored about 2 years ago by tianfenghan <[email protected]>
Fix build on PHP-8.2 (compatibility with zend_atomic) (#4767)

github.com/swoole/swoole-src - 4c7520d66aa4abe2faa9e9d903c3a12ad2588f0d authored about 2 years ago by twosee <[email protected]>
Adjusted the default server mode to SWOOLE_BASE (#4768)

* Adjusted server default mode

* fix tests

github.com/swoole/swoole-src - b590416b91e67ad7077155769966207ee6ce3cd7 authored about 2 years ago by Tianfeng.Han <[email protected]>
Remove --enable-http2/--enable-swoole-json options, enable by default

github.com/swoole/swoole-src - f54134bfb81805f0ba1e5fc62784cd3d5b0972ac authored over 2 years ago by tianfenghan <[email protected]>
merge 3dc4416f86f4a6e91e72435e58a8e57d64d38dee

github.com/swoole/swoole-src - 01f16c09901f7a18643ec8777dcc3009d93f6ba1 authored over 2 years ago by tianfenghan <[email protected]>
Fixed incorrect error message

github.com/swoole/swoole-src - 723334e0742cf70fcb62f828ffb855975d25a4ff authored over 2 years ago by tianfenghan <[email protected]>
Update package.xml

github.com/swoole/swoole-src - a2a5fad252bf78a8252563cabb59c2258117f432 authored over 2 years ago by tianfenghan <[email protected]>
Remove docs, migrate to another repository

github.com/swoole/swoole-src - 906071bc2a3b9f48aa47189e2632d35942a3d1c0 authored over 2 years ago by tianfenghan <[email protected]>
Release preprocessing

github.com/swoole/swoole-src - 27fdc6f95801f39d3a035769ef922f5155a2ecc2 authored over 2 years ago by tianfenghan <[email protected]>
Added http_compression_types option for HTTP Server (#4755)

* Added http_compression_types option, Refactor Http/Http2 compression

* Optimize code

* f...

github.com/swoole/swoole-src - c4f6c7894bc5112a1997bcf1a8a75ccd665a584a authored over 2 years ago by Tianfeng.Han <[email protected]>
fix alias (#4756)

github.com/swoole/swoole-src - 3095aabfebc00f39418029e70cce634cd1bf1404 authored over 2 years ago by MARiA so cute <[email protected]>
Optimize code

github.com/swoole/swoole-src - 595e5c5d99197a045a4be0e5a45d6b8022bf85db authored over 2 years ago by tianfenghan <[email protected]>
update to php 8.0

github.com/swoole/swoole-src - 6dadccb352a84bc38533ed662984f2ec83192197 authored over 2 years ago by tianfenghan <[email protected]>
Added tests

github.com/swoole/swoole-src - 8c9d9e417840eed1c75b56c17e3280b850294aef authored over 2 years ago by tianfenghan <[email protected]>
Fix DEALLOCATE operation is no longer executed when PostgreSQLStatement object is not in Coroutine when dtor (#4754)

github.com/swoole/swoole-src - 293878a5f9386abd9144a104405effa3fea858d4 authored over 2 years ago by Yurun <[email protected]>
Refactor PostgreSQL's query() and prepare() methods, add Statement class (#4720)

* Add pgsql test

* Fix

* Fix

* Refactor PostgreSQL's query() and prepare() methods, add...

github.com/swoole/swoole-src - 302c40d3068bc67fe7796991df11f81e3169f972 authored over 2 years ago by Yurun <[email protected]>
Fix tests

github.com/swoole/swoole-src - 61e9efb5dfe459e57a59081c491cdfff3bcbaa16 authored over 2 years ago by tianfenghan <[email protected]>
Fix core-tests

github.com/swoole/swoole-src - 8d557d3281db65ddb159c4fd119ea106a9658053 authored over 2 years ago by tianfenghan <[email protected]>
Optimize upload_max_filesize option

github.com/swoole/swoole-src - ca9cfe989616fea61594e7fe2b64c4976402be1b authored over 2 years ago by tianfenghan <[email protected]>
Refactor multipart_parser, copy from https://github.com/libcat/libcat/blob/develop/deps/multipart_parser

github.com/swoole/swoole-src - ba7d10457c8c7c2d4d009f2ce90c321a0fbf75c5 authored over 2 years ago by tianfenghan <[email protected]>
Fix tests

github.com/swoole/swoole-src - 677764788689cc65ca1423c2c90ef0e308160dac authored over 2 years ago by tianfenghan <[email protected]>
add stream_copy_to_stream tests, fix chunked request tests

github.com/swoole/swoole-src - c93b4757efa29c0048db6887ffff1a381ca115fd authored over 2 years ago by tianfenghan <[email protected]>
Coroutine http server supports chunked requests

github.com/swoole/swoole-src - 151792a2dc5ab1487be2af9a5a9125486c2b5703 authored over 2 years ago by tianfenghan <[email protected]>
Change email address

github.com/swoole/swoole-src - 3965e3a0640c693d70233142120a4e0cc387385a authored over 2 years ago by tianfenghan <[email protected]>
Optimize code

github.com/swoole/swoole-src - d9a12e3326a703dfbb449bfe4f226e5d00a8e04c authored over 2 years ago by tianfenghan <[email protected]>
Optimize code

github.com/swoole/swoole-src - 7d6956baa4b7550895e0c9813677a664f39afe0a authored over 2 years ago by tianfenghan <[email protected]>
Fix Coroutine\MySQL some problems (#4746)

* Fix the precision of MySQL float type fields

* Fix mysql strict type geometry

* Fix mysq...

github.com/swoole/swoole-src - e50e2302258eba4b0260b09dd8f749fa836962e9 authored over 2 years ago by Yurun <[email protected]>
Add enable-cares option to pecl install (#4741)

github.com/swoole/swoole-src - 54b8ef35ed5afc00d629a783d3e45fe57201d82c authored over 2 years ago by Yurun <[email protected]>
Supports intel CET

github.com/swoole/swoole-src - bb69818fb857e43e870ab1fd90bbe34c408097bd authored over 2 years ago by tianfenghan <[email protected]>
Fix #4712 (#4717)

* fix #4712

* optimize code

* optimize code

github.com/swoole/swoole-src - bfe9fe57c0bb99d2dc38a1ac9bc7b20c6eba16b9 authored over 2 years ago by Tianfeng.Han <[email protected]>
Fix type of Coroutine\Http2\Client->errMsg (#4715)

* Fix type of Coroutine\Http2\Client->errMsg

* Fix

github.com/swoole/swoole-src - 63115462bf5fd085fe7cbb642ac71ec5285048fe authored over 2 years ago by Yurun <[email protected]>
merge 3cd341ab95571a18bee3d68f2e4e6b6d33559877

github.com/swoole/swoole-src - 6ad78dbceeaaaf287650353b092f4f41fa036e53 authored over 2 years ago by Tianfeng.Han <[email protected]>
Optimize stream_select timeout

github.com/swoole/swoole-src - 033979f4ca020d1599d1e350698b55dbee9cbfbe authored over 2 years ago by tianfenghan <[email protected]>
fix tests

github.com/swoole/swoole-src - 406697f7f9198758269b14441bb49f60514c56b0 authored over 2 years ago by tianfenghan <[email protected]>
Optimize Server::close()

github.com/swoole/swoole-src - bdb482779bdd3c1a59529d1067c0b0a421039505 authored over 2 years ago by tianfenghan <[email protected]>
Fix #4693

github.com/swoole/swoole-src - a369c30c68bcb222a876c627258e775d853abe13 authored over 2 years ago by tianfenghan <[email protected]>
RFC-1027 HTTP Server supports upload large file (#4748)

* Optimize multipart_parser

* Support large file upload

* Support large file upload [2]

...

github.com/swoole/swoole-src - 9702ddaff4dc7139b1c6462c5cad4dcd590e9913 authored over 2 years ago by Tianfeng.Han <[email protected]>
Bump codecov/codecov-action from 1 to 3 (#4744)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
- [Relea...

github.com/swoole/swoole-src - d09e5dcbaf0878d49fd05517009fa10d1ff714f4 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/checkout from 1 to 3 (#4743)

Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.
- [Release notes](ht...

github.com/swoole/swoole-src - 6bf95a1c6ad681b2932c18948278a0cdee841a34 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: Included githubactions in the dependabot config (#4732)

This should help with keeping the GitHub actions updated on new releases. This will also help wi...

github.com/swoole/swoole-src - 925b3d8b0ec933ebd6644df0efe795c911f66bdb authored over 2 years ago by Naveen <[email protected]>
Update version

github.com/swoole/swoole-src - ca7548c1b26d7ec79573ffda245cf2f710793e0f authored over 2 years ago by tianfenghan <[email protected]>
Optimize code (#4738)

* optimize code

* optimize runtests

* optimize tests[5]

* optimize code

* optimize t...

github.com/swoole/swoole-src - 13a307c48476b6bbb53bc7a80b15f4a4a15e6392 authored over 2 years ago by Tianfeng.Han <[email protected]>
optimize tests [4]

github.com/swoole/swoole-src - 373fb1d7b948a75292b42f1b357d78c35a110a52 authored over 2 years ago by tianfenghan <[email protected]>
optimize tests [3]

github.com/swoole/swoole-src - d1d4ba876189f1c8a33baedab986d49d6f616aed authored over 2 years ago by tianfenghan <[email protected]>
optimize tests [2]

github.com/swoole/swoole-src - 4ba5eb0981e50e6d21fa6ef2d08d4392df0ef1b2 authored over 2 years ago by tianfenghan <[email protected]>
Fixed crash issue when pdo persistent connection throws exception

github.com/swoole/swoole-src - 650d95a67b76d4467f152e9fae314f451fcebba5 authored over 2 years ago by tianfenghan <[email protected]>
Added Server::$ssl property

github.com/swoole/swoole-src - 4f7d04ad06a2ac2696ba27ccf453e5282a029192 authored over 2 years ago by tianfenghan <[email protected]>
Remove Server::tick/after/clearTimer/defer aliases

github.com/swoole/swoole-src - 5b998c64b2217f398f9ea08d8690a116e7435b86 authored over 2 years ago by tianfenghan <[email protected]>
Fix AC_LANG settings for in-tree build (#4721)

* Fix AC_LANG settings for in-tree build

this affects AX_CHECK_COMPILE_FLAG in Zend/Zend.m4, ...

github.com/swoole/swoole-src - 994ae1a5fec220be98aab9e32a6c212bc09f5df4 authored over 2 years ago by Yun Dou <[email protected]>
Delete document resource files

github.com/swoole/swoole-src - da2bf8ca548b31e27ed52faa979fe61a05213641 authored over 2 years ago by tianfenghan <[email protected]>
Memory core testing (#4710)

* Added zh-cn documents

* table lock

* table lock

* table lock

* table lock

* tab...

github.com/swoole/swoole-src - a2234b472c52d106552f4b438392e07264aa40bc authored over 2 years ago by MARiA so cute <[email protected]>
Wrapper core testing (#4709)

* Added zh-cn documents

* timer.cpp and base.cpp

* error

* timer error

Co-authored-b...

github.com/swoole/swoole-src - b29bef2eec3279eeb7b1c66954c4a55e9b3e04c0 authored over 2 years ago by MARiA so cute <[email protected]>
Added zh-cn documents

github.com/swoole/swoole-src - d65e27f312623455b018f654132ae6b72ba91104 authored over 2 years ago by tianfenghan <[email protected]>
Update codecov.yml

github.com/swoole/swoole-src - 46427e976d40f62ba3aeb3fe421b1a1d8144b985 authored over 2 years ago by Tianfeng.Han <[email protected]>
Optimize the script to get the number of cpu cores

github.com/swoole/swoole-src - 05ea21694f2a7f6d31a973f337fb42807822f37e authored over 2 years ago by tianfenghan <[email protected]>