Problem with php on vista home preminum
Problem with php on vista home preminum
am 15.09.2009 16:14:08 von Rossend Bruch
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
Re: Problem with php on vista home preminum
am 16.09.2009 04:05:52 von Tommy Pham
--- On Tue, 9/15/09, Rossend Bruch wrote:
> F=
rom: Rossend Bruch =0A> Subject: [PHP-WIN] Problem =
with php on vista home preminum=0A> To: php-windows@lists.php.net=0A> Date:=
Tuesday, September 15, 2009, 9:14 AM=0A> Hi, have a big trouble on vista h=
ome=0A> premium and php 5: PHP does not parse my files, neither in=0A> apac=
he neither in CLI.=0A> =0A> if i write "php.exe phpinfo.php" php returns me=
=0A> =0A> =A0phpinfo();=0A> ?>=0A> =0A> I've goggled all internet a=
nd found nothing. Any idea?=0A> =0A> thanks,=0A> Rossend. =0A> =0A> -- PHP =
Windows Mailing List (http://www.php.net/)=0A> To unsubscribe, visit: http:=
//www.php.net/unsub.php=0A>
How are you sure that you're setting up P=
HP 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 setu=
p is not correct, Apache will not start up.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Problem with php on vista home preminum
am 16.09.2009 04:26:05 von Tommy Pham
--- On Tue, 9/15/09, Tommy Pham wrote:
> From: To=
mmy Pham =0A> Subject: Re: [PHP-WIN] Problem with php o=
n vista home preminum=0A> To: php-windows@lists.php.net=0A> Date: Tuesday, =
September 15, 2009, 9:05 PM=0A> --- On Tue, 9/15/09, Rossend Bruch=0A>
send.bruch@yahoo.es>=0A> wrote:=0A> =0A> > From: Rossend Bruch
ch@yahoo.es>=0A> > Subject: [PHP-WIN] Problem with php on vista home=0A> pr=
eminum=0A> > To: php-windows@lists.php.net=0A> > Date: Tuesday, September 1=
5, 2009, 9:14 AM=0A> > Hi, have a big trouble on vista home=0A> > premium a=
nd php 5: PHP does not parse my files,=0A> neither in=0A> > apache neither =
in CLI.=0A> > =0A> > if i write "php.exe phpinfo.php" php returns me=0A> > =
=0A> > =A0phpinfo();=0A> > ?>=0A> > =0A> > I've goggled all interne=
t and found nothing. Any=0A> idea?=0A> > =0A> > thanks,=0A> > Rossend. =0A>=
> =0A> > -- PHP Windows Mailing List (http://www.php.net/)=0A> > To unsubs=
cribe, visit: http://www.php.net/unsub.php=0A> > =0A> =0A> How are you sure=
that you're setting up PHP correctly in=0A> Apache's Httpd?=A0 Did you ena=
ble mod_info to see if the=0A> PHP is loaded correctly along with any exten=
sions in the=0A> php.ini?=A0 If your setup is not correct, Apache will not=
=0A> start up.=0A>
Some more info would be helpful. What version of =
and where did you get both Apache and PHP? Are they both x64 or x86?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Problem with php on vista home preminum
am 16.09.2009 06:28:32 von phpWalter
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
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Problem with php on vista home preminum
am 16.09.2009 08:13:03 von Lester Caine
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
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Problem with php on vista home preminum
am 16.09.2009 10:06:25 von Niel Archer
> 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.
phpinfo();
?>
Short tags are off by default and this is why they shouldn't be used in
production.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Problem with php on vista home preminum
am 16.09.2009 12:26:01 von Rossend Bruch
--0-290801951-1253096761=:87874
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
That was. really thanks!
sometimes silly things are the worst :S
=
Rossend.
----- Original Message ----- =0AFrom: "Niel Archer"
ce.now>=0ANewsgroups: php.windows=0ATo: =0ASent:=
Wednesday, September 16, 2009 10:06 AM=0ASubject: Re: [PHP-WIN] Problem wi=
th php on vista home preminum=0A>> Hi, have a big trouble on vista home pre=
mium and php 5: PHP does not parse =0A>> my files, neither in apache neithe=
r in CLI.=0A>> =0A>> if i write "php.exe phpinfo.php" php returns me=0A>> <=
?=0A>> phpinfo();=0A>> ?>=0A>> =0A>> I've goggled all internet =
and found nothing. Any idea?=0A>>=0A>> thanks,=0A>> Rossend. =0A>> =0A>> =
=0A>> -- =0A>> PHP Windows Mailing List (http://www.php.net/)=0A>> To unsub=
scribe, visit: http://www.php.net/unsub.php=0A>> =0A> =0A> Try using long t=
ags in the file. i.e.=0A> =0A> =0A> phpinfo();=0A> =0A> ?>=0A> =
=0A> Short tags are off by default and this is why they shouldn't be used i=
n=0A> production.=0A> =0A> --=0A> Niel Archer=0A> =0A>
=0A
--0-290801951-1253096761=:87874--
Re: Problem with php on vista home preminum
am 16.09.2009 16:34:39 von Niel Archer
> > 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.
>
>
>
> 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
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php