Schlagwort: php7

  • Debian 9: Access to MS-SQL Server

    Damit man von einem Debian-System, unter Verwendung von PHP7.0, auf einen Microsoft SQL-Server ( > SQL Server 2008!!) zugreifen kann sollte man diese beiden Anleitungen beachten: https://github.com/Microsoft/msphpsql#install-unix https://github.com/Microsoft/msphpsql/wiki/Install-and-configuration#user-content-odbc-17-linux-installation Ganz am Schluss dann noch diesen Befehl und dann den Apache neustarten: pecl install sqlsrv-5.2.0RC1 und schon sollte das funktionieren!! Wichtiger Hinweis noch: Fall Ihr auf eine…

  • Webserver: How to find out which php.ini file is used?

    Kurz und bündig: php -i | grep php.ini Source: https://suitecrm.com/suitecrm/forum/installation-upgrade-help/14595-configuration-variable-date-timezone-is-not-set-help-wanted-to-fix