Anonymous | Login | Signup for a new account | 12-17-2024 08:32 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 3.2.1 | ||||||
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". |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed. 28 unique queries executed. |