Search results

  1. I

    How to properly install SQLSRV on multiple versions of PHP 7+ ?

    I understand that. When i first opened the php.ini it had the .dll extension. I changed it to .so but it isn't available (see console log). I now tried installing it through pecl and yum but php-idap doesn't exists. Would it be safe to remove that extension?
  2. I

    How to properly install SQLSRV on multiple versions of PHP 7+ ?

    Alright so I got sqlsrv and pdo_sqlsrv installed but now run in to the following error: I changed php_lda.dll to the .so extension in php.ini. Same error happens when it has the .dll extension.Do I need to manually install this? Doesn't this come with directadmin itself?
  3. I

    How to properly install SQLSRV on multiple versions of PHP 7+ ?

    This is the same error I ran in to before. I know its because the folder has the noexec flag but as a newby to Linux/CentOS I don't want to mess around without knowing If i'm doing the right thing. Can I remove the noexec flag from the tmp/pear/temp folder? If so, how? Or is there another way...
  4. I

    How to properly install SQLSRV on multiple versions of PHP 7+ ?

    Hi @zEitEr, thanks for the reply. As far as I understand it PHP is integrated within directadmin and we use custombuilds to compile it all. Right? pecl doesn't come with directadmin out-of-the-box as far as I know (pecl: command not found errors pop up all the time). I use CentOS 7 and the...
  5. I

    How to properly install SQLSRV on multiple versions of PHP 7+ ?

    Hello, I've read tons of articles, stackoverflow questions and posts on this forum already but haven't found a single solution that works. I need to connect to a Microsoft SQL server using the sqlsrv extension: https://www.php.net/manual/en/book.sqlsrv.php to establisch a connection and run...
Back
Top