Hi,
I tried your library with api-platform 2.6.4 which uses php 8.
I needed to change the line 761 (util.php) from
( self::$SP1 == $rows[$i+1]{0} ))
to
( self::$SP1 == $rows[$i+1][0] ))
otherwise I received the error "Compile Error: Array and string offset access syntax with curly braces is no longer supported"
Are you planing to support php 8?
Thanks
Hi,
I tried your library with api-platform 2.6.4 which uses php 8.
I needed to change the line 761 (util.php) from
( self::$SP1 == $rows[$i+1]{0} ))
to
( self::$SP1 == $rows[$i+1][0] ))
otherwise I received the error "Compile Error: Array and string offset access syntax with curly braces is no longer supported"
Are you planing to support php 8?
Thanks