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 Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC