[PHP] XAdES in PHP

2008-01-14 Thread Pierre Pintaric
. -- Pierre PINTARIC SICTIAM Porte 15 Space Antipolis 3 2323, chemin Saint Bernard 06225 Vallauris Tel : 04 92 96 80 83 Fax : 04 92 96 92 96 http://www.sictiam.fr/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] XAdES in PHP

2008-01-16 Thread Pierre Pintaric
Thanks for your responses I think I will start a project for PHP with the implementation of a library for signatures Of course, with XAdES, XMLDSig will be covered... Now I have to learn XAdES specifications, a splendid activity ;-) stay tuned... ;-) -- Pierre PINTARIC SICTIAM Porte 15

[PHP] clamAV PHP

2007-01-04 Thread Pierre Pintaric
Hello there, I would scan files with PHP using clamAV. I found discussions about 2 PEAR modules: - php-clamav (It looks like abandonned) - phplibclamav (I didn't succeed to install) Does someone used clamAV to check files? And which plugin is installed? Any help will be welcomed Thanks PPCM

Re: [PHP] two php.ini on the same server

2007-01-30 Thread Pierre Pintaric
Richard Lynch a écrit : On Fri, January 26, 2007 6:36 am, phpdevster wrote: Hi i am trying to run two Apache server on the same machine and that is work fine but the problem is how to create separate php.ini for each Apache server . is that possible ?? In Apache 2, there is a

[PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
Hello there, I'm sure this question was ask 1,000 times, but I didn't find any archive about this, that's why I need help... Here is my problem: I receive mail file from my MTA (ie QMail), that works fine. Now, I would to find a class or a function that parse the mail and gives headers

[PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
Hello there, I'm sure this question was ask 1,000 times, but I didn't find any archive about this, that's why I need help... Here is my problem: I receive mail file from my MTA (ie QMail), that works fine. Now, I would to find a class or a function that parse the mail and gives headers

Re: [PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
Jim Lucas a écrit : Pierre Pintaric wrote: Hello there, I'm sure this question was ask 1,000 times, but I didn't find any archive about this, that's why I need help... Here is my problem: I receive mail file from my MTA (ie QMail), that works fine. Now, I would to find a class

Re: [PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
Roman Neuhauser a écrit : That's probably because you don't know enough about the field to use the right search terms, since PEAR *does* contain a package for parsing email messages, and I have no problems arriving at it from the search box on http://pear.php.net/ ...

Re: [PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
Myron Turner a écrit : Jim Lucas wrote: he wants a cut/paste answer to his problem. He doesn't want to build something and learn how it all works. He just wants it to work out of the box. Why would someone want to read an RFC if he didn't have to? Maybe we should all start by writing our

Re: [PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
Jim Lucas a écrit : But don't just ask us to hand you the answer. We are all here to teach each other to become better programmers. We should not be cut/paste junkies. Thanks for your help... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
Roman Neuhauser a écrit : Because otherwise you cannot possibly understand how to use a ready-made library correctly? All of them (those who teach how to use Google) certainly knows all about GD (jpeg, gif, png, ...), zip, EXT3/FAT32/NTFS system, ... I am certainly on the wrong place,

Re: [PHP] Parsing mail file [RESOLVED]

2007-01-31 Thread Pierre Pintaric
Finally, after a long course about the fishing philosophy :-) A private discussion with Jon give me a very good way to find a solution. I would to share it with guys who need it : PECL mailparse package: http://pecl.php.net/package/mailparse It parses mail files with attachments (rfc822 and