Evening. I have a problem trying to connect to Microsoft sql server . I was using 5.4 php and sqlsrv extentions , now i have upgraded the php to 5.6 and i cant find any modules that help me connect to mssql on 5.6 php

    I will let you know as soon as php 5.6 is released. Until then I suggest you read the documentation for whichever php version you are using. For example starting at book.mssql -> requirements, you'd see that it will not work after some php version (5.3?) and that you should instead use what Microsoft provides with an included link to their resources.

      johanafm;11033997 wrote:

      I will let you know as soon as php 5.6 is released.

      😃 😃

      Stobor, hint:

      <?php
      
      echo "Your PHP Version is ".phpversion();
      
      ?>

        Or did you grab the latest development release, by any chance? (Even if that's the case, I wouldn't recommend using it until it becomes an official release.)

          yea my bad its 5.5 mixed the mysql and php versions.

            Write a Reply...