mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332752 c90b9560-bf6c-de11-be94-00142212c4b1
66 lines
3.3 KiB
XML
66 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<!--
|
|
&internals2.intro;
|
|
&internals2.memory.index; management, persistence, TSRM
|
|
&internals2.variables.index; zval, hashtable, references, constants
|
|
&internals2.funcs.index; defining, arguments, return values, passthru, aliasing, exceptions
|
|
&internals2.objects.index; classes, inheritance, properties, methods, method-function mapping
|
|
&internals2.resources.index; defining, creating, retrieving, destroying
|
|
&internals2.ini.index; defining, retrieving, changing
|
|
&internals2.streams.index; using, wrappers, contexts, filters
|
|
&internals2.pdo.index; direct port of existing PDO docs
|
|
&internals2.faq.index; FAQ
|
|
&internals2.counter; The counter example extension
|
|
&internals2.buildsys.index; configure options, ext_skel, config.m4, config.w32, static vs. dynamic builds
|
|
&internals2.structure.index; ext_skel, module structure, globals, lifecycle, tests
|
|
&internals2.apiref.index; full index of all APIs, constants, macros, etc.
|
|
&internals2.ze1.index; old docs, quick list of major differences, short discussion re: OOP
|
|
-->
|
|
|
|
<preface xml:id="internals2.preface" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook">
|
|
<title>Preface</title>
|
|
|
|
<simpara>
|
|
This section of the manual is written for the <code>Hacker</code>: someone thinking about getting their hands dirty, someone who wants an understanding of internals in order to advance their PHP skills, or maybe someone looking to write the next best extension. Whatever the reason, this section will seek to provide a good understanding of the internals of PHP, how to write extensions, how to understand existing code containing mystical macros. All of the important internal functionality is documented here, enough anyway to convince you to read the source.
|
|
</simpara>
|
|
|
|
<simpara>
|
|
Out of necessity, this section assumes the reader has a working knowledge of the C programming language, and associated tools, like compilers and terminal emulators and the like. You don't need to be the next Alan Turing, but a working knowledge is none the less essential for this section to be of any use. With just that working knowledge, this section should be enough to get you well on the way to earning the title <code>Hacker</code>, and you do have to earn it.
|
|
</simpara>
|
|
|
|
<simpara>
|
|
The documentation in this section is current as of PHP 5.3.3, deviations in API functionality are duly noted in the appropriate sections.
|
|
</simpara>
|
|
|
|
<warning>
|
|
<simpara>
|
|
This documentation is still under development. The original Zend documentation is preserved in its entirety in the
|
|
<link linkend="internals2.ze1">Zend Engine 1</link> section for those who
|
|
need it before this documentation is completed.
|
|
</simpara>
|
|
</warning>
|
|
|
|
</preface>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|