Re: [PHP-DEV] php7- dropping the $ from the variable name - rfc

2008-09-18 Thread Jordan Moore
On Thu, Sep 18, 2008 at 12:25 PM, troels knak-nielsen <[EMAIL PROTECTED]> wrote: > On Thu, Sep 18, 2008 at 9:09 PM, Arvids Godjuks > <[EMAIL PROTECTED]> wrote: >> Well, you can do that right now, PHP supports that for ages. >> >> > $myVar = 'print'; >> $myVar('Hello!'); // Outputs hello >> ?> > > P

Re: [PHP-DEV] php7- dropping the $ from the variable name - rfc

2008-09-18 Thread Jordan Moore
On Thu, Sep 18, 2008 at 11:06 AM, Brian Moon <[EMAIL PROTECTED]> wrote: > mike wrote: >> >> Personally I love the $. It makes it so much easier to identify >> variables. It's a single character. Can't see the need honestly to >> even bring this up. > > +1,000,000. Horrible idea. *facepalm* > > --

Re: [PHP-DEV] Comments on PHP security

2007-01-11 Thread Jordan Moore
of these petty arguments. That is all... Jordan On 1/11/07, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: Rather then commenting on what other people should and should not do, do something productive like fix bugs or help to extend the PHP test suit. On 11-Jan-07, at 2:23 PM, Jordan Moore wrote

Re: [PHP-DEV] Comments on PHP security

2007-01-11 Thread Jordan Moore
This is pathetic. I thought most of you were adults, but I really can't tell sometimes. Why can't this be discussed without everyone getting upset and snapping at each other? The biggest problem with PHP right now is how thick-headed and cocky some of the posters to this list are. Grow up, and th

[PHP-DEV] Re: Run-time taint support proposal

2006-12-15 Thread Jordan Moore
So, what if an ISP (webhost) enables taint functionality, and a developer uses a PHP library that uses custom filter functions for filtering data. Will this developer see messages displayed on his PHP application even though filtering is being done? Jordan -- PHP Internals - PHP Runtime Developm