Skip to content

Tags: phasync/phasync

Tags

1.1.0-rc2

Toggle 1.1.0-rc2's commit message
fix: Warnings from stream_select muted

1.1.0-rc1

Toggle 1.1.0-rc1's commit message
chore: Cleanup

1.1.0-rc0

Toggle 1.1.0-rc0's commit message
fix: Refactored Stream polling implementation significantly to fix su…

…btle bugs and potential memory leak.

fix: Improved debug output
fix: FastCGI Record parser/builder added FCGI_UNKNOWN_TYPE record.

1.0.7

Toggle 1.0.7's commit message
fix: Issue with make lint when multiple directories passed from comma…

…nd to php-cs-fixer

1.0.6

Toggle 1.0.6's commit message
fix: Un-deprecated the HttpClient and made sure it works outside of p…

…hasync coroutines as well as inside with asynchronous requests anywhere.

1.0.5

Toggle 1.0.5's commit message
fix: Removed troublesome and unimportant test. The test failed on ext…

…remely slow github CI servers because of the extreme slowness.

1.0.4

Toggle 1.0.4's commit message
fix: phasync\Util\FastCGI\Record referred to older class names for Ob…

…jectPoolInterface/ObjectPoolTrait

1.0.3

Toggle 1.0.3's commit message
fix: Fixed a bug in the ExecutionOrderTest in which for very slow mac…

…hines the phasync::go() call would preempt and this caused the test to fail.

1.0.2

Toggle 1.0.2's commit message
docs: Added a lot of documentation for functionality.

chore: Wrote a large number of new tests.
fix: io::fputcsv() did not work as expected thanks to incorrect return value type declaration.
refactor: refactored the CurlMulti class to be more readable.

1.0.1

Toggle 1.0.1's commit message
chore: Cleaned up some source code. This code was not part of the tes…

…ting framework and not part of the core application and was not working, so it is not considered part of the released version nor as a breaking change.