[PHP-INST] debugging in IIS

2003-04-12 Thread Jacob Marble
Hello all- I just moved a couple of php files from Linux to Win2000 and they come up as... nothing! After messing around with the php.ini file for an hour and seeing absolutely no changes reflected in the output of the site or in phpinfo(), I finally set what I thought should be prudent in php

Re: [PHP-INST] debugging

2002-05-31 Thread P. Jourdan
At 02:30 PM 5/31/2002 -0700, Rasmus wrote: >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

Re: [PHP-INST] debugging

2002-05-31 Thread Rasmus Lerdorf
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

[PHP-INST] debugging

2002-05-31 Thread PJourdan
In order to set up DBG, the php debugger, the instructgion call for installing the phpsource code. Does that mean that I should unistall the php4 module and install from the source code with all the required configurations? I presume it would be stupid to install without unistalling the module.

Re: [PHP-INST] debugging

2002-05-31 Thread P. Jourdan
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 t

Re: [PHP-INST] debugging

2002-05-31 Thread Rasmus Lerdorf
What is the actual code that isn't working? 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 >

Re: [PHP-INST] debugging

2002-05-31 Thread P. Jourdan
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.

Re: [PHP-INST] debugging

2002-05-31 Thread Rasmus Lerdorf
First, did you edit the right php.ini file? Check phpinfo() to see if register_globals is actually on and also check the location of the php.ini file. -Rasmus On Fri, 31 May 2002, PJourdan wrote: > I am afraid I have to debug my whole site since updating the global > variables or turning on th

[PHP-INST] debugging

2002-05-31 Thread PJourdan
I am afraid I have to debug my whole site since updating the global variables or turning on the ""register_globals"in php.ini does not work. Problem is I am running apache1.13.24 on FreeBSD with php as a module. It looks to me that installing dbg & phped is going to be a houmungus undertaking a

[PHP-INST] debugging

2002-05-31 Thread P. Jourdan
I am afraid I have to debug my whole site since updating the global variables or turning on the ""register_globals"in php.ini does not work. Problem is I am running apache1.13.24 on FreeBSD with php as a module. It looks to me that installing dbg & phped is going to be a houmungus undertaking a