Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
61b683d
Add initial poll API
bukka Aug 15, 2025
9f5e16e
Add poll mechanism build checks and fix build
bukka Aug 16, 2025
c064161
Fix port and select backend and improve config
bukka Aug 16, 2025
ba5fe62
poll: restructure and refactore error handling and other bits
bukka Aug 16, 2025
7f6b60f
poll: use zend memory allocator
bukka Aug 16, 2025
a8ba8d9
poll: split init from create
bukka Aug 16, 2025
cecbe24
poll: use pefree instead of free everywhere
bukka Aug 16, 2025
ab65c4b
poll: declare PHPAPI
bukka Aug 16, 2025
d49d26e
poll: fix kqueue build
bukka Aug 18, 2025
4ef72ac
Add initial streams polling API
bukka Aug 19, 2025
69e8ef8
poll: add missing private constructor
bukka Aug 19, 2025
cb1ff80
poll: add initial test
bukka Aug 19, 2025
c26d075
poll: reorganize stubs so functions are added
bukka Aug 19, 2025
176fabf
poll: do not dtor stream event property
bukka Aug 20, 2025
3213558
poll: split the basic test to multiple eparated scenarios
bukka Aug 20, 2025
8b7dd93
poll: fix returned events
bukka Aug 20, 2025
f89edd4
poll: rewrite kevent to track changed events
bukka Aug 20, 2025
6e32aaa
poll: refactore kevent to get rid of long term batching
bukka Aug 20, 2025
35d8081
poll: add modify and write test
bukka Aug 20, 2025
5599127
poll: optimize and refactore all apis to better handle max_events
bukka Aug 21, 2025
6e46309
poll: use common logic for fd tracking
bukka Aug 21, 2025
2e3828a
poll: use custom allocation macros that can fail on persistent
bukka Aug 21, 2025
0c1a478
poll: add Windows build config changes
bukka Aug 21, 2025
4f4cf8a
poll: support poll creation by backend name
bukka Aug 21, 2025
cf4cf28
poll: clean up and update tests to allow backend selection
bukka Aug 21, 2025
1d1f38a
poll: refactore, simplify and extend tests
bukka Aug 21, 2025
def2ddb
poll: fix kqueue removal logic
bukka Aug 22, 2025
4638073
poll: check stream map before deleting for better error
bukka Aug 22, 2025
b5f0068
poll: extend and simplify tests
bukka Aug 22, 2025
74d6835
poll: add suitable max events callback to get right number of events …
bukka Aug 22, 2025
c692858
poll: group kqueue events and correctly count max events
bukka Aug 22, 2025
e3b2ad9
poll: make the kqueue one shot logic consistent with epoll
bukka Aug 22, 2025
cd3bece
poll: refactore and simplify oneshot kqueue logic
bukka Aug 23, 2025
8baf70d
poll: improve and extend error handling with some helpers
bukka Aug 23, 2025
d15bfdc
poll: extend and clean up tests
bukka Aug 23, 2025
d968e22
poll: rewrite tests to expect events in any order
bukka Aug 23, 2025
9023136
poll: support backend specific events in event expectation
bukka Aug 23, 2025
e6946e6
poll: extend and fix edge tests
bukka Aug 23, 2025
35810ab
poll: refactore and optimize fd table
bukka Aug 23, 2025
d067e29
poll: refactore poll logic to use more optimally fd table
bukka Aug 23, 2025
5f85e9f
poll: remove incorrect edge triggering simulation
bukka Aug 23, 2025
cc67857
poll: fix test reporting of unpexpected events when array present
bukka Aug 24, 2025
2dfdacd
poll: fix, refactore and simplify poll backend
bukka Aug 24, 2025
8ad812b
Make poll always available
bukka Aug 24, 2025
6509749
poll: remove select backend as it is broken and not needed
bukka Aug 24, 2025
7d770b7
poll: fix compilation issues
bukka Aug 24, 2025
b075ab4
poll: use STREAM_POLL_WRITE|STREAM_POLL_HUP as default for HOP
bukka Aug 24, 2025
248f2bb
poll: use php_pollfd instead of struct pollfd
bukka Aug 24, 2025
9148b77
poll: remove select backend constants and fix backend name test
bukka Aug 24, 2025
4331731
poll: add stream poll classes to reflection getClassName test
bukka Aug 24, 2025
8799d67
poll: update arginfo
bukka Aug 24, 2025
1201131
poll: introduce php_poll_msleep for win compat
bukka Aug 24, 2025
19890fc
Drop IOCP backend as it is not suitable
bukka Sep 19, 2025
c46226a
poll: add wsapoll backend with additional tests and fix Win compat
bukka Sep 21, 2025
d57b4c0
poll: fix wsapoll CS
bukka Sep 21, 2025
c0135be
poll: fix wsapoll and poll compatibility
bukka Sep 21, 2025
0deb18e
poll: add raw events support to allow lower overhead on kqueue
bukka Sep 22, 2025
c1ddfc0
poll: add actually kqueue implementation for raw_events
bukka Sep 22, 2025
d4740ed
poll: add initial obj migration
bukka Sep 23, 2025
68958b5
poll: add primary implementation and tests for objective polling
bukka Sep 24, 2025
f4ef694
poll: fix failed addition
bukka Sep 24, 2025
7d90473
poll: fix poll testing helpers
bukka Sep 24, 2025
4edefc1
poll: fix missing stream addref or return from getStream
bukka Sep 24, 2025
ebf7e23
poll: fix raw event check
bukka Sep 24, 2025
50e5254
poll: drop compat flag as it does not make sense for watchers
bukka Sep 24, 2025
25ad206
poll: remove unused compat variable
bukka Sep 24, 2025
dd4c021
poll: update classes in ReflectionExtension::getClassNames
bukka Sep 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
poll: update arginfo
  • Loading branch information
bukka committed Sep 24, 2025
commit 8799d675de4a078c5b9f1c1c32db6523d95d595c
3 changes: 1 addition & 2 deletions ext/standard/stream_poll_arginfo.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.