reference/runkit7/book.xml
68c2c871505aadf983f16113c5b077b335ce8d76
...
...
@@ -0,0 +1,48 @@
1
+
<?xml version="1.0" encoding="utf-8"?>
2
+
<!-- $Revision$ -->
3
+

4
+
<book xml:id="book.runkit7" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
<?phpdoc extension-membership="pecl" ?>
6
+
<title>runkit7</title>
7
+
<titleabbrev>runkit7</titleabbrev>
8
+

9
+
<preface xml:id="intro.runkit7">
10
+
&reftitle.intro;
11
+
<simpara>
12
+
The runkit7 extension provides means to modify constants,
13
+
user-defined functions, and user-defined classes.
14
+
It also provides for custom superglobal variables.
15
+
</simpara>
16
+

17
+
<simpara>
18
+
This package is a fork of the
19
+
<link xlink:href="&url.pecl.package;runkit">runkit</link> package providing PHP 7 support.
20
+
</simpara>
21
+
</preface>
22
+

23
+
&reference.runkit7.setup;
24
+
&reference.runkit7.constants;
25
+
&reference.runkit7.reference;
26
+

27
+
</book>
28
+

29
+
<!-- Keep this comment at the end of the file
30
+
Local variables:
31
+
mode: sgml
32
+
sgml-omittag:t
33
+
sgml-shorttag:t
34
+
sgml-minimize-attributes:nil
35
+
sgml-always-quote-attributes:t
36
+
sgml-indent-step:1
37
+
sgml-indent-data:t
38
+
indent-tabs-mode:nil
39
+
sgml-parent-document:nil
40
+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
41
+
sgml-exposed-tags:nil
42
+
sgml-local-catalogs:nil
43
+
sgml-local-ecat-files:nil
44
+
End:
45
+
vim600: syn=xml fen fdm=syntax fdl=2 si
46
+
vim: et tw=78 syn=sgml
47
+
vi: ts=1 sw=1
48
+
-->
0
49