0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correct mispelling of amqpMessage More... over 9 years ago
catch the ErrorException thrown by the custom error handler in all the places we are using it, to restore the previous error handler More... over 9 years ago
remove call to restore_error_handler since it doesn't work More... over 9 years ago
Fix spec PHPDoc generation More... over 9 years ago
Fix spec PHPDoc generation More... over 9 years ago
Update changelog More... over 9 years ago
Merge pull request #379 from php-amqplib/fix_error_reporting_not_reset More... over 9 years ago
Fix for when the default error handler is not restored More... over 9 years ago
Add test to cover new \InvalidArgumentException being thrown. More... over 9 years ago
Correct return type that echos More... over 9 years ago
Use bool instead of boolean More... over 9 years ago
Use boolean instead of bool in doc block types More... over 9 years ago
Fix incorrect type array doc blocks More... over 9 years ago
Fix method signature docblock type More... over 9 years ago
Correct method signature array doc blocks More... over 9 years ago
Fix argument type sin MethodMap091 More... over 9 years ago
Fixed AbstractChannel#process_deferred_methods() doc block argument type More... over 9 years ago
Fix method signature doclbock types and frame args parameter type More... over 9 years ago
Fix AbstractChannel#dispatch docblock and give message variable a more descriptive name More... over 9 years ago
Merge pull request #377 from php-amqplib/psr2_fixes More... over 9 years ago
Rename vars to PSR-2. More... over 9 years ago
Update DEMO files closer to PSR-2 standards More... over 9 years ago
Verify read_write_timeout is at least 2x the heartbeat (if set) More... over 9 years ago
Fix issue with declaring an exchange with a closed connection More... over 9 years ago
Add method to retrieve server properties. More... over 9 years ago
Added missing doc blocks and types More... over 9 years ago
Update library version More... over 9 years ago
Merge pull request #372 from bmcgavin/check_frame_type More... over 9 years ago
Get the array of valid frame types from the protocol constants class More... over 9 years ago
Merge pull request #332 from mente/opt-lazy-socket More... over 9 years ago