Re: [PHP] [Q] Exec'ing a command

2008-06-28 Thread Per Jessen
Eric Gorr wrote: > Hopefully this will be clear. > > I've got a unix command-line app which I will be exec'ing (or some > other similar command) from a php script. > > The special property of this unix app is that while it executes and > terminates quickly, only a single instance can be running

[PHP] Re: Inspiration for a Tombstone.

2008-06-28 Thread Colin Guthrie
Robert Cummings wrote: I will never do it... it looks ugly, Only if you're not used to it. IMO this is how it should be taught in all the books and guides etc. If that was the case, the other way round would be ugly :) especially when performing multiple if comparisons on the variable. P

Re: [PHP] Re: Inspiration for a Tombstone.

2008-06-28 Thread Andrew Ballard
On Sat, Jun 28, 2008 at 9:44 AM, Colin Guthrie <[EMAIL PROTECTED]> wrote: > Robert Cummings wrote: >> >> I will never do it... it looks ugly, > > Only if you're not used to it. IMO this is how it should be taught in all > the books and guides etc. If that was the case, the other way round would be

Re: [PHP] Re: Inspiration for a Tombstone.

2008-06-28 Thread Robert Cummings
On Sat, 2008-06-28 at 11:27 -0400, Andrew Ballard wrote: > On Sat, Jun 28, 2008 at 9:44 AM, Colin Guthrie <[EMAIL PROTECTED]> wrote: > > Robert Cummings wrote: > >> > >> I will never do it... it looks ugly, > > > > Only if you're not used to it. IMO this is how it should be taught in all > > the bo

Re: [PHP] Re: Inspiration for a Tombstone.

2008-06-28 Thread Jim Lucas
Robert Cummings wrote: On Sat, 2008-06-28 at 11:27 -0400, Andrew Ballard wrote: On Sat, Jun 28, 2008 at 9:44 AM, Colin Guthrie <[EMAIL PROTECTED]> wrote: Robert Cummings wrote: I will never do it... it looks ugly, Only if you're not used to it. IMO this is how it should be taught in all the b

Re: [PHP] Re: Inspiration for a Tombstone.

2008-06-28 Thread Dotan Cohen
2008/6/28 Jim Lucas <[EMAIL PROTECTED]>: > But whoever said the flow of the English language was all that efficient? I > actually prefer 'Yoda Speak'. Takes less to say more. > The flow of the English language was all that efficient, who ever said? 'Yoda speak' I actually prefer. Say more, takes

Re: [PHP] Re: Inspiration for a Tombstone.

2008-06-28 Thread Robert Cummings
On Sat, 2008-06-28 at 21:19 +0300, Dotan Cohen wrote: > 2008/6/28 Jim Lucas <[EMAIL PROTECTED]>: > > But whoever said the flow of the English language was all that efficient? I > > actually prefer 'Yoda Speak'. Takes less to say more. > > > > The flow of the English language was all that efficie

Re: [PHP] Re: Inspiration for a Tombstone.

2008-06-28 Thread Andrew Ballard
On Sat, Jun 28, 2008 at 1:33 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > Robert Cummings wrote: >> >> On Sat, 2008-06-28 at 11:27 -0400, Andrew Ballard wrote: >>> >>> On Sat, Jun 28, 2008 at 9:44 AM, Colin Guthrie <[EMAIL PROTECTED]> >>> wrote: Robert Cummings wrote: > > I will nev

Re: [PHP] Re: Inspiration for a Tombstone.

2008-06-28 Thread Dotan Cohen
2008/6/28 Andrew Ballard <[EMAIL PROTECTED]>: > Say anything about efficiency never did I. :-) I was merely commenting > on a personal preference based largely on my perspective as a native > speaker of (US) English. Now - if I WERE to address efficiency, I > don't find "Yoda speak" to be any more

[PHP] Another instance of shameless self promotion

2008-06-28 Thread Richard Heyes
This time its a line chart: http://www.phpguru.org/line/test.html BTW Is anyone else dumbfounded at the inability of the CANVAS tag to render text natively? A gross oversight IMO. -- Richard Heyes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

[PHP] Adding new encodings to mbstring?

2008-06-28 Thread Haluk AKIN
Hi all, Is it possible to add new character encodings to mbstring? http://us.php.net/mbstring If it is possible, then is there a procedure where I can submit "new feature" requests? Or is it possible for me to add the new character encodings myself? Thanks, Haluk -- PHP General Mailing List