php sessions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shanti
Forum Newbie
Posts: 3
Joined: Mon Jun 23, 2008 7:22 am

php sessions

Post by shanti »

How to speed up debugging sessions?
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: php sessions

Post by Kieran Huggins »

caffeine?
shanti
Forum Newbie
Posts: 3
Joined: Mon Jun 23, 2008 7:22 am

Re: php sessions

Post by shanti »

Usually when a debug session execute really slowly it's related to the fact that the IDE is displaying several notice or strict messages. You can switch this behavior off to speed up the debug session in the preference dialog.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: php sessions

Post by pickle »

What are you talking about and why is this in the PHPDN Suggestions board?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: php sessions

Post by Kieran Huggins »

oh...

I use a text editor. Wondered what you were getting at ;-)
Post Reply