Hi folks,

Version 1.0 of my POP mail client "PHPost" is now available for download
(it's freeware) at http://webgadgets.com/

There's one problem that's bugging me though.  The script checks for the
mcrypt module and uses it to encrypt/decrypt the contents of the session
data file.  If it's not available it base 64 encodes it (not really secure,
but better than plain text storage).

Anyway, it seems to work fine with or without mcrypt except for one thing.
PHP is running as an Apache module (FreeBSD, latest Apache) and the Apache
process itself will die with a seg fault immediately after the php script
is processed.  From the users point of view everything seems fine since it
happens after the page is displayed, and Apache just fires up a new process
to replace the dead child.  This only happens if I use the mcrypt functions,
yet they appear to work properly (the file is encrypted and decrypted
properly).

Any thoughts?

You can see how I'm using the functions if you look at the source to PHPost.

Mark

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to