View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000083 | Xdebug | Uncategorized | public | 2004-08-02 11:15 | 2004-08-06 07:52 |
Reporter | mathieu | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000083: More than 20 parameters functions make xdebug crashes | ||||
Description | -------------- Script 1 ---------------- a( 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, echo "This message won't be printed\n" ; No apache response : -------------- Script 2 ---------------- <? a( 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, echo "This message will be printed\n" ; Apache output : Both of these tests work well when xdebug is not activated in php.ini. It makes me think you allocate statically something with a 20 value. Or you talked about a limit and I didn't see it. Hope it can help you Mathieu | ||||
Tags | No tags attached. | ||||
Operating System | Linux | ||||
PHP Version | 4.3.7 | ||||
|
There is indeed a static limit of 20 in Xdebug 1.3, and a limit of 32 in Xdebug 2.0. I will definitely fix this in 2.0, but not sure about 1.3 yet as there might be too many different things to be done and I don't really want to re-do it for 1.3. If you can compile Xdebug yourself, just change the "20" in line 156 of php_xdebug.h to something higher and recompile. |
|
Thank you Derick, it works very well now. For information, I compiled it with "xdebug_var vars[200];". I will look if I can make it dynamic later. Bye bye, |
|
I just fixed this in CVS for Xdebug 2.0x, I will have a look now if I can fix it easily for 1.3.x too. |
|
The fix is very easy to port to 1.3.x I noticed, I just don't have the energy to do it now. Will have a look tomorrow (I guess). |
|
Also fixed in the XDEBUG_1_3 branch in CVS now. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-08-02 11:15 | mathieu | New Issue | |
2004-08-02 12:46 | derick | Note Added: 0000163 | |
2004-08-02 12:46 | derick | Status | new => confirmed |
2004-08-02 13:17 | mathieu | Note Added: 0000164 | |
2004-08-03 21:47 | derick | Status | confirmed => closed |
2004-08-03 21:47 | derick | Note Added: 0000167 | |
2004-08-03 21:51 | derick | Note Added: 0000169 | |
2004-08-03 21:52 | derick | Status | closed => confirmed |
2004-08-06 07:52 | derick | Status | confirmed => closed |
2004-08-06 07:52 | derick | Note Added: 0000177 | |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |