mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove bogus ini entries. document sysvshm.init_mem
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272053 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bca6c27158
commit
a1a8bd784e
1 changed files with 27 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<section xml:id="sem.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -17,22 +17,39 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>sysvmsg.value</entry>
|
||||
<entry>"42"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sysvmsg.string</entry>
|
||||
<entry>"foobar"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>sysvshm.init_mem</entry>
|
||||
<entry>10000</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
||||
&ini.php.constants;
|
||||
|
||||
</para>
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
||||
<para>
|
||||
<variablelist>
|
||||
|
||||
<varlistentry xml:id="ini.sysvshm.init-mem">
|
||||
<term>
|
||||
<parameter>theini_option</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
A default size of the shared memory segment.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue