
VmanAsh - 2006-08-09 15:27:07
Hi,
I have PHP4.2.2 working on Apache2.0.40 in Red Hat Linux 9.
Does the parse_message.php works with this configuration. I got this doubt because the function stream_wrapper_register('pop3','pop3_stream') is supported by only PHP 4 >= 4.3.2 and PHP 5. Due to this I am not able to use pop3.php class
How to make use of this classes in my current versions.