Mantis Bugtracker
  

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

- Relationships

- Notes
(0003814)
koreth
02-07-09 12:49

I filed this one a while back, but it is actually pretty important (I'd rate it a "block" bug if I were filing it now). Some of our ad targeting services depend on UDP communication.
 
(0003827)
nam
02-12-09 11:58

php/1m0y
php/1m0z
php/1m10
php/1m11
php/1m12
 

- Issue History
Date Modified Username Field Change
12-04-08 22:36 koreth New Issue
01-04-09 14:39 ferg Priority normal => urgent
02-07-09 12:49 koreth Note Added: 0003814
02-09-09 08:49 nam Status new => assigned
02-09-09 08:49 nam Assigned To  => nam
02-12-09 11:58 nam Status assigned => closed
02-12-09 11:58 nam Note Added: 0003827
02-12-09 11:58 nam Resolution open => fixed
02-12-09 11:58 nam Fixed in Version  => 4.0.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed.
28 unique queries executed.
Powered by Mantis Bugtracker