Ostico / PhpOrient

PhpOrient - Official Php driver based on the binary protocol of OrientDB.
Other
68 stars 37 forks source link

Fixed Depricated Curly Braces Syntax on PHP 7.4 #112

Closed sameer-shelavale closed 2 years ago

sameer-shelavale commented 2 years ago

Fixed Depricated Curly Braces Syntax for accessing characters in string in Stream Writer on Binary Protocol on PHP 7.4.

It was throwing following Deprication Warning: "Deprecated: Array and string offset access syntax with curly braces is deprecated"

Ostico commented 2 years ago

Thank you @sameer-shelavale