简体   繁体   中英

Is it possible to compile Framework in to php extension?

有任何想法将Zend Framework或任何其他php框架编译到DLL或SO库(例如PDO),这是完全可能的,它会产生什么副作用?

The standard way would be to provide your package via PEAR. Alternatively you can pack up your package into an PHP archive .

There is a PHP compiler from Facebook called HipHop-PHP , but it does currently not support all functionality (Zend Framework can't be compiled yet). There's also Roadsend PHP which is currently being re-implemented.

There's no way to compile a normal PHP application as an php extension (yet?!).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM