|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-07-07 19:45 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 22:00:01 2025 UTC |
Description: ------------ I've just downloaded and installed the Win32 package of php 5.0.0b1 on my Windows NT 5.1 SP1 ("XP") system with Apache 2.0.46. Unfortunately, this package seems to be compiled without MySQL support! The mysql extension is neither built-in nor bundled as an external dll. Reproduce code: --------------- <?php phpinfo(); ?> Expected result: ---------------- php's information page _with_ the output of the MySQL extension. Actual result: -------------- php's information page _without_ the output of the MySQL extension.