Using the tools covered in this chapter, you're ready to develop PHP extensions quickly and bring your code to production with fewer bugs than writing everything by hand. Now it's time to turn towards embedding PHP into other projects. In the coming chapters you'll take control of the PHP environment and leverage the power of the Zend Engine to add scripting capabilities to your existing applications, making them more versatile and more useful to your customers.
The PHP Life Cycle
Variables from the Inside Out
Memory Management
Setting Up a Build Environment
Your First Extension
Returning Values
Accepting Parameters
Working with Arrays and HashTables
The Resource Data Type
PHP4 Objects
PHP5 Objects
Startup, Shutdown, and a Few Points in Between
INI Settings
Accessing Streams
Implementing Streams
Diverting the Stream
Configuration and Linking
Extension Generators
Setting Up a Host Environment
Advanced Embedding
Appendix A. A Zend API Reference
Appendix B. PHPAPI
Appendix C. Extending and Embedding Cookbook
Appendix D. Additional Resources