NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Strange behaviour when using paths like index.php/....


Joined: 09 Oct 2013
Posts: 3
Reply with quote
Hello guys,
while developing a new php framework using a link system similar to "http://www.mydomain.com/index.php/view/blog/permalink/...." I faced into a strange behavior of your debugger:
it reloads itself several times and so it stops on a breakpoint several times before exits.
The php engine and Apache seem not to be affected by this behavior, by using a static incremental var and printing it I can see that the page runs just once ... but the debugger stops several times into breakpoints before exits.
It runs perfectly if I run "http://www.mydomain.com/index.php", but if I run something similar to "http://www.mydomain.com/index.php/view/blog/permalink/...." I get the strange behavior
Do you know if this is a know issue?
I run your latest 12.0 build 64bit

Many thanks in advance.

Merry Christmas
View user's profileFind all posts by PakkessinoSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Debugger does _NEVER_ reload itself. It is just impossible.
What runs scripts is web server (most probably apache). What causes web server to run scripts is your browser.
I'd recommend you to check browser logs using HttpWatch or LiveHeaders plugins.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Strange behaviour when using paths like index.php/....
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic