sql server - What is the suggested migration route from mssql extension in php -


this has been asked before can't find anywhere.

i have found out mssql extension has been dumped php (i know while ago i'm bit slow).

i have legacy app using , mssql_query etc functions. i'm wondering suggested route is?

  • pdo?
  • microsofts driver
  • move db?

i'm not entirely averse moving mysql since everytime have move boxes have huge issues getting mssql work correctly php. old mysql extension still supported or need move pdo anyway?

is there easy way move pdo? suggestions welcome.

pdo recommended anyway abstract db connections, if go mysql i'd highly recommend using it. if you're on windows environments connecting sql server ms sqlsrv library route take. have used odbc_* functions when dealing mssql in past no problems, including calling stored procs own queries.

another db didn't have os lock in move though. mysql ubiquitous, don't rule out alternatives without doing research first.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -