View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000604 | Xdebug | Uncategorized | public | 2010-08-05 15:25 | 2011-08-17 18:44 |
| Reporter | citrusmoose | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | sometimes |
| Status | resolved | Resolution | duplicate | ||
| Product Version | 2.1.0 | ||||
| Summary | 0000604: profiler_output_name: Using %R causes no output on some requests | ||||
| Description | It appears that if I use %R in profiler_output_name, my GET requests (which have a good bit of parameters) won't produce any output. However, the ajax POST requests that are triggered on the GET requests' completion do have output. I'm assuming this has something to do with file name length. POST requests obviously won't have very long names, while GET requests will. | ||||
| Tags | No tags attached. | ||||
| Operating System | Linux (SUSE SLES 10 SP2) | ||||
| PHP Version | 5.3.3 | ||||
|
|
Yeah, filename length is most certainly the case. Could you provide a long GET URL please to shows this issue? |
|
|
/test/atest.php?var01=01&var02=02&var03=03&var04=04&var05=05&var06=06&var07=07&var08=08&var09=09&var10=10&var11=11&var12=12&var13=13&var14=14&var15=15&var16=16&var17=17&var18=18&var19=19&var20=20&var21=21&var22=22&var23=23&var24=24&var25=25& Being that 255 is the longest file name you can have, this URL is one character over the longest request you can have without it failing to produce output. This is assuming your profiler_output_name is set to "cachegrind.out.%R". |
|
|
This is a duplicate of 0000693, which is fixed for 2.1.3 and 2.2. |