| Anonymous | Login | Signup for a new account | 11-09-2025 03:39 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0003119 | [Quercus] | minor | always | 12-04-08 22:36 | 02-12-09 11:58 | ||||
| Reporter | koreth | View Status | public | ||||||
| Assigned To | nam | ||||||||
| Priority | urgent | Resolution | fixed | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 4.0.0 | Product Version | 3.2.1 | ||||
| Product Build | |||||||||
| 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 | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed. 28 unique queries executed. |