[Bug 372091] Re: php gives "0.0:" as value for 0.6/6
Daniel Hahler
launchpad at thequod.de
Mon May 18 10:53:16 BST 2009
Confirmed on Hardy (in an OpenVZ container).
# php -r "echo PHP_VERSION; echo PHP_EOL; echo 0.6/6; echo PHP_EOL;"
5.2.4-2ubuntu5.6
0.0:
Upgrading to a backport therein makes it work again:
# php -r "echo PHP_VERSION; echo PHP_EOL; echo 0.6/6; echo PHP_EOL;"
5.2.9-0ubuntu1~blueyed1
0.1
Downgrading to the released version (from the "hardy" repo) shows the same problem:
# php -r "echo PHP_VERSION; echo PHP_EOL; echo 0.6/6; echo PHP_EOL;"
5.2.4-2ubuntu5
0.0:
** Changed in: php5 (Ubuntu)
Importance: Undecided => Medium
** Changed in: php5 (Ubuntu)
Status: Incomplete => Triaged
--
php gives "0.0:" as value for 0.6/6
https://bugs.launchpad.net/bugs/372091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list