Skip to content

Conversation

@ace411
Copy link
Member

@ace411 ace411 commented Oct 30, 2024

  • Remove fwritev(), freadv(), pwritev(), and preadv() functions
  • Add addReadStream(), addWriteStream(), and parseHttpResponse() functions
  • Rename parseHttp() to parseHttpRequest()
  • Place stack-allocated buffer in php_mrloop_readv_cb() signature
  • Update README.md
  • Add project tests
  • Drop support for PHP8
  • Ensure internal registration of all callbacks attached to accepted signals
  • Add ad-hoc periodic timer cancellation mechanism

ace411 added 14 commits October 31, 2024 01:10
- remove fwritev(), freadv(), pwritev(), and preadv() functions
- add addReadStream(), addWriteStream(), and parseHttpResponse() functions
- rename parseHttp() to parseHttpRequest()
- place stack-allocated buffer in php_mrloop_readv_cb() signature
- introduce signal handler count global variable
- redefine sig_cb as an array of signal handlers
- allow for manual override of internal buffer size in invocations of addReadStream
@ace411 ace411 self-assigned this Nov 7, 2024
@ace411 ace411 merged commit 69efc4e into master Nov 7, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants