Welcome to FreeBSDFreaks.net!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

php imap_rfc822_parse_adrlist problem

 
   FreeBSD Hosting (Home) -> FreeBSD Ports RSS
Next:  Zope FreeBSD port for Python 2.5  
Author Message
Ben Stuyts

External


Since: Dec 20, 2008
Posts: 1



(Msg. 1) Posted: Fri Dec 19, 2008 1:27 pm
Post subject: php imap_rfc822_parse_adrlist problem
Archived from groups: mailing>freebsd>ports (more info?)

Hi,

Since upgrading to php 5.2.8 I have a problem with
imap_rfc822_parse_adrlist. When I run the example given on the manual
page at http://nl3.php.net/imap_rfc822_parse_adrlist:

$adds = 'ian eiloart ,
shuf6.TakeThisOut@example.ac.uk,
blobby,
"ian,eiloart" ,
,
foo@#,
ian.TakeThisOut@-example.com,
ian@one@two';
$add_arr = imap_rfc822_parse_adrlist($adds, 'example.com');
var_export ($add_arr);

I should get:
....
2 =>
class stdClass {
var $mailbox = 'blobby';
var $host = 'example.ac.uk';
},
....

but I get:
....
2 =>
stdClass::__set_state(array(
'mailbox' => 'blobby',
'host' => 'p?a(',
)),
....

So the host part isn't filled in correctly. I have verified this on
two FreeBSD 7 machines. On an older FreeBSD 5 machine with php4 this
works fine. Before the update, I was running php 5.2.6 and there was
no problem either. Any ideas?

Thanks,
Ben

_______________________________________________
freebsd-ports.TakeThisOut@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"

 >> Stay informed about: php imap_rfc822_parse_adrlist problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Getting the same problem nss problem with evolution - ===> Extracting for evolution-2.12.2 => MD5 Checksum OK for gnome2/evolution-2.12.2.tar.bz2. => SHA256 Checksum OK for gnome2/evolution-2.12.2.tar.bz2. ===> Patching for evolution-2.12.2 ===> Applying FreeBSD patches for evolution-2.12....

c++ problem? - I am not sure this is a ports problem, but trying to build ports is where I notice it. I rebuilt and reinstalled the world today thinking that might correct it, but no luck. Many ports I try to build fail with what look like errors trying to find..

c++ problem? - I am not sure this is a ports problem, but trying to build ports is where I notice it. I rebuilt and reinstalled the world today thinking that might correct it, but no luck. Many ports I try to build fail with what look like errors trying to find..

problem!! - Hi me again i have FreeBsd release 4.8!! what is happening exactly is the following :: I made cvsup and uptdated my ports collection this morning. I install automake-1.8 and with this autoconf259, then I try to install from ports collection ..

Problem -
   FreeBSD Hosting (Home) -> FreeBSD Ports All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]