php-windows Digest 10 Sep 2004 15:32:36 -0000 Issue 2390

Topics (messages 24550 through 24554):

Re: exif
        24550 by: operationsengineer1.yahoo.com
        24551 by: Ed Lazor

php 4.3.8 virtual host problem
        24552 by: operationsengineer1.yahoo.com

Re: [EMAIL PROTECTED] Multiple Virtual Hosts Problem [SOLUTION]
        24553 by: operationsengineer1.yahoo.com

PHP5 install woes
        24554 by: George Pitcher

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 ---
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:

> Apache crashes when I uncomment this line in php.ini
> and try to restart the
> server:
> 
> ;extension=php_exif.dll
> 
> I upgraded from 4.3.8 this week and thought there
> might be a dll conflict. 
> phpinfo reports Apache/1.3.29 (Win32) PHP/5.0.1. 
> All copies of php_exif.dll on
> the system report as version 5.0.1.1.
> 
> Any ideas on how to get this working?
> 
> Thanks,
> 
> Ed
> 
> 
> 
> 
> 
> 
>
----------------------------------------------------------------
> This message was sent using IMP, the Internet
> Messaging Program.
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--- End Message ---
--- Begin Message ---
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 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:
> 
> > Apache crashes when I uncomment this line in php.ini
> > and try to restart the
> > server:
> >
> > ;extension=php_exif.dll
> >
> > I upgraded from 4.3.8 this week and thought there
> > might be a dll conflict.
> > phpinfo reports Apache/1.3.29 (Win32) PHP/5.0.1.
> > All copies of php_exif.dll on
> > the system report as version 5.0.1.1.
> >
> > Any ideas on how to get this working?
> >
> > Thanks,
> >
> > Ed
> >
> >
> >
> >
> >
> >
> >
> ----------------------------------------------------------------
> > This message was sent using IMP, the Internet
> > Messaging Program.
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--- End Message ---
--- Begin Message ---
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, site1.com found
c:\web\site1.

i re-enable php and site1.com is pointing right back
to c:\web.

if you have any ideas what may be causing this
problem, please advise.

tia...






                
_______________________________
Do you Yahoo!?
Shop for Back-to-School deals on Yahoo! Shopping.
http://shopping.yahoo.com/backtoschool

--- End Message ---
--- Begin Message ---
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.

This is what I found out while trying to get php to
work as CGI with Apache VirtualHosts.

By enabling 'force-cgiredirects', you *must*:
1) set 'cgi.fix_pathinfo=1' in php.ini
2) leave doc_root commented out (php.ini also)

If you miss item 1, the apache logs will show
'unexpected T_STRING' in the php binary.
If you miss item 2, you'll only see 'No input file
specified.', instead of the expected output.

You can then turn on the php support for a particular
vhost by defining:

Action php-script /cgi-bin/php

inside the corresponding <VirtualHost> directive. 



                
_______________________________
Do you Yahoo!?
Shop for Back-to-School deals on Yahoo! Shopping.
http://shopping.yahoo.com/backtoschool

--- End Message ---
--- Begin Message ---
Hi,

I've checked the archive and couldn'tfind a solution to my problem, which
is:

I renamed my php 4 folder, and ini file, went through the manual install of
PHP 5.0.1 and stopped and started my IIS server. I then opened my usual
instance of phpinfo.php and got the usual listing.

As I use MySQL, I went into the ini file and decommented the dll. saved the
ini file and restarted the server and then got a 'No input file specified.'
message. So I then commented out the mysql dll and tried again and now I
can't get anything but "No input file specified."

I'm using WinXPPro with IIS 5.1.

Any ideas anyone?

Cheers

George in Oxford

--- End Message ---

Reply via email to