mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- Add missing constant. (bug #29727).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166759 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6daf29eb1a
commit
f7f6395bb0
1 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<section id="curl.constants">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
|
@ -1266,6 +1266,19 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>CURLOPT_PROXYAUTH</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
|
|
Loading…
Reference in a new issue