|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3119 | minor | always | 12-04-08 22:36 | 02-12-09 11:58 | |
|
|
|||||
| Reporter: | koreth | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | urgent | OS Version: | |||
| Status: | closed | Product Version: | 3.2.1 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|
|||||
| Summary: | 0003119: fsockopen doesn't support UDP | ||||
| Description: |
<?php $errno = null; $errstr = null; $fd = fsockopen('udp://localhost', [^] 12345, $errno, $errstr); if ($fd) print "success\n"; else print $errstr; On regular PHP this prints "success" (and the socket can be used to send and receive UDP datagrams). On Quercus this prints "java.net.ConnectException: Connection refused". |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||