Commit graph

3908 commits

Author SHA1 Message Date
Georg Richter
754e39eaac fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88237 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-10 20:20:21 +00:00
Sebastian Nohn
31f3385d14 fixing bug #12336
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88229 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-10 16:24:27 +00:00
Sebastian Nohn
9de6cad09a Added some info about using variables in CGI enviroments
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88228 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-10 16:13:05 +00:00
Georg Richter
80b722d157 documented new optional parameter client_flags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88227 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-10 15:34:25 +00:00
Georg Richter
336f34d4b4 documenting new constants (client_flags):
MYSQL_CLIENT_SSL, MYSQL_CLIENT_COMPRESS, MYSQL_CLIENT_INTERACTIVE, MYSQL_CLIENT_IGNORE_SPACE


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88223 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-10 15:20:09 +00:00
Sander Roobol
a2ec213f1b Refer to pclose(), not popen().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88203 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-10 09:56:27 +00:00
Philip Olson
a6f10f5127 See also: preg_split()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88124 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-09 05:51:06 +00:00
Philip Olson
19e072b2af + Accessing as $string{3} works too.
+ Added <?php ?> to all examples.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88108 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-08 20:49:45 +00:00
Georg Richter
b452ebaf85 print can't be used as a variable function
see also bug #16739


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88104 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-08 18:52:33 +00:00
Jason Greene
f381972021 Small corrections, and grammar fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88089 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-08 17:11:05 +00:00
Georg Richter
e92e5c9465 printf can't be used with variable function calls
fixed bug #16739


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88067 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-08 11:40:02 +00:00
Philip Olson
de33d968b8 register_globals can't really be set by USER with ini_set().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88050 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-08 06:31:58 +00:00
Jan Lehnardt
44f1f63d55 - fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87972 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-07 18:26:02 +00:00
Jan Lehnardt
60f83a4381 - fix #16640
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87971 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-07 18:25:40 +00:00
Jan Lehnardt
bb61017173 - fix #17653
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87962 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-07 17:10:05 +00:00
Jan Lehnardt
32ff62321d - fix #15110
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87961 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-07 16:56:40 +00:00
Jan Lehnardt
1944a33985 - fix #16290
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87960 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-07 16:44:26 +00:00
Jan Lehnardt
885f88f7ea - fix #17806
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87956 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-07 16:23:51 +00:00
Yasuo Ohgaki
69b7bd80f5 Add ob_get_status manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87792 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-05 10:38:37 +00:00
Simone Cortesi
b4c3425d11 promote the use of XHTML
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87683 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-04 10:51:30 +00:00
Philip Olson
e78b6dc0a2 In summary, mentioned register_globals and superglobals a lot.
- Rewrote the register_globals warning for language.variables.predefined
- $GLOBALS has existed since PHP 3
- Added a variable scope example (superglobal vs old php var)
- Updated register_globals related info in various places
- Used mode="html" for html
- Added example showing different ways to access external information
- Explained GET a little
- Updated Array Cookie examples (they still set seperate cookies)
- Removed language.variables.external.environment as this is explained now
- Closed bug #15714


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87651 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-03 22:51:23 +00:00
Gabor Hojtsy
db791d9fb2 Ooops, forgot to add Gonzalo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87626 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-03 19:08:09 +00:00
Philip Olson
c1d2b0f1b4 short_open_tag:
- Can use <?php echo '<?xml version="1.0"'; ?> for xml if on
 - <?= won't work if off
 - <?xml works inline if short_open_tag if off


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87535 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-03 02:29:14 +00:00
Philip Olson
649707bdfd Added an example on what register_globals means.
Defaults to off as of PHP 4.2.0 (links to release announcement)
Added a few links, like to predefined vars and superglobals
Cannot set at runtime, but may be able to use .htaccess
<note>: variables_order affects register_globals


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87526 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-03 00:19:19 +00:00
Philip Olson
d3d521db0c More fixes related to bug #18102
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87474 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-02 17:27:25 +00:00
Christian Stocker
bd66853168 - removed DomElement-set-attribute-node from documentation (it's not
implemented yet)
- fixed typo and bumped up needed libxml2 version in reference.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87420 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-02 08:51:09 +00:00
Derick Rethans
21c28f00b0 - Fix for bug #18102
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87405 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-02 06:19:44 +00:00
Jan Lehnardt
2a7914dcfa - fix #17118
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87375 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-01 22:20:01 +00:00
Jan Lehnardt
8cbc437a8e - fix #14992
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87371 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-01 21:57:45 +00:00
Philip Olson
555d51632c See also $_REQUEST
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87347 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-01 18:10:17 +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
Sander Roobol
20bb98ea63 Various minor typos, thanks to Paul Hudson for spotting most of them...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87193 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-30 10:41:44 +00:00
Rui Hirokawa
ef85efc891 a typo fixed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87104 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-29 02:28:05 +00:00
Philip Olson
f3cc504884 Added <?php ?> to PHP code.
Added ?> <?php to HTML code (until role="HTML" exists).
Changed $Count to $count in setcookie example.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87068 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-29 00:52:16 +00:00
Marco Cucinato
bde354d7af Typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87040 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-28 19:51:48 +00:00
Simone Cortesi
a9d497513a change as requested by Tomas V.V.Cox
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86830 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-26 16:26:40 +00:00
Simone Cortesi
e38a7bc1a6 fixing build breaking typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86744 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-26 00:12:50 +00:00
Simone Cortesi
9d0d87eb66 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86737 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-25 22:07:49 +00:00
Simone Cortesi
9f6e52f404 changes toward XHTML <br> --> <br />
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86735 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-25 21:37:34 +00:00
Marcus Boerger
bf592ba144 changes for getimagesize and new function
#Q: how do i add the new function-file?


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86734 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-25 21:29:20 +00:00
Simone Cortesi
58d1ff5ba6 layout only: no content change
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86727 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-25 21:04:36 +00:00
Simone Cortesi
9ec41fd837 minor typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86726 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-25 20:58:31 +00:00
Derick Rethans
c5db126d92 - This one should stay in english
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86457 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-23 09:30:42 +00:00
Derick Rethans
f511b4588b - Whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86456 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-23 09:27:17 +00:00
Verdana Musone
20c34604b0 no message
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86455 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-23 09:02:49 +00:00
David Croft
a4489470e1 notes about static initializers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86453 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-23 03:03:36 +00:00
Marcus Boerger
6173c244f9 explain cli and difference to cgi
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86452 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-23 01:26:02 +00:00
Marcus Boerger
56c4ea82be missing constant
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86451 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-23 01:04:09 +00:00
Marcus Boerger
d6ec13b5ab missing constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86450 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-23 01:01:28 +00:00
Simone Cortesi
99ed54dd15 fixing parse error in example code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86387 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-22 15:10:54 +00:00