php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52492 missing libmysql.dll, ext/php_pdo.dll, and ext/php_pspell.dll
Submitted: 2010-07-29 23:56 UTC Modified: 2010-08-05 17:35 UTC
From: aaron dot brown+php at oakadaptive dot com Assigned:
Status: Not a bug Package: Windows Installer
PHP Version: 5.3.3 OS: Windows
Private report: No CVE-ID: None
 [2010-07-29 23:56 UTC] aaron dot brown+php at oakadaptive dot com
Description:
------------
<http://www.php.net/manual/en/mysql.installation.php#mysql.installation.windows>
says "A file named libmysql.dll is included in the Windows PHP
distribution", but there is no such file in
<http://windows.php.net/downloads/releases/php-5.3.3-Win32-VC6-x86.zip>.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-07-30 21:11 UTC] aaron dot brown+php at oakadaptive dot com
-Summary: missing libmysql.dll +Summary: missing libmysql.dll, ext/php_pdo.dll, and ext/php_pspell.dll
 [2010-07-30 21:11 UTC] aaron dot brown+php at oakadaptive dot com
Also missing:

  ext/php_pdo.dll
  ext/php_pspell.dll

(Or do I now need to compile PHP myself to get these?  All
three are included in php-5.2.14-Win32-VC6-x86.zip.)

http://www.php.net/manual/en/pdo.installation.php
http://www.php.net/manual/en/pspell.installation.php
 [2010-08-04 20:24 UTC] aaron dot brown+php at oakadaptive dot com
-Type: Documentation Problem +Type: Bug -Package: Documentation problem +Package: Windows Installer
 [2010-08-04 20:24 UTC] aaron dot brown+php at oakadaptive dot com
I ran the corresponding installer,
<http://windows.php.net/downloads/releases/php-5.3.3-Win32-VC6-x86.msi>,
but it doesn't have these files either.
 [2010-08-04 22:03 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2010-08-04 22:03 UTC] pajoye@php.net
PDO is builtin. libmysql is not used anymore, 5.3.x uses mysqlnd (see the documentation or migration for more info). pspell is not available anymore, you can use enchant instead (which provides many backends like openoffice dictionary).
 [2010-08-04 23:03 UTC] aaron dot brown+php at oakadaptive dot com
Thank you for the response!

I will submit separate documentation bugs for
<http://php.net/manual/en/mysql.installation.php#mysql.installation.windows>
and <http://php.net/manual/en/pdo.installation.php> (which
both mention these DLLs and don't point out that they're not
used in PHP 5.3).

> PDO is builtin.  libmysql is not used anymore, 5.3.x uses
> mysqlnd (see the documentation or migration for more
> info).

Excellent; for others' reference:

- To get PDO to work I uncommented the php_pdo_*.dll
  extensions I was interested in but left
  "extension=php_pdo.dll" commented out.
- To get mysql_* functions to work I simply uncommented
  "extension=php_mysql.dll".
 [2010-08-05 17:35 UTC] aaron dot brown+php at oakadaptive dot com
> I will submit separate documentation bugs

Done:

http://bugs.php.net/bug.php?id=52543
http://bugs.php.net/bug.php?id=52544
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 10:01:29 2024 UTC