Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: zolale/swoole-src

Tags

v4.7.1

Toggle v4.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix memory invalid read/write (swoole#4379)

* Fix ipv6 address buffer overflow

* Fix Socket::readVectorAll invalid write

* Fix System::gethostbyname with c-ares invalid write.

v4.7.0

Toggle v4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version for Swoole 4.7.0 (swoole#4321)

v4.4.26

Toggle v4.4.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version for Swoole 4.4.26 (swoole#4212)

v4.6.7

Toggle v4.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version for Swoole 4.6.7 (swoole#4210)

v4.6.6

Toggle v4.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version for Swoole 4.6.6 (swoole#4164)

v4.6.5

Toggle v4.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix curl multi bug (swoole#4147)

* defense

* optimize

v4.4.25

Toggle v4.4.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version for Swoole 4.4.25 (swoole#4137)

* Fix httpclient proxy with host and port (swoole#4124)

* Fix proxy with host and port

* Change strstr to memchr
# Conflicts:
#	swoole_http_client_coro.cc

* Update version for Swoole 4.4.25

v4.6.4

Toggle v4.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version for Swoole 4.6.4 (swoole#4083)

v4.4.24

Toggle v4.4.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version for Swoole 4.4.24 (swoole#4084)

v4.6.3

Toggle v4.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Exit the process directly when a fatal error occurs (swoole#4053)

* Exit the process directly when a fatal error occurs

* use zend_try

* fix tests

* fix tests [2]