php-windows Digest 18 Feb 2005 19:36:44 -0000 Issue 2581
Topics (messages 25611 through 25613):
Re: PHP 5 - Apache2 - mysqli class not found
25611 by: Danny Willis
php 4.3.7 and MS-SQL access
25612 by: Danny Willis
25613 by: Robert Twitty
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 ---
test
"Jens Huebel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi David,
i think its couse of the extension_dir...
try this:
extension_dir = "c:\php\ext"
this works fine for me with mssql... I use IIS 6.0 but It should make no
difference
Jens
-----Urspr�ngliche Nachricht-----
Von: Dave Adler [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 18. Februar 2005 02:18
An: [email protected]
Betreff: [SPAMVERDACHT] - [PHP-WIN] PHP 5 - Apache2 - mysqli class not found
- Found word(s) list error in the Text body
I have an install of PHP 5 on Windows 2003 Server with Apache 2 and when I
reference mysqli in my php code, I get an error that the mysqli class is not
found.
I looked at the php.ini file and I added a line for php_mysqli in the
extensions section and I edited the extension_dir directive to point to
c:\php\ext folder (I used "/php/ext" as the value assigned to the directive.
I made sure that the c:\php\ext folder actually had a file called
php_mysqli.dll, which it did.
No I can't start my Apache server.
I had done a default install of both Apache 2 and PHP 5.
Any ideas as to how I can get the mysqli class identified and allow my
Apache server to start.
Thanks,
David
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
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?
--- End Message ---
--- Begin Message ---
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 ---