Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6882 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25857 invoked by uid 1010); 8 Jan 2004 19:29:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25823 invoked from network); 8 Jan 2004 19:29:29 -0000 Received: from unknown (HELO stella.fastforwardnetwork.com) (209.51.153.50) by pb1.pair.com with SMTP; 8 Jan 2004 19:29:29 -0000 Received: (qmail 8307 invoked from network); 8 Jan 2004 20:33:31 -0000 Received: from p508aa0aa.dip.t-dialin.net (HELO hristov.com) (80.138.160.170) by d.goto.bg with SMTP; 8 Jan 2004 20:33:31 -0000 Message-ID: <3FFDAE76.5080103@hristov.com> Date: Thu, 08 Jan 2004 20:24:38 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20031230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Convissor CC: PHP Internals List References: <20040108184029.GC21154@panix.com> <00d601c3d619$a83f6800$8b018552@titan> <20040108191602.GB25414@panix.com> In-Reply-To: <20040108191602.GB25414@panix.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] new win32 snapshot: php_mysql.dll not found error From: php@hristov.com (Andrey Hristov) Hi Dan, there is something borked. mysql_drop_db() is deprecated and on the doc page there is a note : [snip] Warning This function will not be available if the MySQL extension was built against a MySQL 4.x client library. [/snip] There is something borked with the libs that you use? Andrey Daniel Convissor wrote: > Hi Wez: > > On Thu, Jan 08, 2004 at 07:00:18PM -0000, Wez Furlong wrote: > >>Seeing any error messages that you get would help to diagnose the >>problem :) > > > Pardon me. Given the context, I thought it would be apparent that it was > the windows message box: > PHP Warning: PHP Startup: Unable to load dynamic library > 'c:\progra~1\php\ext\php_mysql.dll' - The specified procedure could > not be found. > in Unknown on line 0 > > That's when hitting a web page. Interestingly, if I run from the command > line, an extra error message box pops up before that saying: > The procedure entry point mysql_drop_db could not be located in the > dynamic link library LIBMYSQL.dll > > Behavior is the same on the command line in both CLI and CGI. > > Thanks, > > --Dan >