Skip to content

Updated the stream_select() function so that it supports bigger file … #14452

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

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b570514
Updated the stream_select() function so that it supports bigger file …
frodeborli Jun 3, 2024
166a0e4
Removed unused functions. Unsure if this is correct, since I don't kn…
frodeborli Jun 3, 2024
e3edadb
Merge branch 'php:master' into stream_select_unlimited
frodeborli Jun 3, 2024
f8c53e5
Fix bug which was found by CI on php-src when commiting using a diffe…
frodeborli Jun 3, 2024
5631e3b
Fixed mistake from lazyness. The function now properly finds the larg…
frodeborli Jun 3, 2024
581a8d5
Apparently the CI on github finds stuff my building process does not …
frodeborli Jun 3, 2024
b93d754
Problems
frodeborli Jun 4, 2024
ae8d2ec
Updated code setting the max_fds based on the ulimit for the process.
frodeborli Jun 4, 2024
5fed836
Fixed order of some input tests that caused testing to fail
frodeborli Jun 5, 2024
9f98fe4
Merge branch 'php:master' into stream_select_unlimited
frodeborli Jun 5, 2024
7c07b77
Refactored code and improved safey of macros according to comments on…
frodeborli Jun 7, 2024
2c146fa
Merge branch 'php:master' into stream_select_unlimited
frodeborli Jun 25, 2024
cad406e
fix: Added a cap to the number of file descriptors it can poll, in ca…
frodeborli Jun 25, 2024
7e7ead3
Merge branch 'php:master' into stream_select_unlimited
frodeborli Jul 1, 2024
9c3c9b5
fix: Updated stream_select implementation to dynamically resize the f…
frodeborli Jul 1, 2024
84a8e28
fix: Unused argument max_fds removed from a couple of functions.
frodeborli Jul 1, 2024
8a15aa3
Merge branch 'php:master' into stream_select_unlimited
frodeborli Jul 2, 2024
be6d295
fix: Improvments suggested by @arnaud-lb
frodeborli Jul 2, 2024
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading