[PHP-WIN] Re: PHP 5.0.1 Manual/Automatic Install

2004-09-09 Thread Nadim Attari
Dunno whether it gonna help... but a try costs nothing! http://dedntfaq.hostingsupport.com/iis6_php_install.txt http://www.en.wampserver.com/ Nadim Attari -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] exif

2004-09-09 Thread Paul Menard
Can't answer your issue. But after running into similar issues. I found a PHP solution that does not rely on and external dll. This is a 100% PHP scripted solution ans works very well. Here is the URL http://www.offsky.com/software/exif/index.php Paul --- [EMAIL PROTECTED] wrote: > Apache cr

Re: [PHP-WIN] exif

2004-09-09 Thread operationsengineer1
don't know anything about exif, but i got this from a web page and may (or may not) be relevant... The php_mbstring.dll DLL must be loaded before the php_exif.dll DLL so adjust your php.ini accordingly http://www.ausweb.com.au/php-hosting/ref.exif.html good luck. --- [EMAIL PROTECTED] wrote: >

RE: [PHP-WIN] exif

2004-09-09 Thread Ed Lazor
Yup - that did it. Thanks for the help =) > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 12:12 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] exif > > don't know anything about exif, but i got this fr

[PHP-WIN] php 4.3.8 virtual host problem

2004-09-09 Thread operationsengineer1
i had a virtual host problem where all my virtual host calls went directly into apache's root directory - c:\web. i disabled my cgi version of php 4.3.8 (by commenting out the call to php.ini) and i was able to get my apache virtual hosts to find the correct root directory subfolder. for example,

[PHP-WIN] Re: [EMAIL PROTECTED] Multiple Virtual Hosts Problem [SOLUTION]

2004-09-09 Thread operationsengineer1
i found the solution in one of the comments listed here... Chapter 22. Installed as CGI binary. i didn't do the "Action php-script /cgi-bin/php" part b/c php was already running fine for my virtual hosts. 3 days later - WHEW!! http://us2.php.net/security.cgi-bin PHP CGI with VirtualHosts.