Commit graph

32 commits

Author SHA1 Message Date
Philip Olson
383b579aef - Unified and clarified the installation section of our libxml based XML extensions
- Added libxml requirement to extensions requiring it (w/ new entity)
- Added --disable-* description for those that are enabled by default (w/ new entity)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300860 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-29 19:21:07 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
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
51bdd398d7 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283841 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:15:58 +00:00
Philip Olson
78757896f7 Added PHP/PECL version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275626 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 01:28:10 +00:00
Philip Olson
63aeee6bf7 PHP Version updates
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275440 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-09 17:44:47 +00:00
Philip Olson
1f6db5345c Fixed simple spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271314 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 05:56:46 +00:00
Philip Olson
c79f3fc3aa Contains version information (when functions became available to PHP)
# Originally from the following location (although likely modified):
# phpdoc/phpbook/phpbook-xsl/version.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268251 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 03:27:21 +00:00
Philip Olson
de64f02dcf MFB: Upgrade to the new-reference-structure
- Split reference.xml into book.xml and setup.xml
- Moved from reference.xml to book.xml:
  - The intro text (partintro), and link to the new constant and example pages
- Moved from reference.xml to setup.xml:
  - The rest: requirements, installation, configuration, and resources
- Changed the constants section to be an <appendix>
- Changed the intro ID from <extname>.intro to intro.<extname>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248212 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-14 03:39:07 +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
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
76d134f188 ref.wddx: switch to new style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229085 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-06 00:35:36 +00:00
Mehdi Achour
ffcef596f0 WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229084 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-06 00:35:15 +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
Sean Coates
ff47d3292e wddx_deserialze became wddx_unserialize yesterday
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193438 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-14 16:10:42 +00:00
Jakub Vrana
ebe7964bf0 WDDX packet is resource
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188977 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-21 23:27:37 +00:00
Antony Dovgal
e093fea5c5 fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174211 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-07 07:31:27 +00:00
Antony Dovgal
2626a87a42 setlocale() doesn't help here because wddx_deserialize() decodes data from UTF8 in any case.
so if you really need to serialize non-ASCII data, you HAVE to use utf8_encode() first.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174199 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-06 22:43:01 +00:00
Mehdi Achour
27960e632c Merry XHTML and CS compliant christmas all \!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 16:55:22 +00:00
Mehdi Achour
477aa9f95c adding role attribute and php tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138007 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-16 18:59:12 +00:00
Mehdi Achour
fd58a87053 structure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135249 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-16 17:24:47 +00:00
Wez Furlong
83e183c330 Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128535 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-23 17:47:24 +00:00
Damien Seguy
0a593798d6 Structured examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128462 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-23 00:10:57 +00:00
Damien Seguy
05cbb7e8ef wddx-add-vars.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113361 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-24 22:55:00 +00:00
Friedhelm Betz
6d2a53fa7b rsusi.txt: reflect changes
configure.xml files added, linking from refernce.xml files


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106560 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-02 12:55:46 +00:00
Gabor Hojtsy
68b520ea0e Applying new structure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@89191 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-20 13:47:58 +00:00
Simone Cortesi
03235841f0 fixing typos spotted by Paul Hudson on phpdoc (part 3)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-30 16:08:48 +00:00
Hartmut Holzgraefe
136554cdf7 the en/reference/*/functions.xml files are now auto-generated
(should have been from the start, but somehow i forgot to
 move the generation code from the split to the configure script)

entities/chapters.ent is now called entities/file-entities.ent


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85367 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-11 10:54:22 +00:00
Hartmut Holzgraefe
5b9fc29465 revision tags added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 06:45:35 +00:00
Simone Cortesi
4765af8964 WS fix
#others languages will come shortly (tonite Europe)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78287 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 21:57:31 +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