I don't know, since indeed it's bundled by default... (5.2.4 + 7.2, how lucky!)
My guess, is that they always install PHP with PCRE disabled by default, and they somehow installed PCRE at some point, but long ago, and never cared to update it...
And yes, that totally sucks. But things like that, should be eye-openers for people who use crappy free hosting, I guess..!
There are enough decent free hosts, really, that we don't need to waste time on these ones, so I decided to just give up on this kind of host, it'll save us time in the long run.
Posted: June 5th, 2013, 11:24 AM
Oh, regarding the id_from_member/id_member_from bug... I know why I didn't find it immediately!
As the bug was in __create(), the first thing I did was look for all Notification object instances... But, this particular one was called with 'self'! So, bam... Never noticed it! I should have been more careful, when incorporating the original patch, I guess.