[PHP-DEV] Bug #793: Not nessessary -lpthread leads to misbehaving of Apache From: zavadsky <email protected>
Date: 09/27/98

From: zavadsky <email protected>
Operating system: Linux libc
PHP version: 3.0.4
PHP Bug Type: MySQL related
Bug description: Not nessessary -lpthread leads to misbehaving of Apache

Libpthread is not nessesary to use mysql client. Because of apache is not thread save, using
of this library while linking apache leads to a strange behavior (see bug general/3085 in apache bugs database)
When I manually remove the library from the php module info, all works ok.
I do recomment you not to use thread library when linking PHP with MySQL client

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>