NuSphere Forums Forum Index
NuSphere Forums


Sat Dec 09, 2006 4:35 pm
Replies: 11
Views: 24891
PHP performs copy on write, and if I get Dmitri right "soft reference" means that a variable still shares the value with another one *but* will be split up as soon as you write to it.

It' ...

Sat Jul 29, 2006 2:52 pm
Replies: 3
Views: 5251
Hm, I always press Alt-F7 for the search dialog and IIRC I always get something different than "search in project". So I got used to always pressing Alt-F7, Alt-p after another Smile

Maybe y ...

Tue May 30, 2006 1:59 pm
Replies: 13
Views: 144191
Ddmitrie said debugger does never affect the way php executes the scripts. IIRC, there's one important exception from the rule: When you're debugging and hover the mouse over an expression, the DBG mo ...

Thu May 18, 2006 2:01 pm
Replies: 11
Views: 17013
I have never tried to work with COM and PHP before, but I've just tried the example... to be honest, that really feels perverted Smile

Can't wait to make use of it Smile, too bad it requires a Windows pl ...

Wed May 10, 2006 2:25 am
Replies: 5
Views: 6013
we use virtual hosts for that... just set up one (name based) virtual hosts for each project. You could - for example - have "a.dev.mynet" and "b.dev.mynet". The document roots are ...

Mon May 08, 2006 4:12 pm
Replies: 13
Views: 11001
Google for Fiddler (a Microsoft tool IIRC, don't know if it works with Mozilla) or the LiveHeaders (or was it LiveHTTPHeaders?) extension for Firefox.

Also tcptrace is a handy GUI app for TCP dumpi ...

Sun May 07, 2006 2:20 pm
Replies: 13
Views: 11001
Yeah, that's "Transfer-Encoding: chunked".

Wed Apr 26, 2006 8:24 am
Replies: 5
Views: 6261
Dmitri should be able to answer that precisely.

I suspect that - besides from a neglectible overhead at request start-up - having the DBG extension enabled or not does not make a performance differ ...

Wed Apr 26, 2006 6:52 am
Replies: 5
Views: 6261
As to stability, I don't know because I don't use DBG on production machines.

As to security, I don't think you take too much risk if you configure DBG to allow connections to "localhost" only, whi ...

Wed Apr 19, 2006 4:05 pm
Replies: 3
Views: 5716
Yeah, also already noted that. Seems as if PhpED tries to check whether the name already exists. As under Windows, file names are case-insensitive, this check is correct but it does not allow you to c ...

Wed Apr 19, 2006 4:03 pm
Replies: 3
Views: 6171
Where's the problem? We've been using DBG on Debian woody and sarge, PHP4 and PHP5, apache and apache2 with no problems Smile

Wed Apr 12, 2006 10:27 am
Replies: 3
Views: 6029
Debugging XMLHTTP (aka AJAX) requests is no problem at all... If you have the DBGSESSID cookie set on the page that triggers the request, it should be automatically sent with the AJAX request and acti ...
Page 1 of 6
All times are GMT - 5 Hours