Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6920 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31407 invoked by uid 1010); 9 Jan 2004 07:43:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31383 invoked by uid 1007); 9 Jan 2004 07:43:02 -0000 Message-ID: <20040109074302.31382.qmail@pb1.pair.com> To: internals@lists.php.net Date: Fri, 09 Jan 2004 08:43:08 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <20040108184029.GC21154@panix.com> In-Reply-To: <20040108184029.GC21154@panix.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 212.202.209.238 Subject: Re: new win32 snapshot: php_mysql.dll not found error -> wrong llibmysql.dll in snapshot ? From: webwurst@web.de (Tobias Bradtke) Hi! Daniel Convissor wrote: > Hi: > > Running php5-win32-200401081130. Uncommented several extensions in > php.ini. Adjusted my extension_dir. All of the extensions loaded just > fine, except php_mysql.dll. The file is in the appropriate place and has > the appropriate permissions. Even tried giving everyone full control over > the file. Nope. To enable mySQL-Support i had to set up the extension_dir in php.ini, to add "extension=php_mysql.dll" and to copy libmysql.dll (228KB) to my Windows-Directory. With the current Snapshot (8 Jan 2004 20:19:59 +010) i did the same, but Apache gave "PHP Startup: Unable to load dynamic library 'php_mysql.dll' [..]" The Problem seems to be caused by the bunbled limysql.dll (196KB): After replacing this file in my Window-Directory with the old one Apache starts without an Error. webwurst