Re: how do enable php to run "--with-mysql" ro curl on Windows XP?



Paul wrote:
I am running php 4.4.4 on Apache 2 with MySQL 4.1. When I run phpinfo() it sayd it is running MySQL 3.23. How do I recompile or add a start option to run "--with-mysql"?

--with-mysql is a configuration option during compile time.


I have tried adding to the list of extensions in the php.ini - no luck.

You need the right dll, replace the one compiled for communication to 3.23 to one for 4.1.


//Aho
.



Relevant Pages

  • Re: Migration of ASP Application from W2K to Win2003
    ... I will take your advice and recompile ALL VB6 DLLs and then post an update ... > for example, I've seen interop start with a native IIS API, use a .Net ... > removes IIS from the picture and instead focuses on the COM interop. ... > a) the VB6 DLL which is called from the classic ASP code works fine, ...
    (microsoft.public.windows.server.security)
  • Re: simple question
    ... you shouldn't have ANY .vb files out on your production server. ... html you just need deploy that .aspx file to have your change take effect. ... require the .dll to be recompiled and deployed. ... But now, if i make a> MINOR change to a code-behind file, how do i replicate the changes without> having to recompile the whole project and make the whole process again? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: DLL exporting with __declspec or .DEF file?
    ... implicitly linked DLL changes. ... considering converting our library code to a DLL. ... implicit linking seems to be the simpliest to implement but I'm ... recompile the EXE's that implicitly link to the export lib. ...
    (microsoft.public.vc.language)
  • Re: simple question
    ... machine and upload the .DLL from your compile to the live site's BIN folder. ... we must upload the application to the FTP ... it would detect the change and recompile it automatically... ... > only way i can get my MINOR change reflected is by recompiling the WHOLE ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: VS.NET Bugs (Features?)
    ... Build->Configuration Manager do you have build checked for the DLL project? ... In an ASP.NET project that references a DLL I created, ... and then recompile the referencing project. ... the root namespace of the project doesn't ...
    (microsoft.public.dotnet.languages.vb)