luads/php-xbase

PHP 7.3.3 PHP Deprecated: strpos(): Non-string needles warning

Closed this issue · 1 comments

in class Column:24 need to change to
$this->name = (strpos($name, chr(0x00)) !== false ) ? substr($name, 0, strpos($name, chr(0x00))) : $name;

Fixed in #65