# PHP-Internals-Book **Repository Path**: statx/PHP-Internals-Book ## Basic Information - **Project Name**: PHP-Internals-Book - **Description**: https://github.com/phpinternalsbook/PHP-Internals-Book.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-31 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PHP-Internals-Book ================== Document format: RST -------------------- The book is written using ReStructured Text and generated using Sphinx. * RST manual: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html * RST quickref: http://docutils.sourceforge.net/docs/user/rst/quickref.html * Sphinx manual: https://www.sphinx-doc.org/en/master/ Coding style ------------ The following "coding style" applies to the written text, not to the included code. * The maximum line-width for text is 120 characters. * The maximum line-width for code is 98 characters. Including the four space indentation this would be a limit of 102 characters. This is a hard limit that prevents overflows in the PDF version. * Indentation uses four spaces. * Lines should not have trailing whitespace. * Punctuation like `?`, `!` or `:` should directly follow after the word (e.g. `foo:` rather than `foo :`). Domains ------- These domains have been bought by Anthony to publish info about the book: * phpinternalsbook.com * phpcorebook.com * insidephpbook.com Only the first domain is currently in use. Authors ------- * Julien Pauli: jpauli@php.net * Nikita Popov: nikic@php.net * Anthony Ferrara: ircmaxell@php.net