How do we compile php with MySQL support?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • paul dallaire

    How do we compile php with MySQL support?

    I have some PHP files that need to be compile with MySQL support How do we
    do this?.

    I am using IIS 5.1 and I installed MySQL 4.1 Server 4.1 as a Development
    system.

    Paul


  • tnhoe

    #2
    Re: How do we compile php with MySQL support?

    "paul dallaire"
    [color=blue]
    > I am using IIS 5.1 and I installed MySQL 4.1 Server 4.1[/color]


    How do I setup IIS with MySQL ?
    Sorry for asking, since you know it, :)

    Regards
    Hoe


    Comment

    • Safe

      #3
      Re: How do we compile php with MySQL support?

      Firstly you need install PHP
      http://www.php.net/manual/en/install.windows.iis.php .
      Read it.
      Read about MySQL support http://www.php.net/manual/en/ref.mysql.php .
      Think about it.
      It seems you don't need compile any file.

      Comment

      • ATILLA CALISKAN

        #4
        Re: How do we compile php with MySQL support?

        "paul dallaire" <paul.dallaire@ sympatico.ca> wrote in message news:<33m6e.215 1$MZ2.253246@ne ws20.bellglobal .com>...[color=blue]
        > I have some PHP files that need to be compile with MySQL support How do we
        > do this?.
        >
        > I am using IIS 5.1 and I installed MySQL 4.1 Server 4.1 as a Development
        > system.
        >
        > Paul[/color]

        For PHP 4.x you don't need to compile anything mysql support comes
        builtin with PHP 4 for PHP 5 look at www.php.net .

        By the way I would recommend using Apache rather than IIS. If you
        don't want to deal with installing Apache, PHP and MySQL try to instal
        FoxServ, a package includes Apache, PHP, MySQL, from here;
        Download FoxServ Win32 & Linux Edition for free. FoxServ is an Apache / mySQL / PHP installer package for Windows and Linux. Unlike NuShpere or PHPTriad, FoxServ features the latest version of all included pacakges, user defined configuration during installation, PHP as a module, PEAR, and the Zend Opt

        Comment

        Working...