Date: 03/31/00
- Next message: sheng_liang <email protected>: "[PHP-DEV] PHP 4.0 Bug #3993: func_num_args, func_get_arg, and func_get_args don't work"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3991 Updated: admin_values (like safe mode) can be overridden"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] PHP 4.0 Bug #3976: mysql_query produces warnings (fwd)"
- Next in thread: Michael Widenius: "Re: [PHP-DEV] PHP 4.0 Bug #3976: mysql_query produces warnings (f wd)"
- Reply: Michael Widenius: "Re: [PHP-DEV] PHP 4.0 Bug #3976: mysql_query produces warnings (f wd)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
> Since we have incorporated the MySQL client library it seems like we
> have had a lot more problems with MySQL.
> People often have problems when using mod_auth_mysql (compiled
> against a different version of the MySQL client library) and mod_php
> with the same Apache server.
> I don't know what the exact problem these guys seem to be
> encountering but it seems that when they link against a different
> mysql client library things start working again.
>
> What do you guys think?
You are right. We use a modified mod_auth_digest module with additional
basic-authenthification support and mysql as database backend. This
module is linked against the system mysql client lib. Php-4.0RC1 was
first linked against the bundled mysql client and I run into problems.
After linking against the system mysql client I have no problems any
more (with the mysql support).
On my development system where was no other apache module wich uses
mysql and so I have no problems with php linked against the bundled
client.
tom
-- Tom Anheyer G+J BerlinOnline GmbH Tel. : +49-(0)30-2327-5210 im Pressehaus am Alexanderplatz Fax: +49-(0)30-2327-5596 Karl-Liebknecht-Straße 29 E-Mail: Tom.Anheyer <email protected> D-10178 Berlin URL: http://www.BerlinOnline.deBerlinOnline ist ein Service von Berliner Zeitung, TIP BerlinMagazin, Berliner Kurier und Berliner Abendblatt.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: sheng_liang <email protected>: "[PHP-DEV] PHP 4.0 Bug #3993: func_num_args, func_get_arg, and func_get_args don't work"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3991 Updated: admin_values (like safe mode) can be overridden"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] PHP 4.0 Bug #3976: mysql_query produces warnings (fwd)"
- Next in thread: Michael Widenius: "Re: [PHP-DEV] PHP 4.0 Bug #3976: mysql_query produces warnings (f wd)"
- Reply: Michael Widenius: "Re: [PHP-DEV] PHP 4.0 Bug #3976: mysql_query produces warnings (f wd)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

