php-windows Digest 19 Feb 2005 17:26:36 -0000 Issue 2582

Topics (messages 25614 through 25618):

Re: php 4.3.7 and MS-SQL access
        25614 by: Frank M. Kromann
        25615 by: Danny Willis
        25616 by: Danny Willis
        25617 by: Frank M. Kromann

php_printer.dll
        25618 by: Dale Attree

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
Hello,

You need to load the MSSQL Server etension form php.ini with this line:

extension=php_mssql.dll

- Frank

> I'm running the following:
> 
> Win 2k3 server
> IIS 6.0
> php 4.3.7 in IASPI mode
> 
> 
> Now I am trying to get php to connect to MSSQL but it will not let me do
so. 
> I keep getting the error message:
> 
> "You do not have MSSQL support in this version/complie of php"
> 
> I really need to get this connection figured out.  Any ideas? 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

--- End Message ---
--- Begin Message ---
That's what's strange.  I uncommented the MSSQL Server extension but I am
still unable to connect.

Is there anything else I need to install or configure?

-----Original Message-----
From: Frank M. Kromann [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 18, 2005 2:40 PM
To: Danny Willis
Cc: [email protected]
Subject: Re: [PHP-WIN] php 4.3.7 and MS-SQL access

Hello,

You need to load the MSSQL Server etension form php.ini with this line:

extension=php_mssql.dll

- Frank

> I'm running the following:
> 
> Win 2k3 server
> IIS 6.0
> php 4.3.7 in IASPI mode
> 
> 
> Now I am trying to get php to connect to MSSQL but it will not let me do
so. 
> I keep getting the error message:
> 
> "You do not have MSSQL support in this version/complie of php"
> 
> I really need to get this connection figured out.  Any ideas? 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

--- End Message ---
--- Begin Message ---
Yes I have.

I simply uncommented it.  What else am I missing?

"Robert Twitty" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Did you make sure that php_mssql.dll is being loaded in php.ini file?
>
>
> On Fri, 18 Feb 2005, Danny Willis wrote:
>
>> I'm running the following:
>>
>> Win 2k3 server
>> IIS 6.0
>> php 4.3.7 in IASPI mode
>>
>>
>> Now I am trying to get php to connect to MSSQL but it will not let me do 
>> so.
>> I keep getting the error message:
>>
>> "You do not have MSSQL support in this version/complie of php"
>>
>> I really need to get this connection figured out.  Any ideas?
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>> 

--- End Message ---
--- Begin Message ---
You need to restart the web server after making changes to the hp.ini file.
When you are using ISAPI the ini file is only read when the server is
started.

- Frank

> That's what's strange.  I uncommented the MSSQL Server extension but I
am
> still unable to connect.
> 
> Is there anything else I need to install or configure?
> 
> -----Original Message-----
> From: Frank M. Kromann [mailto:[EMAIL PROTECTED] 
> Sent: Friday, February 18, 2005 2:40 PM
> To: Danny Willis
> Cc: [email protected]
> Subject: Re: [PHP-WIN] php 4.3.7 and MS-SQL access
> 
> Hello,
> 
> You need to load the MSSQL Server etension form php.ini with this line:
> 
> extension=php_mssql.dll
> 
> - Frank
> 
> > I'm running the following:
> > 
> > Win 2k3 server
> > IIS 6.0
> > php 4.3.7 in IASPI mode
> > 
> > 
> > Now I am trying to get php to connect to MSSQL but it will not let me
do
> so. 
> > I keep getting the error message:
> > 
> > "You do not have MSSQL support in this version/complie of php"
> > 
> > I really need to get this connection figured out.  Any ideas? 
> > 
> > -- 
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> > 
> 
> 
> 

--- End Message ---
--- Begin Message ---
Downloaded the PECL, but when I include the php_printer.dll in my php.ini
file and restart my Apache, it keeps throwing out a entry point procedure
error.

Any suggestions?

Dale


--- End Message ---

Reply via email to