Nothing has changed with respect to normal global variables. The only thing that changed was the register_globals default setting, but if you have turned that back on in your php.ini and a phpinfo() page shows you did that right, then nothing should have changed that broke your script.
To insert debug code, well just insert it. PHP is an interpreted language, so the concept of inserting breaks makes no sense. -Rasmus On Fri, 31 May 2002, P. Jourdan wrote: > At 12:54 PM 5/31/2002 -0700, Rasmus wrote: > >What is the actual code that isn't working? > > > > Basically, it is the configuration stuff included from the main.conf > files with a log of global variables and the php files that are included > from the main.conf file. > Fist action is the verification of the user (accessing the site) with > checks to the database, and then the setup of the first page of the site. > With the current php4 module everything sort-of went topsy-turvy and I > started to get these errors. It worked fine until the update of php. The > code was written by someone else, so I now have to redo the whole thing, I > suppose. I have to modify it anyway, now it just gets more complicated. :(( > How can I insert breaks to step through the processing of the files? > Phil > On Fri, 31 May 2002, P. Jourdan wrote: > > > > > > Hi Rasmus, > > > Thanks. For some reason the php.ini file was not where it should have been. > > > But that still does not solve my problem. > > > I have now updated the globals (I can restore the old ones), but it still > > > does not work. I don't understand if the globals should be on or off for > > > the newer variables. By default, they're off. > > > Maybe I can just insert breaks in the files and trace that way. The server > > > is completely independent and under my control. > > > Any suggestions? > > > thanks, Phil > > > > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php