1. Is this reproducible? -> yes. I use i386 binaries via 
"jp.archive.ubuntu.com".
2. I always do dist-upgrade with wajig. I can reproduce the bug with extracted 
php5 command in cached deb files.

---- hash for deb ---
$ sha1sum /var/cache/apt/archives/php5-cli_5.2.10.dfsg.1-2ubuntu3_i386.deb
86dfb40d2c31ff9c2763f5f2984550e205a09786  
/var/cache/apt/archives/php5-cli_5.2.10.dfsg.1-2ubuntu3_i386.deb

---- script ---
$ emacs sample.php # previous php script
$ mkdir 5.2.6 5.2.10
$ dpkg-deb -x /var/cache/apt/archives/php5-cli_5.2.6.dfsg.1-3ubuntu4.2_i386.deb 
5.2.6/
$ dpkg-deb -x /var/cache/apt/archives/php5-cli_5.2.10.dfsg.1-2ubuntu3_i386.deb 
5.2.10/
$ ./5.2.10/usr/bin/php5 sample.php

Fatal error: Call to undefined function gzopen() in 
/home/bellbind/experiment/php/ubuntu/sample.php on line 3
$ ./5.2.6/usr/bin/php5 sample.php # work well in my env.

-- 
"Fatal error: Call to undefined function gzopen()" on php5 
5.2.10.dfsg.1-2ubuntu3
https://bugs.launchpad.net/bugs/432291
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to