zorn-v / xmpp

Library for XMPP protocol connections (Jabber) for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8 support

Oreolek opened this issue · comments

PHP Fatal error: Uncaught Fabiang\Xmpp\Exception\InvalidArgumentException: Argument 1 of "Fabiang\Xmpp\Exception\XMLParserException::Fabiang\Xmpp\Exception\XMLParserException::create" must be a resource returned by "xml_parser_create" in vendor/zorn-v/xmpp/src/Fabiang/Xmpp/Exception/XMLParserException.php:60

xml_parser_create:

This function returns an XMLParser instance now; previously, a resource was returned, or false on failure.

commented

It does not fix your actual error, but I fix exception to show correct message
Just update with composer up