Posted by Tim Van Wassenhove on 08/26/05 02:33
On 2005-08-25, webguynow <invinfo@rcn.com> wrote:
> This problem seems directly related to Zend Studio 4.0. I can run
> error-free without it. It seems to have assigned a new value to my
> include_path.
>
> Anyone else have a similar experience ?
>
> I've checked many settings: (env and registry), php.ini, Apache's conf
> and found no instance of C:\PHP5 I have to assume its a Zend Studio
> problem.
>
> When I manually set the "include_path" right above, an Fatal Error
> occurs; it can't find the mysql extension: 'DB Error: extension not
> found'.
Or you sure the php.ini in use is the one you think it is? With
phpinfo() you can see which ini file is used.
To me it sounds like you're missing a extension=php_mysql.dll
--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>
[Back to original message]
|