PHP: Zend API - Manual
PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links | my php.net 
search for in the  
<zlib_get_coding_typeOverview>
view the version of this page
Last updated: Tue, 21 Dec 2004

VII. Zend API

Hacking the Core of PHP

Those who know don't talk.

Those who talk don't know.

Sometimes, PHP "as is" simply isn't enough. Although these cases are rare for the average user, professional applications will soon lead PHP to the edge of its capabilities, in terms of either speed or functionality. New functionality cannot always be implemented natively due to language restrictions and inconveniences that arise when having to carry around a huge library of default code appended to every single script, so another method needs to be found for overcoming these eventual lacks in PHP.

As soon as this point is reached, it's time to touch the heart of PHP and take a look at its core, the C code that makes PHP go.

Hacking the Core of PHP


add a note add a note User Contributed Notes
Zend API
philip
02-Mar-2005 03:19
Note: These docs are for PHP 4 (Zend Engine 1.0) and not PHP 5 (Zend Engine 2.0).  Read the various README files within the PHP source for a better (and up-to-date) understanding as the Zend API docs aren't actively maintained.  See also PECL_Gen. add a note
philip
02-Mar-2005 03:18
A wonderful easy-to-follow and example rich "how to write a PHP extension" tutorial can be found here:
*

<zlib_get_coding_typeOverview>
 Last updated: Tue, 21 Dec 2004
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: /
Last updated: Mon Mar 14 08:13:06 2005 Local time zone must be set--see zic manual page