Your message dated Mon, 18 Jan 2010 11:25:41 +0100
with message-id <[email protected]>
and subject line #525345: php5-mysql: Loading both mysql and mysqli (default
config) causes issues
has caused the Debian Bug report #525345,
regarding php5-mysql: Loading both mysql and mysqli (default config) causes
issues
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
525345: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525345
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php5-mysql
Version: 5.2.9.dfsg.1-1
Severity: important
If both the mysql.so and mysqli.so extensions are enabled and I use this under
apache2/mod_php5 the server is unable to shutdown the last apache2 process,
blocking on a futex() call. By disabling the mysqli.so module (I moved the
config file that loads it at /etc/php5/conf.d/mysqli.ini), the Apache process
can then be shut down normally.
This is a single-CPU system running PHP5 under the mpm-prefork
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.21.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages php5-mysql depends on:
ii libapache2-mod-php5 [phpa 5.2.9.dfsg.1-1 server-side, HTML-embedded scripti
ii libc6 2.9-7 GNU C Library: Shared libraries
ii libmysqlclient15off 5.1.19beta-1 mysql database client library
ii php5-cli [phpapi-20060613 5.2.9.dfsg.1-1 command-line interpreter for the p
ii php5-common 5.2.9.dfsg.1-1 Common files for packages built fr
php5-mysql recommends no packages.
php5-mysql suggests no packages.
-- no debconf information
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 5.2.10.dfsg.1-1
Marking bug as closed, unable to reproduce with any later version of php5.
r...@howl:/# cat /etc/php5/cli/conf.d/mysql.ini
; configuration for php MySQL module
extension=mysql.so
r...@howl:/# cat /etc/php5/cli/conf.d/mysqli.ini
; configuration for php MySQL module
extension=mysqli.so
r...@howl:/# php -r 'echo "done\n";'
done
r...@howl:/#
Ondrej
--
Ondřej Surý <[email protected]>
http://blog.rfc1925.org/
--- End Message ---