Commit graph

27 commits

Author SHA1 Message Date
Christoph Michael Becker
0c9c2dd669 Generate some standard methodsynopses based on stubs
Cf. <https://github.com/php/doc-en/pull/289>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352191 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-26 19:26:31 +00:00
Christoph Michael Becker
d54819610d Fix #80230: Doc for exec specifies & (reference) param, fails
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351975 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-09 15:46:49 +00:00
Christoph Michael Becker
dec1f8445a Remove safe_mode related information
Sorry, translators, for breaking your builds again.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350871 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-13 22:07:26 +00:00
Pieter Hordijk
8707aa93ea Added note about bypassing shell.
https://bugs.php.net/bug.php?id=26566

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342231 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-04 09:00:34 +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
605fe4df23 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283808 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:57:16 +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
Etienne Kneuss
68b234364e system() occured twice in the see also section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232499 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-24 15:45:43 +00:00
Jakub Vrana
e49fb9ea2f Not only \n is trimmed (bug #33790)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192363 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-04 08:54:08 +00:00
Philip Olson
add631c562 Moved to new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184019 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-08 23:18:40 +00:00
Philip Olson
c0c41907a7 WS, preparation for the new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184001 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-08 20:14:52 +00:00
Jakub Vrana
c148211fa2 Replace <parameter>&amp; by <parameter role="reference">
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172416 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:30:50 +00:00
Yannick Torres
597c9e6b87 use more entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171848 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-01 16:40:58 +00:00
Jakub Vrana
37771eeb9e Parameters passed by reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165096 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 15:51:11 +00:00
Kenneth Schwartz
40552f91dd add see also's for pcntl_exec
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156876 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-23 00:26:42 +00:00
Sean Coates
ddb9e18899 Added a simple example (could use more, but at least it has one now)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152214 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-24 02:22:26 +00:00
Kenneth Schwartz
7e57f81101 added entities for system/passthru (bug #27076)
moved common notes to language-snippets.ent


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151675 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-18 02:51:09 +00:00
Mehdi Achour
2bf24522a3 used the new entity
# related to #27076 but we still need to invistigate with the other functions


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151643 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-17 18:55:55 +00:00
Ken
9e7b48f906 Fix #27076: Add warning about safe_mode and argument quoting.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150023 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-28 20:09:15 +00:00
Nuno Lopes
92e1c9f103 safe mode note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147556 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-31 10:39:43 +00:00
Mehdi Achour
61e66a8fe7 Write about output parameter, not about array (Jakub Vrana)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144975 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-27 12:26:15 +00:00
Victor Boivie
270fe8d301 fixed a typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118162 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-26 06:12:25 +00:00
Philip Olson
395602e89e Line endings are not preserved. Closes bug #20905
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112641 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-19 06:46:44 +00:00
Jan Lehnardt
a3d033146b - fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83420 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-25 12:59:29 +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
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