Commit graph

287 commits

Author SHA1 Message Date
Gabor Hojtsy
a328586a54 Replace exotic tags with more commonon tags/constructs. All these tags
were only used once...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69758 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 13:40:44 +00:00
Simone Cortesi
f8e6c862a9 changing as of RFC 2606
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69676 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-07 01:21:59 +00:00
Andy Lindeman
172cc1b2e3 Fixed $PHP_SELF description as defined in bug #13606
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69629 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-06 17:22:46 +00:00
Masaki Fujimoto
b855ccaeaa fixed typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69295 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-02 15:57:48 +00:00
Slawomir Pucia
bcd0259617 fixed indentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69084 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-30 22:04:27 +00:00
Yasuo Ohgaki
823b4cc86c Call time reference is depreciated. Deleted description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68296 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-21 09:25:23 +00:00
Philip Olson
fecbe442a9 include: minor textual changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68160 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-20 01:09:30 +00:00
Friedhelm Betz
a7e36fccbd added $_FILES and $_SESSION to list of Superglobals. scope additon for $_files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68144 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-19 23:04:13 +00:00
irc-html
2164b41ae7 added CDATA tag for example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68103 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-19 12:01:10 +00:00
Philip Olson
43bae8ab7a include/require: Update reflects change in behavoir as of 4.0.2.
PHP3 info condensed into a <note>
	         Duplicate info removed, most docs are within include()
*_once         : Updated.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68101 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-19 10:37:31 +00:00
Philip Olson
0ead125201 return: xml typo, should work better now.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68088 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-19 07:09:31 +00:00
Philip Olson
2369737d83 $_FILES: Documented. Couple other minor changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68063 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-18 21:50:44 +00:00
irc-html
ecfab21699 fixed bad HTML tag in comment example (>/h1>), from user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68058 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-18 19:49:35 +00:00
Torben Wilson
1903ca51a5 Noted what a superglobal is and fixed the version numbers.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67858 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-15 21:43:10 +00:00
Torben Wilson
361e08ee8e Added version notes to the superglobals.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67857 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-15 20:57:28 +00:00
Torben Wilson
c761103b93 Whoops. Typo fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67718 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-14 00:14:43 +00:00
Torben Wilson
a882625034 Added crossref to 'References Explained'.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67717 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-14 00:09:53 +00:00
Torben Wilson
be1aa7d35a Document that return returns from more than just functions.
I used <function> for return in the same spirit that <function> is used
for other constructs which are not functions--echo, print, etc--and noted
that you don't need the parentheses with it. If anybody has a good argument
for using another tag, mention it on the doc list and we'll chat. :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67716 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-14 00:05:20 +00:00
Philip Olson
f1c8d8d885 WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67655 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-12 23:24:55 +00:00
Philip Olson
dc29c6305e Superglobals: Documented $_ GET/POST/COOKIE/REQUEST/SERVER/ENV/SESSION
TODO: Maybe list them seperatly during restructure, seems
	            like everything is documented twice now (sorry) :)
Documented $HTTP_SESSION_VARS
Added a link to security chapter on register_globals


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67652 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-12 23:20:53 +00:00
Mark Kronsbein
8fffc64e19 Fixed Typo assigned to Bug #14889
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67110 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-06 17:50:23 +00:00
Gabor Hojtsy
f30786d728 Eliminate all <link> stuff from CDATA sections, and moved DEV comments
out of example code. The manual pages with these examples were a huge
mess...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66335 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-28 18:46:53 +00:00
jim winstead
1b7ef904fb if: link to information on what evaluates to &false;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65790 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-20 23:17:37 +00:00
jim winstead
02e9b3e175 don't use .inc extension in examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65520 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-17 23:00:19 +00:00
jim winstead
02a9205752 disabling shell_exec also disables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65057 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 20:44:06 +00:00
Jan Lehnardt
7c88782195 fix for #11937. pointing out that unset() will not
cause a reindexing of an array when deleting a key.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64875 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 22:08:28 +00:00
jim winstead
19c18524d3 & -> &amp;, tighten the wording a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64872 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 21:29:56 +00:00
Jan Lehnardt
03dfca077e "fix" for #11719. clearifyed references and copies on objects.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64870 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 21:15:37 +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
jim winstead
3d39a99729 incorporate user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64299 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 22:23:19 +00:00
Philip Olson
6c70c975a1 Typo Fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63795 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-03 18:12:53 +00:00
Philip Olson
8fc7917324 Typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63794 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-03 18:02:46 +00:00
Philip Olson
e5ad2170ee Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63548 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-30 22:35:12 +00:00
Philip Olson
fa7dede319 Fix CDATA typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63544 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-30 22:09:13 +00:00
Torben Wilson
77c5184a56 Whoops.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63316 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-27 11:07:23 +00:00
Torben Wilson
905916889a A typo and a formatting fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63314 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-27 10:17:08 +00:00
Simone Cortesi
15cf6121d3 added missing CDATA closing tag in include example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63285 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-26 19:10:27 +00:00
Torben Wilson
a93fc8b46f Major prose fixups, some XML cleanups, and a couple of typo fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63248 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-25 22:08:36 +00:00
Hartmut Holzgraefe
525a54f08e added CDATA to programlistings outside the functions dir
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63128 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-23 21:51:24 +00:00
Derick Rethans
71c399e486 - Fix case
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63127 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-23 21:10:34 +00:00
Zak Greant
5656e18c6a Minor typo -> changing "backspace" to "backslash" in strings backslash escaping section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63040 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-22 15:29:38 +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
Gabor Hojtsy
091785984e Changing programlisting roles.
All PHP programlistings to role="php"
All not PHP programlistings to something other...

Markup changes only, no content changed...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61784 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-09 15:48:16 +00:00
Jeroen van Wolffelaar
2a559cb38e Revert this, this is an example of how it _shouldn't_ be done.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61598 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-05 21:59:11 +00:00
Derick Rethans
4b2d2d1b0d - Fix quotes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61582 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-05 12:29:20 +00:00
Philip Olson
b73e38061b Added note about magic_quotes_gpc and slashes under 'variables from outside php'
A link to html faq was also added.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61271 c90b9560-bf6c-de11-be94-00142212c4b1
2001-10-31 19:24:18 +00:00
Jeroen van Wolffelaar
f02144f052 Revert accidentel error.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61262 c90b9560-bf6c-de11-be94-00142212c4b1
2001-10-31 14:21:23 +00:00
jim winstead
4e18a599b0 put overflow examples together, and division example on its own. fix typo and another dash.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61232 c90b9560-bf6c-de11-be94-00142212c4b1
2001-10-31 02:02:20 +00:00
jim winstead
df70f43a81 nuke more superfluous dashes, and refer to NULL as a value when talking about values that evaluate to false.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61231 c90b9560-bf6c-de11-be94-00142212c4b1
2001-10-31 01:53:22 +00:00
jim winstead
1738c68f34 remove superfluous dashes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61230 c90b9560-bf6c-de11-be94-00142212c4b1
2001-10-31 01:49:00 +00:00