NuSphere Forums Forum Index
NuSphere Forums


Sun Jun 05, 2011 4:00 am
Replies: 1
Views: 3185
If it says checkout instead of update and so on, you probably forgot to download the .svn/ folders everywhere. It is best to do an actual checkout to start with instead of downloading the files, the s ...

Fri Jun 03, 2011 8:41 am
Replies: 24
Views: 11077
A new build (6023b aka RC3) was released today, so I'm guessing the wait should be over soon.

Wed May 25, 2011 1:05 am
Replies: 1
Views: 3199
PhpED has a really simple way of breaking into the debugger by just using the DebugBreak() function. You can place it anywhere in your code and if everything is configured correctly it will contact th ...

Tue May 24, 2011 1:20 am
Replies: 24
Views: 11077
Last available build for beta testers is 6019b, since yesterday. I assume that that is the RC that is being referred to. NuSphere doesn't have the habit of releasing non production graded versions to ...

Fri Apr 15, 2011 2:17 am
Replies: 5
Views: 5994
The only thing I can think of besides the php timeout is that its a built in limit of the SRV itself.
Perhaps you should try to contact support and query them about that?
Anyway if this were the c ...

Thu Apr 14, 2011 2:20 am
Replies: 5
Views: 5994
Just to get the obvious out of the way first: I presume that the PHP time limit has been correctly modified, either with set_time_limit() or directly using max_execution_time in the .ini?
Given the ...

Thu Apr 14, 2011 1:39 am
Replies: 31
Views: 4177
Everyone here knows I'm a very enthusiastic supporter of PhpED, heck I've been around here for a very long time. They really did awesome things with PhpED.
Though the lack of official response in thr ...

Tue Apr 05, 2011 8:51 am
Replies: 1
Views: 3583
I think the problem here is the fact that you are loading the DBG extension before you are loading the zend extension manager and zend optimizer.
If this is the case then moving the line 'zend_extens ...

Tue Apr 05, 2011 8:48 am
Replies: 1
Views: 3687
The DBG module is on server and yes it needs to be updated manually. You need to take the correct version from under the debugger\server folder in your installation and put it in the PHP modules direc ...

Sat Mar 12, 2011 8:56 am
Replies: 1
Views: 3567
These are Templates and PHP has them. Just check out "Templates\" in the installation directory. You can add as many new ones as you want there.

Fri Feb 18, 2011 5:43 pm
Replies: 8
Views: 3688
Guess PhpED doesn't allow override on $this then, although it probably should if it can't determine the type itself.

Fri Feb 18, 2011 5:03 pm
Replies: 8
Views: 3688
Hmm that makes a lot more sense. And are you sure you did like
/** @var Template */
and not
/* @var Template */
by mistake?

PhpED only parses blocks if they start with 2 asterisks.
Page 1 of 55
All times are GMT - 5 Hours