irchtml Tue Mar 9 05:38:14 2004 EDT
Modified files:
/phpdoc/en/reference/array/functions extract.xml
/phpdoc/en/reference/hwapi/functions hwapi-attribute-key.xml
hwapi-attribute-value.xml
hwapi-attribute-values.xml
hwapi-content-mimetype.xml
hwapi-error-count.xml
hwapi-error-reason.xml
hwapi-reason-description.xml
hwapi-reason-type.xml
/phpdoc/en/reference/soap/functions SoapClient-getFunctions.xml
SoapClient-getLastRequest.xml
SoapClient-getLastResponse.xml
SoapClient-getTypes.xml
SoapServer-getFunctions.xml
Log:
extract: minor revision
others: use <void/>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/extract.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/array/functions/extract.xml
diff -u phpdoc/en/reference/array/functions/extract.xml:1.14
phpdoc/en/reference/array/functions/extract.xml:1.15
--- phpdoc/en/reference/array/functions/extract.xml:1.14 Fri Jan 30 13:18:47
2004
+++ phpdoc/en/reference/array/functions/extract.xml Tue Mar 9 05:38:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.extract">
<refnamediv>
@@ -33,7 +33,7 @@
</note>
<note>
<para>
- <constant>EXTR_IF_EXISTS</constant> and
<constant>EXTR_PREFIX_IF_EXISTS</constant> was introduced in version 4.2.0.
+ <constant>EXTR_IF_EXISTS</constant> and
<constant>EXTR_PREFIX_IF_EXISTS</constant> were introduced in version 4.2.0.
</para>
</note>
<note>
@@ -149,14 +149,17 @@
</para>
<warning>
<para>
- Do not use extract on untrusted data, like user-input ($_GET, ...).
- If you do it, for example if you want to run old code that relies on
+ Do not use <function>extract</function> on untrusted data, like
+ user-input ($_GET, ...). If you do, for example, if you want to run old
+ code that relies on
<link linkend="security.registerglobals">register_globals</link>
temporarily, make sure you use one of the non-overwriting
- <parameter>extract_type</parameter> values like EXTR_SKIP, and be aware
- that you should now extract <varname>$_SERVER</varname>,
- <varname>$_SESSION</varname>, <varname>$_COOKIE</varname>,
- <varname>$_POST</varname> and <varname>$_GET</varname> in that order.
+ <parameter>extract_type</parameter> values like <constant>EXTR_SKIP</constant>
+ and be aware that you should extract <varname>$_GET</varname>,
+ <varname>$_POST</varname>, <varname>$_COOKIE</varname>,
+ <varname>$_SESSION</varname> and <varname>$_SERVER</varname> in that order
+ when using an overwriting <parameter>extract_type</parameter> or in
+ reverse order when using a non-overwriting type.
</para>
</warning>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-attribute-key.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-attribute-key.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-attribute-key.xml:1.4
phpdoc/en/reference/hwapi/functions/hwapi-attribute-key.xml:1.5
--- phpdoc/en/reference/hwapi/functions/hwapi-attribute-key.xml:1.4 Mon Jun 2
13:00:51 2003
+++ phpdoc/en/reference/hwapi/functions/hwapi-attribute-key.xml Tue Mar 9 05:38:12
2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
<refentry id="function.hwapi-attribute-key">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>key</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
Returns the name of the attribute.
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-attribute-value.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-attribute-value.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-attribute-value.xml:1.4
phpdoc/en/reference/hwapi/functions/hwapi-attribute-value.xml:1.5
--- phpdoc/en/reference/hwapi/functions/hwapi-attribute-value.xml:1.4 Mon Jun 2
13:00:51 2003
+++ phpdoc/en/reference/hwapi/functions/hwapi-attribute-value.xml Tue Mar 9
05:38:12 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
<refentry id="function.hwapi-attribute-value">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>value</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
Returns the value of the attribute.
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-attribute-values.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-attribute-values.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-attribute-values.xml:1.4
phpdoc/en/reference/hwapi/functions/hwapi-attribute-values.xml:1.5
--- phpdoc/en/reference/hwapi/functions/hwapi-attribute-values.xml:1.4 Mon Jun 2
13:00:51 2003
+++ phpdoc/en/reference/hwapi/functions/hwapi-attribute-values.xml Tue Mar 9
05:38:12 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
<refentry id="function.hwapi-attribute-values">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>values</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
Returns all values of the attribute as an array of strings.
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-content-mimetype.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-content-mimetype.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-content-mimetype.xml:1.4
phpdoc/en/reference/hwapi/functions/hwapi-content-mimetype.xml:1.5
--- phpdoc/en/reference/hwapi/functions/hwapi-content-mimetype.xml:1.4 Mon Jun 2
13:00:51 2003
+++ phpdoc/en/reference/hwapi/functions/hwapi-content-mimetype.xml Tue Mar 9
05:38:12 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
<refentry id="function.hwapi-content-mimetype">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>mimetype</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
Returns the mimetype of the content.
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-error-count.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-error-count.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-error-count.xml:1.4
phpdoc/en/reference/hwapi/functions/hwapi-error-count.xml:1.5
--- phpdoc/en/reference/hwapi/functions/hwapi-error-count.xml:1.4 Mon Jun 2
13:00:51 2003
+++ phpdoc/en/reference/hwapi/functions/hwapi-error-count.xml Tue Mar 9 05:38:12
2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
<refentry id="function.hwapi-error-count">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>count</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
Returns the number of error reasons.
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-error-reason.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-error-reason.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-error-reason.xml:1.4
phpdoc/en/reference/hwapi/functions/hwapi-error-reason.xml:1.5
--- phpdoc/en/reference/hwapi/functions/hwapi-error-reason.xml:1.4 Mon Jun 2
13:00:51 2003
+++ phpdoc/en/reference/hwapi/functions/hwapi-error-reason.xml Tue Mar 9 05:38:12
2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
<refentry id="function.hwapi-error-reason">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>object</type><methodname>reason</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
Returns the first error reason.
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-reason-description.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-reason-description.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-reason-description.xml:1.4
phpdoc/en/reference/hwapi/functions/hwapi-reason-description.xml:1.5
--- phpdoc/en/reference/hwapi/functions/hwapi-reason-description.xml:1.4 Mon
Jun 2 13:00:51 2003
+++ phpdoc/en/reference/hwapi/functions/hwapi-reason-description.xml Tue Mar 9
05:38:12 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
<refentry id="function.hwapi-reason-description">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>description</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
Returns the description of a reason
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-reason-type.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-reason-type.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-reason-type.xml:1.4
phpdoc/en/reference/hwapi/functions/hwapi-reason-type.xml:1.5
--- phpdoc/en/reference/hwapi/functions/hwapi-reason-type.xml:1.4 Mon Jun 2
13:00:51 2003
+++ phpdoc/en/reference/hwapi/functions/hwapi-reason-type.xml Tue Mar 9 05:38:12
2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
<refentry id="function.hwapi-reason-type">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>object</type><methodname>type</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
Returns the type of a reason.
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapClient-getFunctions.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/soap/functions/SoapClient-getFunctions.xml
diff -u phpdoc/en/reference/soap/functions/SoapClient-getFunctions.xml:1.1
phpdoc/en/reference/soap/functions/SoapClient-getFunctions.xml:1.2
--- phpdoc/en/reference/soap/functions/SoapClient-getFunctions.xml:1.1 Thu Mar 4
12:07:20 2004
+++ phpdoc/en/reference/soap/functions/SoapClient-getFunctions.xml Tue Mar 9
05:38:13 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.SoapClient-getFunctions">
<refnamediv>
<refname>SoapClient::__getFunctions</refname>
@@ -11,7 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>SoapClient::__getFunctions</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
This function works only in WSDL mode.
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapClient-getLastRequest.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/soap/functions/SoapClient-getLastRequest.xml
diff -u phpdoc/en/reference/soap/functions/SoapClient-getLastRequest.xml:1.1
phpdoc/en/reference/soap/functions/SoapClient-getLastRequest.xml:1.2
--- phpdoc/en/reference/soap/functions/SoapClient-getLastRequest.xml:1.1 Thu
Mar 4 12:07:20 2004
+++ phpdoc/en/reference/soap/functions/SoapClient-getLastRequest.xml Tue Mar 9
05:38:13 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.SoapClient-getLastRequest">
<refnamediv>
<refname>SoapClient::__getLastRequest</refname>
@@ -11,7 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>SoapClient::__getLastRequest</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
This function works only with SoapClient which was created with
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapClient-getLastResponse.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/soap/functions/SoapClient-getLastResponse.xml
diff -u phpdoc/en/reference/soap/functions/SoapClient-getLastResponse.xml:1.1
phpdoc/en/reference/soap/functions/SoapClient-getLastResponse.xml:1.2
--- phpdoc/en/reference/soap/functions/SoapClient-getLastResponse.xml:1.1 Thu
Mar 4 12:07:20 2004
+++ phpdoc/en/reference/soap/functions/SoapClient-getLastResponse.xml Tue Mar 9
05:38:14 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.SoapClient-getLastResponse">
<refnamediv>
<refname>SoapClient::__getLastResponse</refname>
@@ -11,7 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>object</type><methodname>SoapClient::__getLastResponse</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
This function works only with SoapClient which was created with
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapClient-getTypes.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/soap/functions/SoapClient-getTypes.xml
diff -u phpdoc/en/reference/soap/functions/SoapClient-getTypes.xml:1.1
phpdoc/en/reference/soap/functions/SoapClient-getTypes.xml:1.2
--- phpdoc/en/reference/soap/functions/SoapClient-getTypes.xml:1.1 Thu Mar 4
12:07:20 2004
+++ phpdoc/en/reference/soap/functions/SoapClient-getTypes.xml Tue Mar 9 05:38:14
2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.SoapClient-getTypes">
<refnamediv>
<refname>SoapClient::__getTypes</refname>
@@ -11,7 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>SoapClient::__getTypes</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
This function works only in WSDL mode.
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapServer-getFunctions.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/soap/functions/SoapServer-getFunctions.xml
diff -u phpdoc/en/reference/soap/functions/SoapServer-getFunctions.xml:1.3
phpdoc/en/reference/soap/functions/SoapServer-getFunctions.xml:1.4
--- phpdoc/en/reference/soap/functions/SoapServer-getFunctions.xml:1.3 Fri Feb 27
11:36:36 2004
+++ phpdoc/en/reference/soap/functions/SoapServer-getFunctions.xml Tue Mar 9
05:38:14 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.SoapServer-getFunctions">
<refnamediv>
<refname>SoapServer::getFunctions</refname>
@@ -11,7 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>SoapServer::getFunctions</methodname>
- <methodparam><type>void</type><parameter></parameter></methodparam>
+ <void/>
</methodsynopsis>
<para>
This functions returns the list of all functions which was added by