Christoph Michael Becker
e9f972da69
Remove obsolete Phar information
...
Phar 2.0.0 has been released 2009-07-29, so older versions are certainly
no longer relevant for the PHP manual.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352054 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-13 16:38:57 +00:00
Christoph Michael Becker
c5345ba69b
Fix #77916 : Phar documentation example bug
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347277 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-18 08:33:46 +00:00
Jakub Vrana
11c9ca2b19
MetaData is Metadata
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322193 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 11:42:48 +00:00
Adam Harvey
a313baca39
Fix doc bug #55756 (Incorrect information in introduction) by removing the
...
offending sentence.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317255 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-24 19:54:15 +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
887f6f779c
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283832 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:40:37 +00:00
Philip Olson
adb07b8293
Replaced hardcoded external links with entities, and updated url locations where appropriate.
...
Also replaced a few external links with internal ones.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280167 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-08 16:39:26 +00:00
Jakub Vrana
32ed9bc683
Add missing PHP tags
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278842 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-16 15:15:33 +00:00
Jakub Vrana
fcf2a15be2
Phar stream doesn't support append
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273431 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-13 11:29:56 +00:00
Hannes Magnusson
5cd5661448
Use proper markup for variables
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265362 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-23 15:40:25 +00:00
Greg Beaver
d8c4e6e84a
update docs to current CVS
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261168 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-13 22:11:39 +00:00
Greg Beaver
64b5d43991
continue doc updating to current API
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258846 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-01 03:28:07 +00:00
Greg Beaver
85c97f2f3a
update phar docs to current API for 2.0 (still some work to do on modifying the compress\* methods of Phar)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256055 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-25 14:04:25 +00:00
TAKAGI Masahiro
0af5f5b0c2
fixed the parameter of 'stream_context_create'.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251624 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-29 13:38:05 +00:00
Greg Beaver
f45d3cb110
fix xml:id for methods, document webPhar, add xml:id to all <section>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251096 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-21 21:54:18 +00:00
Greg Beaver
54f3bce0e6
update phar docs to version 2.0.0, s/Compression Extensions/Compression and Archive Extensions/
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251068 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-21 15:23:52 +00:00
Felipe Pena
6c9cf68f36
Fix example (begin and commit methods were renamed to startBuffering and stopBuffering)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249110 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-27 01:56:45 +00:00
Philip Olson
0a5a0d0fa7
MFB: Upgrade to the new-reference-structure
...
- Split reference.xml into book.xml, setup.xml
- Moved from reference.xml to book.xml:
- The intro text (partintro), and link to various pages
- Moved from reference.xml to setup.xml:
- The rest: requirements, installation, configuration, and resources
- Created a new constants.xml
- Changed using.xml and fileformat.xml to be chapters
- Changed the intro ID from <extname>.intro to intro.<extname>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248710 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-22 00:03:28 +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
Philip Olson
8bb5f00e92
markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@231956 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-16 02:16:04 +00:00
Greg Beaver
158f520404
major update of all phar docs:
...
fix numerous small errors
fix missing documentation or large omissions
update references to API version to 1.0.0
add PharFileInfo->chmod()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229102 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-06 05:46:41 +00:00
Greg Beaver
089fb1eb4e
strtolower() all files and identifiers, fix a few minor problems found in the doc links too
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228827 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-03 05:16:53 +00:00
Greg Beaver
831ba60a41
docs are complete now for phar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228347 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 21:45:44 +00:00