Joined: 27 Sep 2004 |
Posts: 1 |
|
|
|
Posted: Sun Sep 26, 2004 5:36 pm |
|
|
|
|
|
Just began looking at the PhpED eval package. Nice work.
I'm having some debugging troubles, though. This installation was on a "clean" new XP/Pro box, no previous server or PHP installations, no extra php.ini files floating around, etc.
Just what your installer installed, the way it wanted to.
During debugging, say "page 1" is an html form sending one variable called 'test' to "page 2," which is php.
When the debugger hits the breakpoint on page 2, $test is shown as "undefined," but $_POST['test'] correctly contains the value.
I should add that the same thing happens when test is defined in Run|Parameters from within PhpED as a POST type variable ($test) is undefined, and $_Post['test'] is fine.
Any suggestions?
|
|