Commit graph

29 commits

Author SHA1 Message Date
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
dc0121e248 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283814 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 07:21:14 +00:00
Hannes Magnusson
b499efb673 Use the &Functions; entity (patch by Felipe)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248985 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-25 23:41:33 +00:00
Hannes Magnusson
a907f0aaa2 MFB: Upgrade to the new-reference-structure
- (Created missing setup sections in setup.xml, if any)
 - Moved the intro to book.xml
 - Changed the intro ID from <extname>.intro to intro.<extname>
 - Changed configuration.xml to be an section
 - Changed constants.xml to be an appendix
 - Changed install.xml to be an section
 - Moved the requirements section from install.xml to setup.xml
 - Moved the requirement note in the classess.http section to setup.xml (and removed the rest of the section, including the ID)
 - Renamed the functions.http ID to http.functions
 - Changed request-options.xml to be an appendix
 - Changed resources.xml to be an section


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248777 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-22 16:56:27 +00:00
Hannes Magnusson
0258a77f1e MFB: Rename "functions.xml" to entities.<dirname>.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Michael Wallner
848e16b5a6 - reviewed functions/encodings and functions/misc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233739 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-13 18:11:10 +00:00
Michael Wallner
5f117dfcb5 - updates on "exits with"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232944 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-29 17:49:01 +00:00
Michael Wallner
13bc200300 - add http_persistent_handles_clean()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232926 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-29 15:32:53 +00:00
Michael Wallner
2e8591032a - add persistent handles API
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232832 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-28 06:33:29 +00:00
Michael Wallner
a95704aa31 - no need to wrap <function/>s into <link/>s
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232714 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-27 10:18:05 +00:00
Michael Wallner
0018590775 - minor updates
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232712 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-27 10:13:49 +00:00
Hannes Magnusson
3e5a0d5193 Fix markup (see bug#40723)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232576 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-25 16:46:48 +00:00
Philip Olson
a6de6ef7af Fixed build, ref.http is "special" (added resources via bug #31733)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@231134 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-04 08:38:38 +00:00
Martin Samesch
7c0d31c069 Fix (see #31733)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@231094 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-03 22:12:01 +00:00
Mehdi Achour
b98d44380f Fix function name: s/ctype/content_type/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230073 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-17 15:56:04 +00:00
Philip Olson
009395cfbc Miscellaneous formatting as per our guidelines:
Ex: windows->Windows, commandline->command line, webserver->web server
# Sorry translators, but it needed to be done


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229834 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-15 09:24:37 +00:00
Dave Barr
e86398e2cb - Typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219619 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-08 08:48:16 +00:00
TAKAGI Masahiro
4055e159f4 added an entry for HttpResponse class.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217582 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-06 04:48:10 +00:00
TAKAGI Masahiro
ed6977a96c typo fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217135 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-27 03:29:39 +00:00
Michael Wallner
0871421b19 - yehaa, pecl/http docs -- still lotta fill out though
# previous functions moved as discussed


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@216966 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-24 11:01:55 +00:00
Nuno Lopes
b069a314a4 add tagging
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195136 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-04 19:39:32 +00:00
Jakub Vrana
49dc34abf7 Uppercase first letters in titles' words
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152221 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-24 08:46:39 +00:00
Sander Roobol
1b0e8468cd Revert.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102813 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-06 18:34:39 +00:00
bole Chen
06e43a49e3 finished
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102781 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-06 16:21:40 +00:00
Friedhelm Betz
80c9e16666 fixed typos in section id`s: requirenments to requirements
Thanks for catching to Marco Cucinato !


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91375 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-09 10:26:12 +00:00
Friedhelm Betz
3fad1bc8ce new structure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83591 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-26 21:16:38 +00:00
Simone Cortesi
c7b3836e56 WS fix: part ONE of EN
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78261 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 18:56:49 +00:00
Hartmut Holzgraefe
a4b6d72ad3 banana-split
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 00:12:54 +00:00