Thu Mar 22, 2012 6:44 pm |
Replies: 11 |
Views: 5046 |
|
|
Yes, you are right, I meant the missing index. However, it's better to suggest more than less Thanks for explanation.
|
Thu Mar 22, 2012 4:31 pm |
Replies: 11 |
Views: 5046 |
|
|
Wow, it's awesome.
Btw, there is little bug:
class Obj() {
public function getObj();
}
function test() { return [new Obj();] }
tes ...
|
Wed Mar 21, 2012 5:51 pm |
Replies: 11 |
Views: 5046 |
|
|
@dmitri: seems awesome, but does not work foreach cycle.
|
Thu Feb 16, 2012 3:57 am |
Replies: 11 |
Views: 5046 |
|
|
+1
|
Sat Dec 17, 2011 9:20 am |
Replies: 4 |
Views: 4007 |
|
|
You can see that it suggest with "ts".
http://img713.imageshack.us/img713/1579/dbgwizardscreen.png
|
Sat Dec 03, 2011 3:32 pm |
Replies: 4 |
Views: 4007 |
|
|
Despite I use php THREAD SAFE,
the solution is to use this
zend_extension="C:\Program Files (x86)\wamp\bin\php\php5.3.8\ext\dbg-php-5.3.dll"
instead of this
zend_extension_ts="C:\Pr ...
|
Mon Oct 03, 2011 3:08 am |
Replies: 1 |
Views: 2462 |
|
|
+1
|
Sun Feb 27, 2011 10:15 am |
Replies: 4 |
Views: 4007 |
|
|
When I use PHP 5.3.5 TS VC9 and, DBG is not loaded without any error.
I use right version of DBG (ts VC9 x86).
|