Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4396 | major | always | 02-15-11 04:37 | 02-25-11 13:19 | |
|
|||||
Reporter: | geleont | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | 4.0.14 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0004396: Function pack has a bug | ||||
Description: |
Minimal code to reproduce: <?php $packed = pack ("L", 84654); print ord($packed[0]); print" "; print ord($packed[1]); print" "; print ord($packed[2]); print" "; print ord($fileSize[3]); PHP result: 174 74 1 0 string(4) "®J&65533;" Quercus result: 0 1 74 174 string(4) "&65533;J®" |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|