Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15387 > unrolled thread

add PHP 5.3 to WAMP PHP versions

Started byjans <janis.rough@gmail.com>
First post2015-06-02 17:43 -0700
Last post2015-06-03 10:29 -0700
Articles 11 — 3 participants

Back to article view | Back to comp.lang.php


Contents

  add PHP 5.3 to WAMP PHP versions jans <janis.rough@gmail.com> - 2015-06-02 17:43 -0700
    Re: add PHP 5.3 to WAMP PHP versions jans <janis.rough@gmail.com> - 2015-06-02 18:24 -0700
      Re: add PHP 5.3 to WAMP PHP versions jans <janis.rough@gmail.com> - 2015-06-02 18:30 -0700
        Re: add PHP 5.3 to WAMP PHP versions Jerry Stuckle <jstucklex@attglobal.net> - 2015-06-02 21:48 -0400
        Re: add PHP 5.3 to WAMP PHP versions jans <janis.rough@gmail.com> - 2015-06-03 09:33 -0700
          Re: add PHP 5.3 to WAMP PHP versions Jerry Stuckle <jstucklex@attglobal.net> - 2015-06-03 12:44 -0400
          Re: add PHP 5.3 to WAMP PHP versions "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-06-03 19:21 +0200
      Re: add PHP 5.3 to WAMP PHP versions Jerry Stuckle <jstucklex@attglobal.net> - 2015-06-02 21:50 -0400
        Re: add PHP 5.3 to WAMP PHP versions jans <janis.rough@gmail.com> - 2015-06-03 09:37 -0700
          Re: add PHP 5.3 to WAMP PHP versions Jerry Stuckle <jstucklex@attglobal.net> - 2015-06-03 12:46 -0400
            Re: add PHP 5.3 to WAMP PHP versions jans <janis.rough@gmail.com> - 2015-06-03 10:29 -0700

#15387 — add PHP 5.3 to WAMP PHP versions

Fromjans <janis.rough@gmail.com>
Date2015-06-02 17:43 -0700
Subjectadd PHP 5.3 to WAMP PHP versions
Message-ID<08c315ec-d35a-4b45-b11e-201fd20affa3@googlegroups.com>
My application uses PHP 5.3.  I am trying to add the right php 5.3 version for Windows 7 64 bit threadsafe to the current WAMP SErver.  

I checked the archives:  http://windows.php.net/downloads/releases/archives/


Is this the right one?
   Tuesday, March 22, 2011  2:43 PM     10512387 php-5.2.9-Win32-VC6-x86.zip

Things are breaking in the app.

thanks

[toc] | [next] | [standalone]


#15388

Fromjans <janis.rough@gmail.com>
Date2015-06-02 18:24 -0700
Message-ID<32dbc87c-d4ef-43cc-b0c8-1b72c0015dcd@googlegroups.com>
In reply to#15387
On Tuesday, June 2, 2015 at 5:43:36 PM UTC-7, jans wrote:
The easiest would be to install Wamp Server 2.  I located that on sourceforge
http://sourceforge.net/projects/wampserver/files/WampServer%202%20-%20Extensions/PHP/WampServer2-PHP530a3.exe/download

but I'm guessing that it is 32 bit not 64 bit so I can't downgrade.  I don't need to worry about threadsafe PHP.  I'm going to get a mac.  Thanks anyway.
> My application uses PHP 5.3.  I am trying to add the right php 5.3 version for Windows 7 64 bit threadsafe to the current WAMP SErver.  
> 
> I checked the archives:  http://windows.php.net/downloads/releases/archives/
> 
> 
> Is this the right one?
>    Tuesday, March 22, 2011  2:43 PM     10512387 php-5.2.9-Win32-VC6-x86.zip
> 
> Things are breaking in the app.
> 
> thanks

[toc] | [prev] | [next] | [standalone]


#15389

Fromjans <janis.rough@gmail.com>
Date2015-06-02 18:30 -0700
Message-ID<6ec475dc-ee00-471e-a0e0-7e3beff3c5a1@googlegroups.com>
In reply to#15388
On Tuesday, June 2, 2015 at 6:24:26 PM UTC-7, jans wrote:

