Commit graph

24 commits

Author SHA1 Message Date
jim winstead
0bf1036199 can use object/method callbacks
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65795 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-20 23:59:02 +00:00
Hartmut Holzgraefe
0fb86ee5f5 added skeletons for missing functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65492 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-17 21:07:17 +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
Friedhelm Betz
535c21f790 more CDATA fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63122 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-23 17:59:34 +00:00
Hartmut Holzgraefe
65a93a86a8 last bunch of <programlisting>/CDATA changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62977 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-21 23:05:19 +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
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
d3187ecb5b 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@55419 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-19 11:47:45 +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
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
James Moore
394d106b1f Changing more pass by refs errors for backwards compatibility
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38550 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-03 20:20:36 +00:00
Jesus M. Castagnetto
49ae6f9361 Fixed entities in examples s/>/&gt;/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34726 c90b9560-bf6c-de11-be94-00142212c4b1
2000-10-28 06:41:22 +00:00
Jesus M. Castagnetto
c2bda31ea3 Fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30695 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-21 08:02:45 +00:00
Jesus M. Castagnetto
88a84a2461 Documentation and examples of xml_parse_into_struct
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30694 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-21 08:01:40 +00:00
Jon Parise
5c29f5d66f Make note of the xml_set_object function in the sections dealing with
object/method handlers.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29222 c90b9560-bf6c-de11-be94-00142212c4b1
2000-07-27 17:15:16 +00:00
Egon Schmid
1d9e0405ca Some typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28228 c90b9560-bf6c-de11-be94-00142212c4b1
2000-07-13 17:59:07 +00:00
Stefan Livieratos
bdefbeb6bb Small corrections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27867 c90b9560-bf6c-de11-be94-00142212c4b1
2000-07-08 13:50:19 +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
Uwe Steinmann
218778b6cb - attributes of element are given to handler as an array not a string
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@25786 c90b9560-bf6c-de11-be94-00142212c4b1
2000-06-08 19:02:06 +00:00
Stig Bakken
2e166c0236 Removed the Adabas and Solid sections from the manual, they have not been
supported in a long time.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@20645 c90b9560-bf6c-de11-be94-00142212c4b1
2000-02-28 03:40:33 +00:00
Egon Schmid
b0bc1fa835 Enhanced a little bit.
merry six-mas to all.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17924 c90b9560-bf6c-de11-be94-00142212c4b1
1999-12-25 08:47:51 +00:00
Torben Wilson
195e0588f7 These weren't finding manual.ced when ref'd by "../../manual.ced"; the
linked one works.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17018 c90b9560-bf6c-de11-be94-00142212c4b1
1999-12-11 00:42:09 +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
Renamed from functions/xml.sgml (Browse further)