php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4310 Unknown error: Unexpected characters at end of address: in Unknown on line 0
Submitted: 2000-05-03 21:39 UTC Modified: 2000-07-26 01:19 UTC
From: dnl at lib dot zju dot edu dot cn Assigned:
Status: Closed Package: IMAP related
PHP Version: 4.0 Release Candidate 1 OS: linux
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dnl at lib dot zju dot edu dot cn
New email:
PHP Version: OS:

 

 [2000-05-03 21:39 UTC] dnl at lib dot zju dot edu dot cn
<?php
  $mbox = imap_open("{lib.zju.edu.cn:143}INBOX","dnl","TcpIp75");
  if(!$mbox){

    echo "Error on openning mailbox,Exit";

    exit();

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-21 18:58 UTC] sniper at cvs dot php dot net
My own scripts work just fine with latest CVS.

Could you please check try with it?

And please do apply better example code. 
The one you included is incomplete..

--Jani
 [2000-07-26 01:19 UTC] sniper@php.net
No user feedback.

--Jani
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jan 11 03:01:30 2025 UTC