Re: [PHP] problem with register globals on new server

2006-12-05 Thread Richard Lynch
On Mon, December 4, 2006 4:53 am, Tony Marston wrote: > No, otherwise I would have quoted them. Generally speaking when people > say > that "X is inefficient or bad for performance" all they can prove is > that if > something extra is done then it takes extra processing time to perform > that > ext

Re: [PHP] problem with register globals on new server

2006-12-04 Thread Chris
Tony Marston wrote: ""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Sun, December 3, 2006 5:22 am, Tony Marston wrote: ""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Sat, December 2, 2006 5:31 am, Tony Marston wrote: I think it

Re: [PHP] problem with register globals on new server

2006-12-04 Thread Tony Marston
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sun, December 3, 2006 5:22 am, Tony Marston wrote: >> >> ""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >>> On Sat, December 2, 2006 5:31 am, Tony Marston wrote: >>> I think it is

Re: [PHP] problem with register globals on new server

2006-12-03 Thread Richard Lynch
On Sun, December 3, 2006 5:22 am, Tony Marston wrote: > > ""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> On Sat, December 2, 2006 5:31 am, Tony Marston wrote: >> I think it is quite possible for a sysAdmin to configure >> AllowOverride >> and .htaccess in such a

Re: [PHP] problem with register globals on new server

2006-12-03 Thread Tony Marston
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sat, December 2, 2006 5:31 am, Tony Marston wrote: >> If you site administrator thinks that using an htaccess file is a >> security >> issue then he is very much mistaken. The directives in an htaccess >> file DO

Re: [PHP] problem with register globals on new server

2006-12-02 Thread Richard Lynch
On Sat, December 2, 2006 5:31 am, Tony Marston wrote: > If you site administrator thinks that using an htaccess file is a > security > issue then he is very much mistaken. The directives in an htaccess > file DO > NOT enable you to access any one else's data on a shared server. All > they do > is

Re: [PHP] problem with register globals on new server

2006-12-02 Thread Tony Marston
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> [EMAIL PROTECTED] wrote: >>> hi, >>> I had to move my osComerce store to new hosting company. new server runs >>> on php5/mysql5. >>> >>> got this error: >>> FATAL ERROR: register_globals is disabled in php.ini, please enable it! >>>

Re: [PHP] problem with register globals on new server

2006-12-01 Thread Youri LACAN-BARTLEY
[EMAIL PROTECTED] wrote: > yup! that was the problem. > btw, any free cart that is well supported in php5/mysql5/apache2 and > register globals off etc. to recomend? > > thanks. > > -afan Well I would really be tempted to say, MINE ! Although it's still in a sick state alpha version right now ...

Re: [PHP] problem with register globals on new server

2006-12-01 Thread afan
> [EMAIL PROTECTED] wrote: >> hi, >> I had to move my osComerce store to new hosting company. new server runs >> on php5/mysql5. >> >> got this error: >> FATAL ERROR: register_globals is disabled in php.ini, please enable it! >> >> since evenon old server globals was Off I was adding >> >> php_val

Re: [PHP] problem with register globals on new server

2006-11-30 Thread Chris
[EMAIL PROTECTED] wrote: hi, I had to move my osComerce store to new hosting company. new server runs on php5/mysql5. got this error: FATAL ERROR: register_globals is disabled in php.ini, please enable it! since evenon old server globals was Off I was adding php_value register_globals 1 Now,

[PHP] problem with register globals on new server

2006-11-30 Thread afan
hi, I had to move my osComerce store to new hosting company. new server runs on php5/mysql5. got this error: FATAL ERROR: register_globals is disabled in php.ini, please enable it! since evenon old server globals was Off I was adding php_value register_globals 1 Now, I tried with php_value r