[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/apd/functions/_apd-clunk.xml_apd-croak.xml_apd-s
From:       Chris_Wright <daverandom () php ! net>
Date:       2013-09-18 13:50:29
Message-ID: svn-daverandom-1379512229-331432-183534611 () svn ! php ! net
[Download RAW message or body]

daverandom                               Wed, 18 Sep 2013 13:50:29 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=331432

Log:
Fix missingInitializer errors in APD

Changed paths:
    U   phpdoc/en/trunk/reference/apd/functions/apd-clunk.xml
    U   phpdoc/en/trunk/reference/apd/functions/apd-croak.xml
    U   phpdoc/en/trunk/reference/apd/functions/apd-set-pprof-trace.xml
    U   phpdoc/en/trunk/reference/apd/functions/apd-set-session-trace.xml

Modified: phpdoc/en/trunk/reference/apd/functions/apd-clunk.xml
===================================================================
--- phpdoc/en/trunk/reference/apd/functions/apd-clunk.xml	2013-09-18 13:42:02 UTC \
                (rev 331431)
+++ phpdoc/en/trunk/reference/apd/functions/apd-clunk.xml	2013-09-18 13:50:29 UTC \
(rev 331432) @@ -10,7 +10,7 @@
   <methodsynopsis>
    <type>void</type><methodname>apd_clunk</methodname>
    <methodparam><type>string</type><parameter>warning</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>delimiter</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>delimiter</parameter><initializer>&quot;&lt;BR \
/&gt;&quot;</initializer></methodparam>  </methodsynopsis>
   <para>
    Behaves like perl's <literal>Carp::cluck</literal>. Throw a warning and a \
callstack.

Modified: phpdoc/en/trunk/reference/apd/functions/apd-croak.xml
===================================================================
--- phpdoc/en/trunk/reference/apd/functions/apd-croak.xml	2013-09-18 13:42:02 UTC \
                (rev 331431)
+++ phpdoc/en/trunk/reference/apd/functions/apd-croak.xml	2013-09-18 13:50:29 UTC \
(rev 331432) @@ -10,7 +10,7 @@
   <methodsynopsis>
    <type>void</type><methodname>apd_croak</methodname>
    <methodparam><type>string</type><parameter>warning</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>delimiter</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>delimiter</parameter><initializer>&quot;&lt;BR \
/&gt;&quot;</initializer></methodparam>  </methodsynopsis>
   <para>
    Behaves like perl's <literal>Carp::croak</literal>. Throw an error, a callstack \
and then

Modified: phpdoc/en/trunk/reference/apd/functions/apd-set-pprof-trace.xml
===================================================================
--- phpdoc/en/trunk/reference/apd/functions/apd-set-pprof-trace.xml	2013-09-18 \
                13:42:02 UTC (rev 331431)
+++ phpdoc/en/trunk/reference/apd/functions/apd-set-pprof-trace.xml	2013-09-18 \
13:50:29 UTC (rev 331432) @@ -9,7 +9,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>string</type><methodname>apd_set_pprof_trace</methodname>
-   <methodparam choice="opt"><type>string</type><parameter>dump_directory</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>dump_directory</parameter><initializer>ini_get(&quot;apd.dumpdir&quot;)</initializer></methodparam>
  <methodparam choice="opt"><type>string</type><parameter>fragment</parameter><initializer>"pprof"</initializer></methodparam>
  </methodsynopsis>
   <para>

Modified: phpdoc/en/trunk/reference/apd/functions/apd-set-session-trace.xml
===================================================================
--- phpdoc/en/trunk/reference/apd/functions/apd-set-session-trace.xml	2013-09-18 \
                13:42:02 UTC (rev 331431)
+++ phpdoc/en/trunk/reference/apd/functions/apd-set-session-trace.xml	2013-09-18 \
13:50:29 UTC (rev 331432) @@ -10,7 +10,7 @@
   <methodsynopsis>
    <type>void</type><methodname>apd_set_session_trace</methodname>
    <methodparam><type>int</type><parameter>debug_level</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>dump_directory</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>dump_directory</parameter><initializer>ini_get(&quot;apd.dumpdir&quot;)</initializer></methodparam>
  </methodsynopsis>
   <para>
    Starts debugging to <filename>apd_dump_{process_id}</filename> in the



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic