Edit report at http://bugs.php.net/bug.php?id=52492&edit=1
ID: 52492
User updated by: aaron dot brown+php at oakadaptive dot com
Reported by: aaron dot brown+php at oakadaptive dot com
Summary: missing libmysql.dll, ext/php_pdo.dll, and
ext/php_pspell.dll
Status: Bogus
Type: Bug
Package: Windows Installer
Operating System: Windows
PHP Version: 5.3.3
Block user comment: N
New Comment:
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".
Previous Comments:
------------------------------------------------------------------------
[2010-08-04 22:03:52] [email protected]
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 20:24:10] 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-07-30 21:11:02] 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-07-29 23:56:45] 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>.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/bug.php?id=52492&edit=1