Search found 4 matches

by jweinraub
Fri Mar 30, 2012 9:18 am
Forum: PHP Help and Discussion
Topic: php 5.2.3 + mailparse
Replies: 21
Views: 34612

Re: php 5.2.3 + mailparse

we're in a big company so price really isnt much of an issue, we actually own cerb2, cerb3, cerb4, and cerb5 and still use cerb2 lol, because of the issues in the later versions. but now the managers want the new version in place. the problem was having both in place so the users can slowly get used...
by jweinraub
Thu Mar 29, 2012 4:53 pm
Forum: PHP Help and Discussion
Topic: php 5.2.3 + mailparse
Replies: 21
Views: 34612

Re: php 5.2.3 + mailparse

totally forgot about this forum, but yes we are using cerberus. we need to switch to 5 (using 2 right now) and this mailparse this is driving me up a wall, especially that we like to use php 5.2.17 stillt o support legacy cerb. but if i switch to 5.3, will mailparse work, bc if i have to nuke cerb2,...
by jweinraub
Fri Dec 16, 2011 12:19 pm
Forum: PHP Help and Discussion
Topic: php 5.2.3 + mailparse
Replies: 21
Views: 34612

Re: php 5.2.3 + mailparse

well since mbstring failed due to that weird bug, added the false to get mailparse to believe me mbstring exists, this time it compiled, linked, and installed, but then I saw in the Apache log PHP Warning: PHP Startup: mailparse: Unable to initialize module\nModule compiled with module API=20050922,...
by jweinraub
Fri Dec 16, 2011 11:56 am
Forum: PHP Help and Discussion
Topic: php 5.2.3 + mailparse
Replies: 21
Views: 34612

Re: php 5.2.3 + mailparse

@caffeinated I tried doing what you suggested but I got an error when it was linking mbstring from the php source. /root/php-5.2.17/ext/mbstring/mbstring.c:165: error: duplicate âstaticâ /root/php-5.2.17/ext/mbstring/mbstring.c:207: error: âsecond_arg_force_refâ undeclared here (not in a function) /...