Someone said this error is related to an old version of PHP.  I can't install an old Wamp SErver on a 64 bit pc but
Just in case someone knows how to fix it here is the error msg:

( ! ) Parse error: syntax error, unexpected 'XHTML1_STRICT' (T_STRING) in C:\wamp\www\conduit-master\earth\application\bootstrap.php on line 21
Call Stack
#	Time	Memory	Function	Location
1	0.0010	237896	{main}( )	..\index.php:0

> On Tuesday, June 2, 2015 at 5:43:36 PM UTC-7, jans wrote:
> The easiest would be to install Wamp Server 2.  I located that on sourceforge
> http://sourceforge.net/projects/wampserver/files/WampServer%202%20-%20Extensions/PHP/WampServer2-PHP530a3.exe/download
> 
> but I'm guessing that it is 32 bit not 64 bit so I can't downgrade.  I don't need to worry about threadsafe PHP.  I'm going to get a mac.  Thanks anyway.
> > My application uses PHP 5.3.  I am trying to add the right php 5.3 version for Windows 7 64 bit threadsafe to the current WAMP SErver.  
> > 
> > I checked the archives:  http://windows.php.net/downloads/releases/archives/
> > 
> > 
> > Is this the right one?
> >    Tuesday, March 22, 2011  2:43 PM     10512387 php-5.2.9-Win32-VC6-x86.zip
> > 
> > Things are breaking in the app.
> > 
> > thanks

[toc] | [prev] | [next] | [standalone]


#15390

FromJerry Stuckle <jstucklex@attglobal.net>
Date2015-06-02 21:48 -0400
Message-ID<mklmc5$pqa$1@dont-email.me>
In reply to#15389
On 6/2/2015 9:30 PM, jans wrote:
> On Tuesday, June 2, 2015 at 6:24:26 PM UTC-7, jans wrote:
> 
> Someone said this error is related to an old version of PHP.  I can't install an old Wamp SErver on a 64 bit pc but
> Just in case someone knows how to fix it here is the error msg:
> 
> ( ! ) Parse error: syntax error, unexpected 'XHTML1_STRICT' (T_STRING) in C:\wamp\www\conduit-master\earth\application\bootstrap.php on line 21
> Call Stack
> #	Time	Memory	Function	Location
> 1	0.0010	237896	{main}( )	..\index.php:0
> 
>> On Tuesday, June 2, 2015 at 5:43:36 PM UTC-7, jans wrote:
>> The easiest would be to install Wamp Server 2.  I located that on sourceforge
>> http://sourceforge.net/projects/wampserver/files/WampServer%202%20-%20Extensions/PHP/WampServer2-PHP530a3.exe/download
>>
>> but I'm guessing that it is 32 bit not 64 bit so I can't downgrade.  I don't need to worry about threadsafe PHP.  I'm going to get a mac.  Thanks anyway.
>>> My application uses PHP 5.3.  I am trying to add the right php 5.3 version for Windows 7 64 bit threadsafe to the current WAMP SErver.  
>>>
>>> I checked the archives:  http://windows.php.net/downloads/releases/archives/
>>>
>>>
>>> Is this the right one?
>>>    Tuesday, March 22, 2011  2:43 PM     10512387 php-5.2.9-Win32-VC6-x86.zip
>>>
>>> Things are breaking in the app.
>>>
>>> thanks
> 

No, that error would have nothing to do with an older version of PHP.
You have a problem in your code.

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

[toc] | [prev] | [next] | [standalone]


#15397

Fromjans <janis.rough@gmail.com>
Date2015-06-03 09:33 -0700
Message-ID<ca4c487e-1a01-462d-9f00-6f51df1e8824@googlegroups.com>
In reply to#15389
On Tuesday, June 2, 2015 at 6:30:25 PM UTC-7, jans wrote:

This is the offending line in the document:
$documentType->doctype('XHTML1_STRICT');
  It is wamp server latest version so it might be an old version of apache then?
Why doesn't it like the doctype?

