php-windows Digest 16 Sep 2009 14:34:46 -0000 Issue 3697

Topics (messages 29606 through 29613):

Re: Problem with php on vista home preminum
        29606 by: Tommy Pham
        29607 by: Tommy Pham
        29608 by: phpWalter
        29609 by: Lester Caine
        29610 by: Niel Archer
        29611 by: Rossend Bruch
        29612 by: Rossend Bruch
        29613 by: Niel Archer

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
--- On Tue, 9/15/09, Rossend Bruch <rossend.br...@yahoo.es> wrote:

> From: Rossend Bruch <rossend.br...@yahoo.es>
> Subject: [PHP-WIN] Problem with php on vista home preminum
> To: php-wind...@lists.php.net
> Date: Tuesday, September 15, 2009, 9:14 AM
> Hi, have a big trouble on vista home
> premium and php 5: PHP does not parse my files, neither in
> apache neither in CLI.
> 
> if i write "php.exe phpinfo.php" php returns me
> <?
>    phpinfo();
> ?>
> 
> I've goggled all internet and found nothing. Any idea?
> 
> thanks,
> Rossend. 
> 
> -- PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

How are you sure that you're setting up PHP correctly in Apache's Httpd?  Did 
you enable mod_info to see if the PHP is loaded correctly along with any 
extensions in the php.ini?  If your setup is not correct, Apache will not start 
up.

--- End Message ---
--- Begin Message ---
--- On Tue, 9/15/09, Tommy Pham <tommy...@yahoo.com> wrote:

> From: Tommy Pham <tommy...@yahoo.com>
> Subject: Re: [PHP-WIN] Problem with php on vista home preminum
> To: php-wind...@lists.php.net
> Date: Tuesday, September 15, 2009, 9:05 PM
> --- On Tue, 9/15/09, Rossend Bruch
> <rossend.br...@yahoo.es>
> wrote:
> 
> > From: Rossend Bruch <rossend.br...@yahoo.es>
> > Subject: [PHP-WIN] Problem with php on vista home
> preminum
> > To: php-wind...@lists.php.net
> > Date: Tuesday, September 15, 2009, 9:14 AM
> > Hi, have a big trouble on vista home
> > premium and php 5: PHP does not parse my files,
> neither in
> > apache neither in CLI.
> > 
> > if i write "php.exe phpinfo.php" php returns me
> > <?
> >    phpinfo();
> > ?>
> > 
> > I've goggled all internet and found nothing. Any
> idea?
> > 
> > thanks,
> > Rossend. 
> > 
> > -- PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> > 
> 
> How are you sure that you're setting up PHP correctly in
> Apache's Httpd?  Did you enable mod_info to see if the
> PHP is loaded correctly along with any extensions in the
> php.ini?  If your setup is not correct, Apache will not
> start up.
> 

Some more info would be helpful.  What version of and where did you get both 
Apache and PHP?  Are they both x64 or x86?

--- End Message ---
--- Begin Message ---
If you want to use a system that has worked on every Windows version since
Windows 95, drop over to web.walters-way.com.

Follow those instructions and you'll have Apache, PHP, mySQL, with SSL and
CVS/SVN (with keys!) running in less than half hour. A little longer if you
want virtual domains and user accounts.

Walter

--- End Message ---
--- Begin Message ---
phpWalter wrote:
If you want to use a system that has worked on every Windows version since
Windows 95, drop over to web.walters-way.com.

http://walters-way.com even ...

Follow those instructions and you'll have Apache, PHP, mySQL, with SSL and
CVS/SVN (with keys!) running in less than half hour. A little longer if you
want virtual domains and user accounts.

This is fine for PHP5.2, but needs a bit more detail if trying to get PHP5.3 installed. However since there is still a lot of work to do getting third party stuff compatible WITH 5.3, it IS safer to stick with 5.2 at the moment!

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

--- End Message ---
--- Begin Message ---
> Hi, have a big trouble on vista home premium and php 5: PHP does not parse 
> my files, neither in apache neither in CLI.
> 
> if i write "php.exe phpinfo.php" php returns me
> <?
>     phpinfo();
> ?>
> 
> I've goggled all internet and found nothing. Any idea?
>
> thanks,
> Rossend. 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

Try using long tags in the file. i.e.

<?php

phpinfo();

?>

Short tags are off by default and this is why they shouldn't be used in
production.

--
Niel Archer



--- End Message ---
--- Begin Message ---
That was. really thanks!

sometimes silly things are the worst :S

Rossend.

----- Original Message ----- 
From: "Niel Archer" <n...@chance.now>
Newsgroups: php.windows
To: <php-wind...@lists.php.net>
Sent: Wednesday, September 16, 2009 10:06 AM
Subject: Re: [PHP-WIN] Problem with php on vista home preminum
>> Hi, have a big trouble on vista home premium and php 5: PHP does not parse 
>> my files, neither in apache neither in CLI.
>> 
>> if i write "php.exe phpinfo.php" php returns me
>> <?
>>     phpinfo();
>> ?>
>> 
>> I've goggled all internet and found nothing. Any idea?
>>
>> thanks,
>> Rossend. 
>> 
>> 
>> -- 
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>> 
> 
> Try using long tags in the file. i.e.
> 
> <?php
> 
> phpinfo();
> 
> ?>
> 
> Short tags are off by default and this is why they shouldn't be used in
> production.
> 
> --
> Niel Archer
> 
>


      

--- End Message ---
--- Begin Message ---
That was. really thanks!

sometimes silly things are the worst :S

Rossend.

----- Original Message ----- 
From: "Niel Archer" <n...@chance.now>
Newsgroups: php.windows
To: <php-wind...@lists.php.net>
Sent: Wednesday, September 16, 2009 10:06 AM
Subject: Re: [PHP-WIN] Problem with php on vista home preminum
>> Hi, have a big trouble on vista home premium and php 5: PHP does not parse 
>> my files, neither in apache neither in CLI.
>> 
>> if i write "php.exe phpinfo.php" php returns me
>> <?
>>     phpinfo();
>> ?>
>> 
>> I've goggled all internet and found nothing. Any idea?
>>
>> thanks,
>> Rossend. 
>> 
>> 
>> -- 
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>> 
> 
> Try using long tags in the file. i.e.
> 
> <?php
> 
> phpinfo();
> 
> ?>
> 
> Short tags are off by default and this is why they shouldn't be used in
> production.
> 
> --
> Niel Archer
> 
>


      

--- End Message ---
--- Begin Message ---
> > Hi, have a big trouble on vista home premium and php 5: PHP does not parse 
> > my files, neither in apache neither in CLI.
> > 
> > if i write "php.exe phpinfo.php" php returns me
> > <?
> >     phpinfo();
> > ?>
> > 
> > I've goggled all internet and found nothing. Any idea?
> >
> > thanks,
> > Rossend. 
> > 
> > 
> > -- 
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> > 
> 
> Try using long tags in the file. i.e.
> 
> <?php
> 
> phpinfo();
> 
> ?>
> 
> Short tags are off by default and this is why they shouldn't be used in
> production.

Slight correction to myself.  Recommended value is off.


> --
> Niel Archer
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

--
Niel Archer



--- End Message ---

Reply via email to