>client ip address [NULL] lookup failed< solved |
|
Hi,
Just thought I'd share my solution... On a fresh XP machine with sp2 I installed PHPEd 3.3.2 (3378), apache 2.0.50 and php 5.0.1 as a module... phpinfo.php worked like a charm. I added this to my php.ini:
The error: Whenever I pressed the single-step button in PHPEd, the following error was presented:
I imidiatly suspected the new enhanced and improved XP firewall, but that proved not to be the problem.. In an IE browser, I entered
Again from PHPEd I pressed the single-step, resulting in the same error as above.. Right-clicking, choosing Properties, revealed this URL:
see the difference? In the browser window opened by PHPEd, the "@localhost:7869" is omitted! The solution: In PHPEd I did: Menu: Tools -> Settings -> Tab: Debugger Here i deselected the "Auto Select Host" and entered "localhost" in the "Debugger host" field.. Now everything works Hope it'll help someone - Philip |
||||||||||||||||||||
|
Site Admin
|
Hmm, could you please send me phpinfo() results at the email http://www.nusphere.com/contact_us/ ?
As far as I know dbg 2.16.12 handles empty hostnames in the requests without any problems... TIA. |
||||||||||||
|
|
Sure.. Its on its way
|
||||||||||||
|
Thanks for the fix! |
|
I was having this same problem tonight and your post solved it for me.
Thanks! Michael W. |
||||||||||||
|
Site Admin
|
Actually, according to the docs
See http://www.php.net/manual/en/ini.sect.data-handling.php#ini.register-long-arrays for full text. As you can see this directive was introduced in 5.0.0. And it does not matter if long arrays ARE enabled or not. Starting with Dbg 2.14 (and higher) it searches for DBGSESSID in a) query_string (that is source for _GET and HTTP_GET_VARS) b) $_GET c) $HTTP_GET_VARS d) $_POST e) $HTTP_POST_VARS f) $_COOKIE g) $HTTP_COOKIE_VARS h) $_REQUEST i) cookie_data (which is the origin for _COOKIE and HTTP_COOKIE_VARS variables should they be enabled). So I see no point for the claim... |
||||||||||||||||
|
>client ip address [NULL] lookup failed< solved |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by