NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Debugger output issue


Joined: 24 Jun 2012
Posts: 2
Reply with quote
Hello,

My problem is related to debugger output tab. If I change php interpreter to the newer version from 5.0 to 5.3, the output tab is empty when I'm debugging my php code. But if I'm debagging in the older php interpreter everthing is okey. Can you help me pls.

Thank you in advance for your advice
View user's profileFind all posts by bistoSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Did you enable output buffering in php or in php.ini?
Anyway, all _real_ output went outside from php, is displayed in View->Debug Windows->Output
If you don't see anything here, check ob_ get_ contents() and ob_flush().
First would return whatsoever is cached and latter would force buffer to flush to the output

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 24 Jun 2012
Posts: 2
Reply with quote
It works when I set up output_buffering = off in php.ini

Thanks
View user's profileFind all posts by bistoSend private message
Debugger output issue
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