Christopher Jones in php.internals (Tue, 28 Jan 2014 12:56:46 -0800):
>I think I'm the only one (outside Anatol et al) actively looking at an
>extension the new branch and have committed to it. I've some more
>OCI8 patches pending, and more investigation to do. And then the
>extension needs to be made compatible with older PHP releases. In
>summary: migration is not a search and replace operation.
I ported the php-ffmpeg extension (not even PECL) to the new branch by
doing some simple search-and-replaces. I did this as a proof of concept
that the extension would survive he change. At the moment I have two
versions of the code, but it should be simple to merge the two versions
with some #ifdef's.
Jan