Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.1.0 changes #1

Merged
merged 14 commits into from
Nov 7, 2024
Merged

v0.1.0 changes #1

merged 14 commits into from
Nov 7, 2024

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.

1 participant