After
extracting
the
PHP
archive
,
you
'
ll
see
a
directory
layout
similar
to
that
in
תרשים
27-1
.
-
php.h
,
located
in
the
main
PHP
directory
.
-
zend.h
,
located
in
the
main
Zend
directory
.
-
zend_API.h
,
also
located
in
the
Zend
directory
,
which
defines
Zend
'
s
API
.
You should also follow some sub-inclusions from these files; for
example, the ones relating to the Zend executor, the PHP
initialization file support, and such. After reading these files,
take the time to navigate around the package a little to see the
interdependencies of all files and modules - how they relate to
each other and especially how they make use of each other. This
also helps you to adapt to the coding style in which PHP is
authored. To extend PHP, you should quickly adapt to this style.