NYCPHP Meetup

NYPHP.org

[nycphp-talk] php + mysql

Juancarlos Aponte j.aponte at gmail.com
Sun Dec 19 14:13:11 EST 2004


Well, it seems as though I overlooked something very minor in the
PHPMyAdmin config page and now it works almost perfectly.  The mysqli
functions are working just fine as well. Now the only problem i have,
although it is very minor is that I can't get index.php to work like
index.html would.  Meaning, if I type in my URL, index.php is not
selected by default, instead I have an index.html page that
automatically refreshes to index.php.  A little annoying but I can
deal.  If anyone has a solution, that'd be great.  Sorry if I wasn't
paying attention too much there Daniel, I sometimes overlook things
because I have no patience. Thanks a lot for the help.


On Sun, 19 Dec 2004 13:42:50 -0500, Daniel Convissor
<danielc at analysisandsolutions.com> wrote:
> On Sat, Dec 18, 2004 at 11:25:19AM -0500, Tim Gales wrote:
> >
> >  php_mysqli.dll (5.0.2.2) depends upon libmysqli.dll.
> 
> Hmmm.  Okay, I never really looked at all the files involved until
> this moment.  On my Windows XP box with MySQL 4.1.2-alpha and PHP
> 5.1.0-dev from snaps.php.net a moment ago, here are all the files
> named *mysql*.dll
> 
> c:\program files\php\ext\php_mysql.dll     (for the mysql <= 4.0.x)
> c:\program files\php\ext\php_mysqli.dll    (for the mysql >= 4.1.x)
> c:\program files\php\libmysql.dll          (I'd never noticed this before)
> 
> c:\program files\mysql41\bin\libmySQL.dll
> c:\program files\mysql41\Embedded\DLL\debug\libmysqld.dll
> c:\program files\mysql41\Embedded\DLL\release\libmysqld.dll
> c:\program files\mysql41\lib\debug\libmySQL.dll
> c:\program files\mysql41\lib\opt\libmySQL.dll
> c:\program files\mysql41\lib\opt\libmysqld.dll
> 
> So, under this setup, there's no libmysqli.dll.  BUT, looking at
> different versions of PHP, I see there's a libmysqli.dll in the
> "c:\program files\php" directory.  It exists in the versions 5.0.0
> through 5.0.2 (haven't looked at 5.0.3). It was removed from HEAD
> (5.1.x) some time after 2004-10-31.
> 
> --Dan
> 
> --
> T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
>            data intensive web and database programming
>                http://www.AnalysisAndSolutions.com/
> 4015 7th Ave #4, Brooklyn NY 11232  v: 718-854-0335 f: 718-854-0409
> _______________________________________________
> New York PHP Talk
> Supporting AMP Technology (Apache/MySQL/PHP)
> http://lists.nyphp.org/mailman/listinfo/talk
> http://www.newyorkphp.org
> 


-- 
.: Juancarlos :.

"Any fool can know. The point is to understand."
-Albert Einstein



More information about the talk mailing list