[Bug 1572465] Re: php -R - $argn seems to have last char missing

2016-05-05 Thread tracey jaquith
ok, thanks! sorry i needed that clue! 8-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1572465 Title: php -R - $argn seems to have last char missing To manage notifications about this bug go to:

[Bug 1572465] Re: php -R - $argn seems to have last char missing

2016-05-05 Thread tracey jaquith
hmm, i'm likely confused -- but this seems to be the version mentioned where the fix is? i'm still seeing the behaviour (using vagrant 5/2 build ubuntu/xenial64 (virtualbox, 20160502.0.0) ) echo "boom" | php -R 'print_r($argn);'; echo; echo ; php -v; boo PHP 7.0

[Bug 1572465] Re: php -R - $argn seems to have last char missing

2016-05-05 Thread tracey jaquith
(or maybe the php7.0 - 7.0.4-7ubuntu4 (mentioned above on 4/26) -v- php7.0 - 7.0.4-7ubuntu2 (my output above) is my problem?) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1572465 Titl

[Bug 1572465] Re: php -R - $argn seems to have last char missing

2016-04-20 Thread tracey jaquith
confirmed working, woohoo, thanks!!! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1572465 Title: php -R - $argn seems to have last char missing To manage notifications about this bug go to: https:

[Bug 1572465] Re: php -R - $argn seems to have last char missing

2016-04-20 Thread tracey jaquith
one of my coworkers found this! https://bugs.php.net/bug.php?id=71624 he wondered if maybe was fixed in v7.0.3, but not v7.0.4 yet? ** Bug watch added: bugs.php.net/ #71624 http://bugs.php.net/bug.php?id=71624 -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1572465] [NEW] php -R - $argn seems to have last char missing

2016-04-20 Thread tracey jaquith
Public bug reported: last char of lines to "php -R" seem to be missing final (non-whitespace chars). example: root@www-vagrant (xenial) 9:22AM ~ > /usr/bin/php7.0 -v; echo; /bin/echo ruhro | /usr/bin/php7.0 -R 'echo > "$argn\n";'; echo PHP 7.0.4-7ubuntu2 (cli) ( NTS ) Copyright (c) 1997-2016