RE: [PHP] Changes in 4.2.1

2002-05-14 Thread Jon Haworth
Hi Steve, I don't know what I did wrong. I just installed 4.2.1 and can NOT do: ? echo hi; ? What, you mean Bill Gates comes round and beats you up whenever you try it? Can you be more specific about what I cannot do means? (an error message would be particularly handy at this point)

RE: [PHP] Changes in 4.2.1

2002-05-14 Thread Steve Buehler
At 11:43 AM 5/14/2002, Jon Haworth wrote: Hi Steve, I don't know what I did wrong. I just installed 4.2.1 and can NOT do: ? echo hi; ? What, you mean Bill Gates comes round and beats you up whenever you try it? Can you be more specific about what I cannot do means? (an error message

RE: [PHP] Changes in 4.2.1

2002-05-14 Thread Jon Haworth
Hi Steve, Your right. I should give more specifics. Ok. I have a page called main.php. The only thing in it is: ? echo hi; ? That's it. I tried to run it and it gave me an HTTP 500 - Internal server error. Are you sure you've got short tags turned on? What happens if you try

RE: [PHP] Changes in 4.2.1

2002-05-14 Thread Steve Buehler
Yes, short tags were/are on. I had installed from: PHP_4.2.1_installer I now reinstalled with: PHP_4.2.1_zip_package and it is working finefor the moment. I think I had a problem like this on the old version that I used too. I guess that I just have to use the zip package instead.