Brauch mal eure hilfe
Brauch mal eure hilfe
Bin gerade am einrichten einer Software die folgendes benötigt:
register_globals OFF
safe_mode OFF
max_execution_time = 0
cgi.fix_pathinfo = 1 (for CGI/FastCGI)
php-cli module (PHP 5.5 or greater is needed at the command line.)
php-imap module (When using or upgrading to PHP 5.6+, this module will not be available even if it was previously.)
MySQL extension (The strict ONLY_FULL_GROUP_BY option must be removed from the “sql mode” of your MySQL.)
curl extension
GD extension
JSON extension
Open SSL extension
Local MTA (Sendmail, Postfix, Exim, etc.) or local or remote SMTP provider
We recommend at least 256M of memory is allocated to PHP, but you may need to set it higher depending on how large your list is. The memory MUST be applied to both http PHP AND php-cli which is used for cron tasks.
escapeshellcmd & escapeshellarg enabled in php.ini
SSL certificate for server/hostname when using PHP 5.6 or greater
Danke im voraus für eure Hilfe
Re: Brauch mal eure hilfe
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
Re: Brauch mal eure hilfe
Danke für die Info, leider bin ich zu blöd unter Debian 11 locate phpinfo zu finden
Re: Brauch mal eure hilfe
phpinfo ist ein php Befehl
einfach eine Datei
Code: Select all
<?php
phpinfo();Ich glaube, irgendwo in KH hat man auch einen Link.
--
Backup: The duplicate copy of crucial data that no one bothered to make;
used only in the abstract
Re: Brauch mal eure hilfe
Du meinst glaub das, wenn man unter dem Reiter Domain dann auf die PHP Version klickt, kommt die infos
Re: Brauch mal eure hilfe
Ah ja genau.
Eigentlich schon intuitiv, aber ich habe es trotzdem verpeilt
--
Backup: The duplicate copy of crucial data that no one bothered to make;
used only in the abstract