Date: 09/28/98
- Next message: Kristian Köhntopp: "Re: [PHP3] Suggestions for improvement"
- Previous message: webmaster <email protected>: "Re: [PHP3] loop within a select statement"
- Maybe in reply to: Eddy Wong: "[PHP3] IMAP and PHP3.0.4"
- Next in thread: Eddy Wong: "Re: [PHP3] IMAP and PHP3.0.4"
- Reply: Eddy Wong: "Re: [PHP3] IMAP and PHP3.0.4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Quoting Eddy Wong <eddy <email protected>>:
> I have a script work with PHP 3.0.3. However, once I changed to PHP3.0.4,
> +
> the script is not working.
>
> $server="192.168.1.123";
> if (strlen($mailbox)<1){$mailbox="INBOX";}
> $mailstream = imap_open("{$server}$mailbox", $login, $pass);
>
> Apache compliants about this.
>
> Warning: Couldn't open stream {192.168.1.123}INBOX in
> /home/eddy/public_html/focalmail/mailbox.php3 on line 60
>
> Warning: Unable to find stream pointer in
> /home/eddy/public_html/focalmail/mailbox.php3 on line 61
>
> I am using imap-4.4.tar.Z
>
> Everything complie correctly. Please help.
I have seen the same problem when MySQL 3.21.33b with linuxthreads is compiled
in. There is some weirdness with select(), however the temporary fix that I use
+
for IMAP is unworthy to be published.
-- Alex-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
- Next message: Kristian Köhntopp: "Re: [PHP3] Suggestions for improvement"
- Previous message: webmaster <email protected>: "Re: [PHP3] loop within a select statement"
- Maybe in reply to: Eddy Wong: "[PHP3] IMAP and PHP3.0.4"
- Next in thread: Eddy Wong: "Re: [PHP3] IMAP and PHP3.0.4"
- Reply: Eddy Wong: "Re: [PHP3] IMAP and PHP3.0.4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

