php-windows Digest 3 Oct 2006 16:39:48 -0000 Issue 3049
Topics (messages 27201 through 27202):
Re: IIS7, php and extensions
27201 by: Frank M. Kromann
Re: insert md5 password
27202 by: Alf Stockton
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 ---
I think you need to place php.ini in c:\windows. If you would use the cgi
version of php you can have the php.ini file in the same directory as the
rest of the php files.
I'm running the cgi version and I do not have any problems with
extensions.
- Frank
> Hi,
> I have intalled the RC1 of Windows Vista (x64) and I'm running IIS7.
> However, when I try to use extensions with php (e.g. php_mysql.dll)
they
> are not loaded and displayed when I do phpinfo().
> I did the following steps:
> 1. Install Vista and IIS7
> 2. extract php (C:\inetpub\php)
> 3. configure IIS to run 32 Bit applications.
> 4. add handler to *.php - files (php5isapi.dll)
> 5. configure ISAPI-restrictions
> 6. add C:\inetpub\php to path
> 7. edit php.ini to load extensions in dir ./ext/, uncomment
> extension=php_mysql.dll
> 8. restart IIS
>
> What am I doing wrong?
> (I also tried an x64-version of php and had the same problems)
> tia,
> Martin
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
The following works fine:-
INSERT INTO Users (FirstName, LastName, Usrname, Passwrd, AccessLevel,
last_login, UserID)
values ('Alfred', 'Stockton', 'alf', 0xd8cc7e40d17aaefd27cd324f7ba91079,
'9', '2006/10/03 13:09:28', '0' )
Therefore problem solved but thanks for the assistance and suggestions.
--- End Message ---