Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.www.php > #21893

Re: system()

From Alessandro Pellizzari <shuriken@amiran.it>
Newsgroups it.comp.www.php
Subject Re: system()
Date 2018-02-18 11:22 +0000
Message-ID <fet5v2FhvgqU1@mid.individual.net> (permalink)
References <p6bjie$9db$1@gioia.aioe.org>

Show all headers | View raw


On 18/02/18 10:12, Flavio Bosio wrote:

> pare che PHP non riesca a trovare il path di ghostscript
> 
> idee?

Da shell:

$ echo $PATH

$ which gs

E da PHP:

<?php print getenv('PATH');

E vedi dove differiscono.

Bye.

Back to it.comp.www.php | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

system() Flavio Bosio <nospam@gmail.com> - 2018-02-18 11:12 +0100
  Re: system() Alessandro Pellizzari <shuriken@amiran.it> - 2018-02-18 11:22 +0000

csiph-web