On Mon, 19 Jan 2015 14:48:32 +0100 Lucas Nussbaum <lu...@lucas-nussbaum.net> 
wrote:
> On 19/01/15 at 13:51 +0100, Daniel Beyer wrote:
> >
> > (...) 
> > 
> > First: The command that is executed actually is this one:
> > # php -r "$n = 1000; while ($n--) {echo ''; usleep(1000); }" 
> > 
> > This does not wait ~1s, but produces the following error:
> > PHP Parse error:  syntax error, unexpected '=' in Command line code on line 
> > 1
> 
> That's only because you did not escape $n :-)
> 

Sadly exactly this command is finally executed by the test (with the
unescaped $n).

I proposed a pull-request on upstream's vcs [1], updated the Debian
package and asked David on pkg-php-pear list [2] for a review and
further processing. 

Daniel

[1] https://github.com/symfony/symfony/pull/13446
[2] 
http://lists.alioth.debian.org/pipermail/pkg-php-pear/2015-January/004365.html

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to