[PHP] Curious PHP cli output in context of bash completion ?

2010-01-27 Thread Alexandre Simon
Hello, I'm pretty sure (in realty I do not understand a lot about the problem... :( ) this is a distribution or a version problem but maybe some PHP/bash expert here could have some idea and tell me what I could try to solve the problem described here :

Re: [PHP] Curious PHP cli output in context of bash completion ?

2010-01-27 Thread Rene Veerman
Have you tried letting the php script output \r\n instead of just \n as newline ? On Wed, Jan 27, 2010 at 10:46 PM, Alexandre Simon lexsi...@gmail.com wrote: Hello, I'm pretty sure (in realty I do not understand a lot about the problem... :(  ) this is a distribution or a version problem but

Re: [PHP] Curious PHP cli output in context of bash completion ?

2010-01-27 Thread Ashley Sheridan
On Wed, 2010-01-27 at 23:27 +0100, Rene Veerman wrote: Have you tried letting the php script output \r\n instead of just \n as newline ? On Wed, Jan 27, 2010 at 10:46 PM, Alexandre Simon lexsi...@gmail.com wrote: Hello, I'm pretty sure (in realty I do not understand a lot about the

Re: [PHP] Curious PHP cli output in context of bash completion ?

2010-01-27 Thread Alexandre Simon
Le 28 janv. 2010 à 00:42, Ashley Sheridan a écrit : On Wed, 2010-01-27 at 23:27 +0100, Rene Veerman wrote: My initial goal is to complete a PHP script, using the PHP script itselfs as function for bash completion. Mechanism that works perfectly on some other platforms (with different PHP AND