phpbar.de logo

Mailinglisten-Archive

[php] php.ini konfigurieren / war: msmtp konfigurieren

[php] php.ini konfigurieren / war: msmtp konfigurieren

Thomas Koudela thomas at koudela.net
Mon Jun 29 10:48:48 CEST 2009


( http://us3.php.net/manual/en/function.parse-ini-file.php )
>>> parse_ini_file() loads in the ini file specified in filename,
>>> and returns the settings in it in an associative array. 
>>>
>>> The structure of the ini file is the same as the php.ini's. 
[...]
>>> Note: If a value in the ini file contains any non-alphanumeric
>>> characters it needs to be enclosed in double-quotes (").

Rein logisch folgt daraus, dass auch in der php.ini alle Argumente die
nicht der Form [a-zA-Z0-9]* entsprechen in doppelte Anführungszeichen
einzuschließen sind. (Was mich dann nur verwundert, warum kein anderer
-- mit mehr Wissen und Hirn, das gleich von Anfang an klargestellt hat?)

Andre:
> sendmail_path = /usr/bin/msmtp -t -i -C /etc/msmtprc

Meiner Weisheit letzter Schluss:
sendmail_path = "/usr/bin/msmtp -t -i -C /etc/msmtprc"

*schulterzuck*




php::bar PHP Wiki   -   Listenarchive