Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005245 [Quercus] minor always 10-12-12 18:43 10-12-12 18:43
Reporter nam View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 4.0.31
Summary 0005245: cannot reference nested java classes
Description (rep by ismak)
http://forum.caucho.com/showthread.php?t=29103 [^]

<?php

import java.util.*;
import javax.mail.*;
import javax.mail.internet.*;

$props = new Properties();
$session = Session::getDefaultInstance($props, null);

$msg = new MimeMessage($session);
$msg->setFrom(new InternetAddress("email@example.com", "NAME"));

$r = new java('javax.mail.Message$RecipientType');
var_dump($r);

$msg->addRecipient($r::TO, new InternetAddress("127.0.0.1"));
var_dump($msg);

?>
Additional Information
Attached Files

- Relationships

- Notes
(0006062)
nam
10-12-12 18:43

php/0cu0

Fixed for 4.0.33.
 

- Issue History
Date Modified Username Field Change
10-12-12 18:43 nam New Issue
10-12-12 18:43 nam Status new => assigned
10-12-12 18:43 nam Assigned To  => nam
10-12-12 18:43 nam Status assigned => closed
10-12-12 18:43 nam Note Added: 0006062
10-12-12 18:43 nam Resolution open => fixed


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