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

- clearly separate the Apache 2 CGI and SAPI install instructions - add small and big compatibility snippets appropriately, so we can reference them in both the Windows and Unix install instructions - move title snippets to language-defs, as it is supposed to be there - also wrap tidy snippet to make it conform git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160564 c90b9560-bf6c-de11-be94-00142212c4b1
37 lines
1.8 KiB
Text
37 lines
1.8 KiB
Text
<!-- $Revision$ -->
|
|
|
|
<!-- Part titles used mostly in manual.xml itself -->
|
|
<!ENTITY PHPManual "PHP Manual">
|
|
<!ENTITY Date "Date:">
|
|
<!ENTITY GettingStarted "Getting Started">
|
|
<!ENTITY Installation "Installation">
|
|
<!ENTITY LanguageReference "Language Reference">
|
|
<!ENTITY Features "Features">
|
|
<!ENTITY Security "Security">
|
|
<!ENTITY FunctionReference "Function Reference">
|
|
<!ENTITY Appendixes "Appendixes">
|
|
<!ENTITY PEAR "PEAR: the PHP Extension and Application Repository">
|
|
<!ENTITY FAQ "FAQ: Frequently Asked Questions">
|
|
<!ENTITY FAQabbrev "FAQ">
|
|
<!ENTITY api "PHP API: Interfaces for extension writers">
|
|
<!ENTITY apiabbrev "PHP API">
|
|
<!ENTITY FunctionIndex "Function Index">
|
|
<!ENTITY CHMEdition "HTML Help Edition">
|
|
<!ENTITY ReservedConstants "Predefined Constants">
|
|
<!ENTITY MissingStuff "Missing Stuff">
|
|
|
|
<!-- These are used in reference/$extname/reference.xml and other
|
|
supplemental files to mark section titles -->
|
|
<!ENTITY reftitle.intro '<title>Introduction</title>'>
|
|
<!ENTITY reftitle.required '<title>Requirements</title>'>
|
|
<!ENTITY reftitle.install '<title>Installation</title>'>
|
|
<!ENTITY reftitle.runtime '<title>Runtime Configuration</title>'>
|
|
<!ENTITY reftitle.resources '<title>Resource Types</title>'>
|
|
<!ENTITY reftitle.constants '<title>Predefined Constants</title>'>
|
|
<!ENTITY reftitle.classes '<title>Predefined Classes</title>'>
|
|
<!ENTITY reftitle.constructor '<title>Constructor</title>'>
|
|
<!ENTITY reftitle.methods '<title>Methods</title>'>
|
|
<!ENTITY reftitle.properties '<title>Properties</title>'>
|
|
<!ENTITY reftitle.returnvalues '<title>Return values</title>'>
|
|
<!ENTITY reftitle.examples '<title>Examples</title>'>
|
|
<!ENTITY reftitle.seealso '<title>See Also</title>'>
|