> On Tuesday, June 2, 2015 at 6:24:26 PM UTC-7, jans wrote:
> 
> Someone said this error is related to an old version of PHP.  I can't install an old Wamp SErver on a 64 bit pc but
> Just in case someone knows how to fix it here is the error msg:
> 
> ( ! ) Parse error: syntax error, unexpected 'XHTML1_STRICT' (T_STRING) in C:\wamp\www\conduit-master\earth\application\bootstrap.php on line 21
> Call Stack
> #	Time	Memory	Function	Location
> 1	0.0010	237896	{main}( )	..\index.php:0
> 
> > On Tuesday, June 2, 2015 at 5:43:36 PM UTC-7, jans wrote:
> > The easiest would be to install Wamp Server 2.  I located that on sourceforge
> > http://sourceforge.net/projects/wampserver/files/WampServer%202%20-%20Extensions/PHP/WampServer2-PHP530a3.exe/download
> > 
> > but I'm guessing that it is 32 bit not 64 bit so I can't downgrade.  I don't need to worry about threadsafe PHP.  I'm going to get a mac.  Thanks anyway.
> > > My application uses PHP 5.3.  I am trying to add the right php 5.3 version for Windows 7 64 bit threadsafe to the current WAMP SErver.  
> > > 
> > > I checked the archives:  http://windows.php.net/downloads/releases/archives/
> > > 
> > > 
> > > Is this the right one?
> > >    Tuesday, March 22, 2011  2:43 PM     10512387 php-5.2.9-Win32-VC6-x86.zip
> > > 
> > > Things are breaking in the app.
> > > 
> > > thanks

[toc] | [prev] | [next] | [standalone]


#15399

FromJerry Stuckle <jstucklex@attglobal.net>
Date2015-06-03 12:44 -0400
Message-ID<mknasd$8ec$1@dont-email.me>
In reply to#15397
On 6/3/2015 12:33 PM, jans wrote:
> On Tuesday, June 2, 2015 at 6:30:25 PM UTC-7, jans wrote:
> 
> This is the offending line in the document:
> $documentType->doctype('XHTML1_STRICT');
>   It is wamp server latest version so it might be an old version of apache then?
> Why doesn't it like the doctype?
> 

Impossible to tell.  It could be anything before this line causing the
problem.  Have you done ANY PHP programming in the past?  Do you have
ANY experience installing and debugging Apache, PHP and MySQL?

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

[toc] | [prev] | [next] | [standalone]


#15401

From"Christoph M. Becker" <cmbecker69@arcor.de>
Date2015-06-03 19:21 +0200
Message-ID<mknd2v$cnd$1@solani.org>
In reply to#15397
jans wrote:

Please do not top-post; that makes it hard to reply sensibly.

> On Tuesday, June 2, 2015 at 6:30:25 PM UTC-7, jans wrote:
> 
> This is the offending line in the document:
> $documentType->doctype('XHTML1_STRICT');
>   It is wamp server latest version so it might be an old version of apache then?
> Why doesn't it like the doctype?

That has nothing to do with the doctype.  The error is a parse error, so
semantics are not yet of interest.  The problem is that the parser sees
a T_STRING, and doesn't expect it there.  I suggest you look at what
comes before this line, preferably with a syntax highlighting editor.

>> On Tuesday, June 2, 2015 at 6:24:26 PM UTC-7, jans wrote:
>>
>> Someone said this error is related to an old version of PHP.  I can't install an old Wamp SErver on a 64 bit pc but
>> Just in case someone knows how to fix it here is the error msg:
>>
>> ( ! ) Parse error: syntax error, unexpected 'XHTML1_STRICT' (T_STRING) in C:\wamp\www\conduit-master\earth\application\bootstrap.php on line 21
>> Call Stack
>> #	Time	Memory	Function	Location
>> 1	0.0010	237896	{main}( )	..\index.php:0

-- 
Christoph M. Becker

[toc] | [prev] | [next] | [standalone]


#15391

FromJerry Stuckle <jstucklex@attglobal.net>
Date2015-06-02 21:50 -0400
Message-ID<mklmes$pqa$2@dont-email.me>
In reply to#15388
On 6/2/2015 9:24 PM, jans wrote:
> On Tuesday, June 2, 2015 at 5:43:36 PM UTC-7, jans wrote:
> The easiest would be to install Wamp Server 2.  I located that on sourceforge
> http://sourceforge.net/projects/wampserver/files/WampServer%202%20-%20Extensions/PHP/WampServer2-PHP530a3.exe/download
>

