NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
mysqli code completion


Joined: 09 Aug 2006
Posts: 26
Reply with quote
Just upgrade to V19 and the auto completion of mysqli_ commands has stopped working for php7 - everything else seems fine.

When I go to tools > settings > run & debug > settings > PHP Version (SRV Mode)

and set it to PHP 7.x

it doesn't autocomplete mysqli commands

if I set it to PHP 5.3 through 5.6

it works fine when completing mysqli commands

I'd leave it at the latter but I specifically upgrade to stop it showing me errors when I declare function return types
e.g. function thing() : array

any help appreciated.

thanks
Mike
View user's profileFind all posts by mike_wainSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
I'm under impression that mysqli was declared deprecated at some moment and removed it from distro. Seems it's mistake and the extension is still pretty alive, so okay, we'll return it back in 19026

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 09 Aug 2006
Posts: 26
Reply with quote
thanks - it's ext/mysql rather than MYSQLi that was depreciated in 5.6 and removed in 7 with the recommendation to use MYSQLi or PDO instead.

https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7#extmysql

most appreciated.

thanks
Mikes
View user's profileFind all posts by mike_wainSend private message
mysqli code completion
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic