Skip to content

2.20.3

Choose a tag to compare

@RobinPegamento RobinPegamento released this 29 Aug 15:15
· 2 commits to master since this release

Fixed potential issue with too few arguments with function phpagi_error_handler.
Fixed new_AsteriskManager() assigning to non-existing member.
Removed references to mysql_errno(), as that function has been removed since PHP 7.0.0.
Commented out references to mysqli_errno(), because that function needs a database connection object passed to it for it to function.