Getting a MAC is not going to solve any of your problems.  What you need
is to hire someone who know what they're doing, instead of just keeping
guessing like you are.

(And no, I am NOT available).

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

[toc] | [prev] | [next] | [standalone]


#15398

Fromjans <janis.rough@gmail.com>
Date2015-06-03 09:37 -0700
Message-ID<cc5b528e-1631-43a5-af69-287cee7edd78@googlegroups.com>
In reply to#15391
On Tuesday, June 2, 2015 at 6:50:34 PM UTC-7, Jerry Stuckle wrote:
> On 6/2/2015 9:24 PM, jans wrote:
> > On Tuesday, June 2, 2015 at 5:43:36 PM UTC-7, jans wrote:
> > The easiest would be to install Wamp Server 2.  I located that on sourceforge
> > http://sourceforge.net/projects/wampserver/files/WampServer%202%20-%20Extensions/PHP/WampServer2-PHP530a3.exe/download
> >
> 
> Getting a MAC is not going to solve any of your problems.  What you need
> is to hire someone who know what they're doing, instead of just keeping
> guessing like you are.
> 
> (And no, I am NOT available).
> 
> -- 
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> jstucklex@attglobal.net
> ==================

XHTML1_STRICT is a valid doctype in Zend Framework.  Then why can't it parse it?

[toc] | [prev] | [next] | [standalone]


#15400

FromJerry Stuckle <jstucklex@attglobal.net>
Date2015-06-03 12:46 -0400
Message-ID<mknaub$8ec$2@dont-email.me>
In reply to#15398
On 6/3/2015 12:37 PM, jans wrote:
> On Tuesday, June 2, 2015 at 6:50:34 PM UTC-7, Jerry Stuckle wrote:
>> On 6/2/2015 9:24 PM, jans wrote:
>>> On Tuesday, June 2, 2015 at 5:43:36 PM UTC-7, jans wrote:
>>> The easiest would be to install Wamp Server 2.  I located that on sourceforge
>>> http://sourceforge.net/projects/wampserver/files/WampServer%202%20-%20Extensions/PHP/WampServer2-PHP530a3.exe/download
>>>
>>
>> Getting a MAC is not going to solve any of your problems.  What you need
>> is to hire someone who know what they're doing, instead of just keeping
>> guessing like you are.
>>
>> (And no, I am NOT available).
>>
> 
> XHTML1_STRICT is a valid doctype in Zend Framework.  Then why can't it parse it?
> 

Because that's not your problem.

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

[toc] | [prev] | [next] | [standalone]


#15402

Fromjans <janis.rough@gmail.com>
Date2015-06-03 10:29 -0700
Message-ID<959227ec-bcb2-4cc4-a60e-c95d46e30f34@googlegroups.com>
In reply to#15400
On Wednesday, June 3, 2015 at 9:46:16 AM UTC-7, Jerry Stuckle wrote:
you are actually right, there was a syntax error, i couldn't read the cryptic error msg.  thanks,
> On 6/3/2015 12:37 PM, jans wrote:
> > On Tuesday, June 2, 2015 at 6:50:34 PM UTC-7, Jerry Stuckle wrote:
> >> On 6/2/2015 9:24 PM, jans wrote:
> >>> On Tuesday, June 2, 2015 at 5:43:36 PM UTC-7, jans wrote:
> >>> The easiest would be to install Wamp Server 2.  I located that on sourceforge
> >>> http://sourceforge.net/projects/wampserver/files/WampServer%202%20-%20Extensions/PHP/WampServer2-PHP530a3.exe/download
> >>>
> >>
> >> Getting a MAC is not going to solve any of your problems.  What you need
> >> is to hire someone who know what they're doing, instead of just keeping
> >> guessing like you are.
> >>
> >> (And no, I am NOT available).
> >>
> > 
> > XHTML1_STRICT is a valid doctype in Zend Framework.  Then why can't it parse it?
> > 
> 
> Because that's not your problem.
> 
> -- 
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> jstucklex@attglobal.net
> ==================

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.php


csiph-web