php-windows Digest 19 Dec 2004 21:11:12 -0000 Issue 2512

Topics (messages 25174 through 25175):

Step by Step on Using PHP5 with mySQL 4.1.17
        25174 by: mick

Re: is exif installed with php for windows?
        25175 by: Frank M. Kromann

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 ---
Hi,

I have installed PHP5.03 to my Win2k workstation. I will be connecting
to a mySQL 4.17 database on my workstation and eventually our Windows
2003 server running IIS.

I know that mysqli needs to be configured to work on my workstation.
If someone could point me to a page with step by step instructions or
tell me how to:
a) Which DLL's and files have to be located, copied and where they are supposed
to go. I have downloaded the latest windows zip of php files so I
should be all set.
b) Changes necessary to php.ini
c) Changes to path statements and which files these paths should be
included in.
d) What do I need to set up PHP to run through IIS.


If there isn't such a page, I promise to compile all these instructions
on a page and publish it.

Thanks in advance,

Michael
--- End Message ---
--- Begin Message ---
Hi Rob,

The exif extension is provided as a dll file on Win32. You need to load it
from php.ini (extension=php_exif.dll) or from the script with the dl()
command. Not dl() only works for cgi and not for isapi.

- Frank

> Hi,
> i am trying to use the exif functions for and image directory, i want
to
> display advanced header attributes such as shutter speed and color
depth.
> 
> I run my own windows servers, installed with plesk.
> it would appear the binary included with plesk doesnt have exif
compiled...
> 
> iv never compiled a version myself before... does the binary archive on
> php.net have exif enabled for windows?
> 
> Cheers
> Rob
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

--- End Message ---

Reply via email to