Comment 2 for bug 343870

Revision history for this message
Frank Schubert (f-schubert) wrote :

As the last libmysqlclient15off update (5.1.30really5.0.75-0ubuntu10.2) still seem to contains this bug, I'll try to explain (repeat) the description of how to test for the bug as in:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524366

In short: Compare the output of

while [ 1 ]; do echo '<?php echo "toto tata \n";' | php; done

with

while [ 1 ]; do echo '<?php echo "toto tata \n";' | php -n; done

"-n" disables loading of php modules.

I have downgraded to the version in
deb http://people.debian.org/~seanius/mysql/513204/amd64 ./
and the problem went away.

Let me know if I can help in any way to resolve this.

Thanks for your work!