PHP Extension not found problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pierre Tremblay

    PHP Extension not found problem

    Hi

    I installed PHP 4.3.4 on my laptop which is running XP Pro and IIS.

    I made sure that extension_dir entry in php.ini point to the appropriate
    directory and uncomment the extension = php_mssql.dll line.

    When PHP is trying to execute the scipt, I always get a message saying

    Unknown(): Unable to load dynamic library
    'C:\PHP434\Exte nsions\php_mssq l.dll' - The specified module could not be
    found.


    What may cause that error when directory exist and file is there?

    Many thanks!

    Pierre Tremblay


  • Pedro Graca

    #2
    Re: PHP Extension not found problem

    Pierre Tremblay wrote:[color=blue]
    > I installed PHP 4.3.4 on my laptop which is running XP Pro and IIS.[/color]

    Don't you want to install Apache?
    [color=blue]
    > I made sure that extension_dir entry in php.ini point to the appropriate
    > directory and uncomment the extension = php_mssql.dll line.
    >
    > When PHP is trying to execute the scipt, I always get a message saying
    >
    > Unknown(): Unable to load dynamic library
    > 'C:\PHP434\Exte nsions\php_mssq l.dll' - The specified module could not be
    > found.
    >
    >
    > What may cause that error when directory exist and file is there?[/color]

    Have you read the very first paragraph of
    http://www.php.net/mssql ?

    <quote>
    The extension requires the MS SQL Client Tools to be
    installed on the system where PHP is installed.
    </quote>

    I suspect you do not have the Client Tools installed.

    --
    USENET would be a better place if everybody read: : mail address :
    http://www.catb.org/~esr/faqs/smart-questions.html : is valid for :
    http://www.netmeister.org/news/learn2quote2.html : "text/plain" :
    http://www.expita.com/nomime.html : to 10K bytes :

    Comment

    • Pierre Tremblay

      #3
      Re: PHP Extension not found problem

      Right on!

      Many thanks!


      "Pedro Graca" <hexkid@hotpop. com> wrote in message
      news:c6oua0$efn nn$3@ID-203069.news.uni-berlin.de...[color=blue]
      > Pierre Tremblay wrote:[color=green]
      > > I installed PHP 4.3.4 on my laptop which is running XP Pro and IIS.[/color]
      >
      > Don't you want to install Apache?
      >[color=green]
      > > I made sure that extension_dir entry in php.ini point to the appropriate
      > > directory and uncomment the extension = php_mssql.dll line.
      > >
      > > When PHP is trying to execute the scipt, I always get a message saying
      > >
      > > Unknown(): Unable to load dynamic library
      > > 'C:\PHP434\Exte nsions\php_mssq l.dll' - The specified module could not be
      > > found.
      > >
      > >
      > > What may cause that error when directory exist and file is there?[/color]
      >
      > Have you read the very first paragraph of
      > http://www.php.net/mssql ?
      >
      > <quote>
      > The extension requires the MS SQL Client Tools to be
      > installed on the system where PHP is installed.
      > </quote>
      >
      > I suspect you do not have the Client Tools installed.
      >
      > --
      > USENET would be a better place if everybody read: : mail address :
      > http://www.catb.org/~esr/faqs/smart-questions.html : is valid for :
      > http://www.netmeister.org/news/learn2quote2.html : "text/plain" :
      > http://www.expita.com/nomime.html : to 10K bytes :[/color]


      Comment

      Working...