From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-13 19:13:19
|
Hi all, I've just committed the php 4.1.x fix reported by users days ago on the Help forums. This fixes the admin login problem with php 4.1.x. User logins are not affected by php 4.1.x (as previously hypotized by some users) if register_globals=On. The bad news is that during my tests in Roswell I discovered that there's no chance for a work-around to the register_globals=On need. We should rewrite a lot of code to get rid of it, and this would require a lot of time. I think it would be better to implement such a change in the new core, and maintaning the r_g=On requiresment in our imminent new release. Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Geoff S. <ge...@ge...> - 2002-01-13 22:23:31
|
What does that do for webmasters that don't have root access to their server so that they can turn register_globals on? This could seriously affect many of the websites currently using phpWebsite. Geoff P. S. Wasn't there something about .htaccess. GS At 01:09 PM 1/13/2002, Alessandro "Pisani (TXM / J578)" wrote: >Hi all, >I've just committed the php 4.1.x fix reported by users days ago on the >Help forums. This fixes the admin login problem with php 4.1.x. >User logins are not affected by php 4.1.x (as previously hypotized by >some users) if register_globals=On. > >The bad news is that during my tests in Roswell I discovered that >there's no chance for a work-around to the register_globals=On need. >We should rewrite a lot of code to get rid of it, and this would require >a lot of time. I think it would be better to implement such a change in >the new core, and maintaning the r_g=On requiresment in our imminent new >release. > >Bye, >Alessandro > >-- >Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 >phpWebSite Development Team http://phpwebsite.appstate.edu >INWO Project coordinator http://inwoproject.sourceforge.net > >"I will carry you through, hicking and screaming, > and in the end you will thank me" > - Tyler Durden [from "Fight Club"] > > >_______________________________________________ >Phpwebsite-developers mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-13 22:38:02
|
On Sun, 2002-01-13 at 22:02, Geoff Staples wrote: > What does that do for webmasters that don't have root access to their > server so that they can turn register_globals on? > > This could seriously affect many of the websites currently using phpWebsite. > > Geoff > > P. S. Wasn't there something about .htaccess. GS For example they could at first read docs/INSTALL in their phpwebsite installation directory. Incredibly, in that file it is explained what to do for enabling register_globals even if they do not have access to php.ini Most incredibly, a guy named "Alessandro Pisani" wrote that section of the doc ^_^ (please note that the section on register_globals had been added today, in current CVS version of phpWebSite) Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Mike N. <mh...@us...> - 2002-01-13 22:35:30
|
At 2002-01-13 15:02 -0600, Geoff Staples wrote: >What does that do for webmasters that don't have root access to their >server so that they can turn register_globals on? > >This could seriously affect many of the websites currently using phpWebsite. > >Geoff > >P. S. Wasn't there something about .htaccess. GS Geoff, Yes. Try this adding this to .htaccess # php.ini configuration <IFModule mod_php4.c> php_value register_globals "on" </IFModule> I think I got the syntax right. I hope this helps. -- Mike Noyes <mh...@us...> http://leaf.sourceforge.net/ |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-13 22:43:49
|
On Sun, 2002-01-13 at 23:32, Mike Noyes wrote: > At 2002-01-13 15:02 -0600, Geoff Staples wrote: > >What does that do for webmasters that don't have root access to their > >server so that they can turn register_globals on? > > > >This could seriously affect many of the websites currently using phpWebsite. > > > >Geoff > > > >P. S. Wasn't there something about .htaccess. GS > > Geoff, > Yes. Try this adding this to .htaccess > > # php.ini configuration > <IFModule mod_php4.c> > php_value register_globals "on" > </IFModule> Geoff: this is exactly what you find in the new docs/INSTALL under the "About PHP regiter globals setting" section. Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Geoff S. <ge...@ho...> - 2002-01-14 01:53:47
|
>We started having problems with the the Administrator Id not staying >logged in within the last week. I assumed that it was because we had moved >to php 4.1. But, in checking on register_globals, I discovered that we are >on php 4.0.6 and that register_globals is on. So, I'm curious if anyone has any ideas about what might be going on? Geoff |
From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-14 07:59:58
|
On Mon, 2002-01-14 at 02:53, Geoff Staples wrote: > > >We started having problems with the the Administrator Id not staying > >logged in within the last week. I assumed that it was because we had moved > >to php 4.1. But, in checking on register_globals, I discovered that we are > >on php 4.0.6 and that register_globals is on. > > So, I'm curious if anyone has any ideas about what might be going on? Can you please give me (/us) more details on : phpWS version used, php configuration, os, ... ? Thhanks for your help Regards, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |