[wp-hackers] Quick question about server setup
William Davis
will.davis at gmail.com
Sat Jan 15 03:01:58 UTC 2011
Can you explain a bit more about what you're trying to do? If you're
trying to allow people to e-mail in stories, for example, WordPress
has that feature built in.
PHP5 isn't a big deal, but if you're asking people to install
components it can deter a lot of users. If possible, use libraries —
I'm developing a plugin right now that requires some pretty hefty
libraries (including a Zend extension), but I got around having people
install them by using include_path.
William P. Davis
will.davis at gmail.com
207.660.5342
http://twitter.com/williampd
http://www.wpdavis.com
On Jan 14, 2011, at 9:39 PM, Ryan Bilesky wrote:
> Ok so I have a quick question. I am working on a plugin that I
> intend to
> distribute publicly. Per current technical limitations it needs WP3
> (which
> everyone should have). But it also needs PHP5 with MailParse
> extension and
> mbstring. Now these requirements seem hefty to me, my server dosent
> even
> currently meet them I need to install mailparse and mbstring. What
> do you
> think about these requirements.
>
> Any ideas on how I can avoid them, I am using mailparse and mbstring
> to
> parse an email for insertion into wordpress.
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
More information about the wp-hackers
mailing list