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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Tue Apr 23 09:01:27 2024 UTC