diff --git a/chapters/config.xml b/chapters/config.xml index fc2415b1dd..1fdaf8d25a 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -178,7 +178,7 @@ include_path = ".;c:\php\lib" This option enables the URL-aware fopen wrappers that enable accessing URL object like files. Default wrappers are provided for - the access of remote files + the access of remote files using the ftp or http protocol, some extensions like zlib may register additional wrappers. @@ -189,7 +189,7 @@ include_path = ".;c:\php\lib" 4.0.3. For versions up to and including 4.0.3 you can only disable this feature at compile time by using the configuration switch - --disable-url-fopen-wrapper. + --disable-url-fopen-wrapper. @@ -215,13 +215,13 @@ include_path = ".;c:\php\lib" the usual <?php ?> tags. This includes the variable-value printing shorthand of <%= $value %>. For more information, see Escaping from HTML. + linkend="language.basic-syntax.phpmode">Escaping from HTML. - Support for ASP-style tags was added in 3.0.4. - + Support for ASP-style tags was added in 3.0.4. + @@ -593,7 +593,7 @@ include_path = ".;c:\php\lib" - + Windows include_path @@ -601,7 +601,7 @@ include_path=.:/home/httpd/php-lib - + The default value for this directive is . (only the current directory). @@ -725,11 +725,11 @@ include_path=".;c:\www\phplib" Tells PHP whether to declare the argv & argc variables - (that would contain the GET information). - - - See also command line. - Also, this directive became available in PHP 4.0.0 and + (that would contain the GET information). + + + See also command line. + Also, this directive became available in PHP 4.0.0 and was always "on" before that. @@ -1104,96 +1104,6 @@ include_path=".;c:\www\phplib" - - mSQL Configuration Directives - - - - - msql.allow_persistent - boolean - - - - Whether to allow persistent mSQL connections. - - - - - - - msql.max_persistent - integer - - - - The maximum number of persistent mSQL connections per process. - - - - - - - msql.max_links - integer - - - - The maximum number of mSQL connections per process, including - persistent connections. - - - - - - - - - Postgres Configuration Directives - - - - - pgsql.allow_persistent - boolean - - - - Whether to allow persistent Postgres connections. - - - - - - - pgsql.max_persistent - integer - - - - The maximum number of persistent Postgres connections per - process. - - - - - - - pgsql.max_links - integer - - - - The maximum number of Postgres connections per process, - including persistent connections. - - - - - - - - SESAM Configuration Directives @@ -1235,7 +1145,7 @@ CNF=B NAM=K NOTYPE ]]> - + @@ -1472,79 +1382,6 @@ NOTYPE - - Multi-Byte String Configuration Directives - - - - - mbstring.internal_encoding - string - - - - mbstring.internal_encoding defines default - internal character encoding. - - - - - - - mbstring.http_input - string - - - - mbstring.http_input defines default - HTTP input character encoding. - - - - - - - mbstring.http_output - string - - - - mbstring.http_output defines default - HTTP output character encoding. - - - - - - - mbstring.detect_order - string - - - - mbstring.detect_order defines default - character encoding detection order. - - - - - - - mbstring.substitute_character - string - - - - mbstring.substitute_character defines - character to substitute for invalid character codes. - - - - - - - -