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

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc / manual.xml.in  /en/appendices extensions.xml  /en/reference/scream .cvsignor
From:       "Johannes Schlüter" <johannes () php ! net>
Date:       2009-02-26 22:23:44
Message-ID: cvsjohannes1235687024 () cvsserver
[Download RAW message or body]

johannes		Thu Feb 26 22:23:44 2009 UTC

  Added files:                 
    /phpdoc/en/reference/scream	.cvsignore book.xml configure.xml 
                               	examples.xml ini.xml setup.xml 

  Modified files:              
    /phpdoc	manual.xml.in 
    /phpdoc/en/appendices	extensions.xml 
  Log:
  Add pecl/scream docs
  
  
["johannes-20090226222344.txt" (text/plain)]

http://cvs.php.net/viewvc.cgi/phpdoc/manual.xml.in?r1=1.274&r2=1.275&diff_format=u
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.274 phpdoc/manual.xml.in:1.275
--- phpdoc/manual.xml.in:1.274	Wed Feb 25 23:04:17 2009
+++ phpdoc/manual.xml.in	Thu Feb 26 22:23:44 2009
@@ -2,7 +2,7 @@
 <!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
 "./docbook/docbook-xml/docbook.dtd" [
 
-<!-- $Revision: 1.274 $ -->
+<!-- $Revision: 1.275 $ -->
 <!-- We use xhtml entities all over the place -->
 <!ENTITY % xhtml-lat1        SYSTEM "./entities/ISO/xhtml1-lat1.ent">
 <!ENTITY % xhtml-symbol      SYSTEM "./entities/ISO/xhtml1-symbol.ent">
@@ -150,6 +150,7 @@
    &reference.inclued.book; 
    &reference.info.book;
    &reference.runkit.book;
+   &reference.scream.book;
   </set>
 
   <set xml:id="refs.utilspec.audio">
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/extensions.xml?r1=1.44&r2=1.45&diff_format=u
                
Index: phpdoc/en/appendices/extensions.xml
diff -u phpdoc/en/appendices/extensions.xml:1.44 \
                phpdoc/en/appendices/extensions.xml:1.45
--- phpdoc/en/appendices/extensions.xml:1.44	Wed Feb 25 23:04:17 2009
+++ phpdoc/en/appendices/extensions.xml	Thu Feb 26 22:23:44 2009
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.44 $ -->
+<!-- $Revision: 1.45 $ -->
 <!--
   DO NOT TRANSLATE THIS FILE! All the content that is displayed
   on the extension categorization page in your translated manual
@@ -141,6 +141,7 @@
    <listitem><simpara><xref linkend="book.runkit" /></simpara></listitem>
    <listitem><simpara><xref linkend="book.sam" /></simpara></listitem>
    <listitem><simpara><xref linkend="book.sca" /></simpara></listitem>
+   <listitem><simpara><xref linkend="book.scream" /></simpara></listitem>
    <listitem><simpara><xref linkend="book.sdo" /></simpara></listitem>
    <listitem><simpara><xref linkend="book.sdodasrel" /></simpara></listitem>
    <listitem><simpara><xref linkend="book.sdo-das-xml" /></simpara></listitem>

http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/scream/.cvsignore?view=markup&rev=1.1
                
Index: phpdoc/en/reference/scream/.cvsignore
+++ phpdoc/en/reference/scream/.cvsignore
entities.functions.xml


http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/scream/book.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/scream/book.xml
+++ phpdoc/en/reference/scream/book.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- Purpose: basic.php -->
<!-- Membership: pecl -->

<book xml:id="book.scream" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <title>Break the silence \
operator</title>  <titleabbrev>scream</titleabbrev>
 
 <preface xml:id="intro.scream">
  &reftitle.intro;
  <para>
   The scream extension gives the possibility to disable the silencing 
   <link linkend="language.operators.errorcontrol">error control operator</link> 
   so all errors are being reported. This feature is controlled by an ini setting.
  </para>
 </preface>
 
 &reference.scream.setup;
 &reference.scream.examples;

</book>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->


http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/scream/configure.xml?view=markup&rev=1.1
                
Index: phpdoc/en/reference/scream/configure.xml
+++ phpdoc/en/reference/scream/configure.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->

<section xml:id="scream.installation" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.install;

 <para>
  &pecl.info;
  <link xlink:href="&url.pecl.package;scream">&url.pecl.package;scream</link>
 </para>
 <para>
  The latest PECL/scream Win32 DLL is available here:
  <link xlink:href="&url.pecl.win.ext;php_scream.dll">php_scream.dll</link>
 </para>
 
</section>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->


http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/scream/examples.xml?view=markup&rev=1.1
                
Index: phpdoc/en/reference/scream/examples.xml
+++ phpdoc/en/reference/scream/examples.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->

<chapter xml:id="scream.examples" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.examples;

 <section xml:id='scream.examples-simple'>
  <title>Example that shows the effect of scream</title>
  <para>
   This example demonstrates how scream affects the behaviour of PHP's  error \
handler.  </para>
  <para>
   <example>
    <title>Enabling and disabling scream at runtime</title>
    <programlisting role="php">
<![CDATA[
<?php
// Make sure errors will be shown
ini_set('display_errors', true);
error_reporting(E_ALL);

// Disable scream - this is the default and produce an error
ini_set('scream.enabled', false);
echo "Opening http://example.com/not-existing-file\n";
@fopen('http://example.com/not-existing-file', 'r');

// Now enable scream and try again
ini_set('scream.enabled', true);
echo "Opening http://example.com/not-existing-file\n";
@fopen('http://example.com/another-not-existing-file', 'r');
?>
]]>
    </programlisting>
    &example.outputs.similar;
    <screen>
<![CDATA[
Opening http://example.com/not-existing-file
Opening http://example.com/not-existing-file

Warning: fopen(http://example.com/another-not-existing-file): failed to open stream: \
HTTP request failed! HTTP/1.1 404 Not Found in example.php on line 14 ]]>
    </screen>
   </example>
  </para>
  <note>
   <simpara>
    Usually you would set this in your <link linkend="configuration.file">php.ini \
configuration file</link>  instead of changing the code.
    </simpara>
  </note>
 </section>
</chapter>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->


http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/scream/ini.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/scream/ini.xml
+++ phpdoc/en/reference/scream/ini.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->

<section xml:id="scream.configuration" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.runtime;
 &extension.runtime;

 <para>
  <table>
   <title>scream &ConfigureOptions;</title>
   <tgroup cols="4">
    <thead>
     <row>
      <entry>&Name;</entry>
      <entry>&Default;</entry>
      <entry>&Changeable;</entry>
      <entry>Changelog</entry>
     </row>
    </thead>
    <tbody>
     <row>
      <entry><link linkend="ini.scream.enabled">scream.enabled</link></entry>
      <entry>Off</entry>
      <entry>PHP_INI_ALL</entry>
      <entry></entry>
     </row>
    </tbody>
   </tgroup>
  </table>

  &ini.php.constants;

 </para>
 
 &ini.descriptions.title;
 
 <para>
  <variablelist>

   <varlistentry xml:id="ini.scream.enabled">
    <term>
     <parameter>scream.enabled</parameter>
     <type>int</type>
    </term>
    <listitem>
     <para>
      Whether or not to enable scream.
     </para>
    </listitem>
   </varlistentry>

  </variablelist>
 </para>
</section>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->


http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/scream/setup.xml?view=markup&rev=1.1
                
Index: phpdoc/en/reference/scream/setup.xml
+++ phpdoc/en/reference/scream/setup.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->

<chapter xml:id="scream.setup" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.setup;

 <section xml:id="sceam.requirements">
  &reftitle.required;
  <para>
   PHP version 5.2.0 or greater.
  </para>
 </section>

 &reference.scream.configure;
 &reference.scream.ini;

 <section xml:id="scream.resources">
  &reftitle.resources;
  &no.resource;
 </section>

</chapter>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->



-- 
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