jim winstead
83952b5075
format notes using <note> and <warning> as appropriate
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65518 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-17 22:53:19 +00:00
Hartmut Holzgraefe
034533bf75
added skeleton for missing function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65156 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-15 14:37:18 +00:00
Hartmut Holzgraefe
3747b34a1b
hope this solves the tabs vs. blanks issues once and for all
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64852 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 20:47:43 +00:00
Hartmut Holzgraefe
4a6f22f50a
started to wrap up all <programlisting> environments
...
in CDATA sections to allow verbatim examples
having to use entities for &, < and > makes the code
hard to read and errors might slip in during the
process, so the two extra lines should be worth the effort
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62672 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-18 03:07:18 +00:00
Hartmut Holzgraefe
9410c19fda
added version attribute to <?xml tags
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61864 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-10 21:49:43 +00:00
Jeroen van Wolffelaar
8a13500b1b
WS
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58019 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-22 01:22:45 +00:00
Jeroen van Wolffelaar
6ae3b9dba5
Fix modelines for VI(M) for the manual (en).
...
Syntax for vim < 6 is set to sgml, because xml is not recognizing tag-names.
This was discussed before, and this turned out to be best for all vi(m)
versions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57993 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-21 22:47:49 +00:00
Gabor Hojtsy
4f1834c50f
External parsed entities _should_ each begin with a text declaration.
...
See: http://www.w3.org/TR/2000/REC-xml-20001006#sec-TextDecl
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55418 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-19 11:42:10 +00:00
Gabor Hojtsy
0841a9c4d8
Lowercase all function names
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55316 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-18 13:34:49 +00:00
Jeroen van Wolffelaar
7915a6c933
Added Revision tag on top of most xml files in en-tree
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53059 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-02 17:37:51 +00:00
Damien Seguy
80eae3546c
Added introduction.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51386 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-13 07:31:37 +00:00
Jeroen van Wolffelaar
9826de0aa8
Fixed (hopefully last) error in script. Damn regex.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50798 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-07 21:57:31 +00:00
Jeroen van Wolffelaar
db09591bd8
Processed the en-tree with the new script, which leaves text inside <programlisting> alone.
...
I hope it's okay now...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50794 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-07 21:27:21 +00:00
Jeroen van Wolffelaar
308ffe41f2
Changed true, false and null to &true;, &false; and &null;
...
Probably this isn't correct at some places, but in the majority
it is.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50762 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-07 18:42:46 +00:00
Jeroen van Wolffelaar
b46f2d8e82
- corrected case for functions so
...
references work.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47886 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:39:20 +00:00
Stanislav Malyshev
347b31d4d9
Try to put a better example of EscapeShellCmd usage
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32024 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-05 17:35:42 +00:00
Rasmus Lerdorf
1ecd806046
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32023 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-05 16:59:34 +00:00
Rasmus Lerdorf
a9d43eed28
Document EscapeShellArg
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32022 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-05 16:56:08 +00:00
Manuel Lemos
0a0c8bbbcd
Added note on leaving programs running on the background from exec(),
...
system() and passthru() without making PHP hang until the execution of the
programs is finished.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27978 c90b9560-bf6c-de11-be94-00142212c4b1
2000-07-10 05:15:38 +00:00
Hartmut Holzgraefe
03d573b73d
added <funcprototype> sections in every <funcsynopsis>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26878 c90b9560-bf6c-de11-be94-00142212c4b1
2000-06-24 07:38:45 +00:00
Egon Schmid
036eaef972
Some cosmetic changes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@19571 c90b9560-bf6c-de11-be94-00142212c4b1
2000-02-11 20:24:50 +00:00
Egon Schmid
aee9fb6e49
Need some assistence from the XEmacs psgml.mode.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@19570 c90b9560-bf6c-de11-be94-00142212c4b1
2000-02-11 20:17:47 +00:00
Andrei Zmievski
4fc916f397
Fix passthru() return type.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@19565 c90b9560-bf6c-de11-be94-00142212c4b1
2000-02-11 19:18:23 +00:00
Stig Bakken
c8f33da553
Merged the dev_xml branch into the main trunk.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@16980 c90b9560-bf6c-de11-be94-00142212c4b1
1999-12-10 00:34:45 +00:00