Re: A curious thing...about tags. [message #182246 is a reply to message #182234] |
Tue, 23 July 2013 19:02 |
The Natural Philosoph
Messages: 993 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 22/07/13 22:29, Denis McMahon wrote:
> On Mon, 22 Jul 2013 17:00:00 -0400, Jerry Stuckle wrote:
>
>> On 7/22/2013 3:14 PM, Denis McMahon wrote:
>>> On Mon, 22 Jul 2013 17:41:13 +0100, Tim Streater wrote:
>>>
>>>> Then get a clue. TNP uses PHP at the command line with:
>>>>
>>>> php -a
>>>>
>>>> He then enters:
>>>>
>>>> echo "this";
>>>>
>>>> at the prompt, and it hangs. There. That wasn't too hard to figure
>>>> out,
>>>> was it.
>>> Then it's something in his configuration that's different to my command
>>> line configuration.
>>>
>>>
>> Works the same for me as it did for Tim.
>>
>> Maybe you hit ctrl-Z (or ctrl-D on linux)?
> Nope, I did the following as Tim posted, starting from a shell prompt:
>
> php -a
> echo "this";
>
> And what appears on my screen is this:
>
> $ php -a
> Interactive shell
>
> php > echo "this";
> this
> php > exit
> $
>
> So if TNPs system is hanging after he enters the 'echo "this";' then my
> bet is that it's something he did to his configuration.
>
I have never configured PHP to use a shell at all.
It is a vanilla debian stable installation.
--
Ineptocracy
(in-ep-toc’-ra-cy) – a system of government where the least capable to lead are elected by the least capable of producing, and where the members of society least likely to sustain themselves or succeed, are rewarded with goods and services paid for by the confiscated wealth of a diminishing number of producers.
|
|
|