RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread McCallister, Jason
nal Message- From: Lester Caine [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 3:46 PM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect() McCallister, Jason wrote: > *** I think PHP may be us

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread McCallister, Jason
: John Mertic [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 3:48 PM To: McCallister, Jason Cc: [EMAIL PROTECTED]; php-windows@lists.php.net Subject: Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect() Hi Jason, I'm betting you used the PHP Wi

Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread John Mertic
e? It must > be something in IIS, since the command line can see it? > > > > > > > > > From: Tom Hearn [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 03, 2008 3:25 PM > To: McCallister, Jason > Cc: php-windows@lists.php.net > Subject: RE: [PHP-WIN] Microsoft IIS

Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread Lester Caine
McCallister, Jason wrote: *** I think PHP may be using the wrong PHP.INI file. phpinfo() says this: Configuration File (php.ini) Path C:\WINNT Loaded Configuration File (none) *** However, when I run php -i, it says this: Configuration File (php.ini) Path => C:\WINNT Loaded Configurat

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread Tom Hearn
>From: Tom Hearn [mailto:[EMAIL PROTECTED] >Sent: Thursday, January 03, 2008 3:25 PM >To: McCallister, Jason >Cc: php-windows@lists.php.net >Subject: RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined >function db2_connect() > > > >Jason, >

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread McCallister, Jason
indows@lists.php.net Subject: RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect() Jason, If you do not see it in phpinfo then it is not loaded. Are you positive that your php extension directory is properly set in php.ini? A good way to check this i

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread Jonathon Surratt
ot;DB2INSTANCE"] DB2 _ENV["DB2TEMPDIR"] C:\PROGRA~1\IBM\SQLLIB\ -Original Message- From: Lester Caine [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 12:47 PM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined fun

Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread Lester Caine
McCallister, Jason wrote: *** I don't see it with phpinfo() *** I have this in PHP.INI ([PHP_IBM_DB2] extension=php_ibm_db2.dll). *** What else is need to load the DB2 extension? I have also rebooted. This says that something is missing from the db2 setup. I don't use it ( or IIS ;) ) but th

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread Tom Hearn
E"] DB2 > >_ENV["DB2TEMPDIR"] C:\PROGRA~1\IBM\SQLLIB\ > > > >-Original Message----- >From: Lester Caine [mailto:[EMAIL PROTECTED] >Sent: Thursday, January 03, 2008 12:47 PM >To: php-windows@lists.php.net >Subject: Re: [PHP-WIN] Micro

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread McCallister, Jason
ine [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 12:47 PM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect() McCallister, Jason wrote: > I have this line in my php.ini file. > > [PHP_IBM_DB2] > extension=ph

Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread Lester Caine
Subject: Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect() McCallister, Jason wrote: *** When I run a PHP script that uses db2_connect, I get this error message: Fatal error: Call to undefined function db2_connect() in F:\Inetpub\wwwroot\jason2.php on line 5

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread Tom Hearn
=php_ibm_db2.dll > >Also, if I run php -m, I can see ibm_db2 > > > >-Original Message- >From: Lester Caine [mailto:[EMAIL PROTECTED] >Sent: Thursday, January 03, 2008 12:22 PM >To: php-windows@lists.php.net >Subject: Re: [PHP-WIN] Microsoft IIS -

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread McCallister, Jason
] Microsoft IIS - Fatal error: Call to undefined function db2_connect() McCallister, Jason wrote: >> *** When I run a PHP script that uses db2_connect, I get this error >> message: >> >> Fatal error: Call to undefined function db2_connect() in >> F:\Inetpub\wwwroot\jason2.p

Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread Tom Hearn
You also could be having issues with dependencies. There is no real easy way to diagnose dependency problems if that is indeed the case, just look into your system event logs and php error logs. Tom Hearn Software Engineer /n Software We are releasing IPWorks! for PHP Soon! Ask me for m

Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread Lester Caine
McCallister, Jason wrote: *** When I run a PHP script that uses db2_connect, I get this error message: Fatal error: Call to undefined function db2_connect() in F:\Inetpub\wwwroot\jason2.php on line 5 You need to load the ibm_db2 package. Check out phpinfo() if you think that it should be loade

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread germana
gt; windows using apache, no IIS experience. > > Warren Vail > > > -Original Message- > > From: McCallister, Jason [mailto:[EMAIL PROTECTED] > > Sent: Thursday, January 03, 2008 8:55 AM > > To: php-windows@lists.php.net > > Subject: [PHP-WIN] Micro

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread Warren Vail
php.net > Subject: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function > db2_connect() > > > *** When I run a PHP script that uses db2_connect, I get this error > > message: > > > > Fatal error: Call to undefined function db2_connec

[PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread McCallister, Jason
> *** When I run a PHP script that uses db2_connect, I get this error > message: > > Fatal error: Call to undefined function db2_connect() in > F:\Inetpub\wwwroot\jason2.php on line 5 > > > > *** I also get this windows error on the IIS server > > CLI encountered a problem and needed to close.