@darkghosthunter @Crell @php You are aware that most of PHP are extensions, right? Extension that bind to ***C*** library (see ext/curl, ext/dom, ext/openssl, ext/pcre). Bundling a C library, or linking to it, is ***not*** the problem.
PHP (or any PL) is not some whack app that needs to be "accelerated". The complexity in adding new features ***never*** comes from a lack of libraries to pull in.