Commit graph

3150 commits

Author SHA1 Message Date
Simone Cortesi
85c14d57ca removing unnecessary newlines
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74413 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-21 09:45:09 +00:00
Chris Newbill
03522cb19f See Bug #16187 The second parameter can't be used cause a number cannot be
used as an object property.  ie row->0 is invalid while row->field is, so
MYSQL_NUM and MYSQL_BOTH don't matter it should always be MYSQL_ASSOC.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74383 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-20 22:21:29 +00:00
Georg Richter
23652e7aa9 inserted ucn (valid return values when connect failed)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74338 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-20 19:15:05 +00:00
Georg Richter
35f1fd88aa typo(s) fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74291 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-20 17:33:44 +00:00
Simone Cortesi
887da08315 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74255 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-20 11:50:38 +00:00
Sander Roobol
e9fc8ec158 Clarified & cleared up mysql_change_user() a bit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74143 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-19 19:54:07 +00:00
Sander Roobol
29b0455446 highlight_file() returns mixed, not bool
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74103 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-19 15:44:09 +00:00
Derick Rethans
b41e417d56 - Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73830 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-17 23:04:20 +00:00
Philip Olson
4389459003 function_exists: * Works on both internal/user defined functions.
* See also get_defined_functions.
		 * Implemented &return.success;
		 * Should we expand on when this "won't work", like with
		   certain image functions?


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73823 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-17 22:01:07 +00:00
Simone Cortesi
f551986cb2 fixing typo: is => are
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73802 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-17 18:20:00 +00:00
Slawomir Pucia
b2e4f45ef4 To many 'is'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73730 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-17 13:27:17 +00:00
Wez Furlong
1afdc77d29 More docs for streams related changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73614 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-16 17:02:35 +00:00
Wez Furlong
01d277e32f update docs to reflect recent streams changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73589 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-16 15:06:08 +00:00
Rui Hirokawa
8455a0dff1 added note for mbstring.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73571 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-16 12:44:06 +00:00
Slawomir Pucia
30fa9fe904 Fixed weird mistake :-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73435 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-15 21:22:11 +00:00
Derick Rethans
d179bddb44 - Add doc for 2nd param
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73397 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-15 18:51:56 +00:00
Gabor Hojtsy
ddd8be30e4 Corrected [saxon build breaking] entity errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73354 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-15 12:29:24 +00:00
Georg Richter
27f123d7e1 fixed bug 16090 (wrong table description)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73342 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-15 10:08:46 +00:00
Philip Olson
25df6a966f Variable functions: Typo fix became a minor update
See also: variable variables and function_exists


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73334 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-15 06:38:22 +00:00
Torben Wilson
78a2fddf0a Fixed example typo in strtok().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73315 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-15 01:48:32 +00:00
Hartmut Holzgraefe
cf13075d44 rand() / mt_rand() prototype changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73259 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-14 12:38:05 +00:00
Philip Olson
ab7a379c34 rand: parameters are optional, removing void reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73229 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-14 07:10:37 +00:00
Stefan Roehrich
c73ac5a5dd Added description of optional encoding_mode to gzencode().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-13 22:35:05 +00:00
Sander Roobol
ae63d481ed Made parameter 'protocol' of getservbyport() and getservbyname() a bit
more clear (at least, I hope so :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73182 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-13 19:18:30 +00:00
Sander Roobol
61a0d43cd0 & should be represented by &
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73181 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-13 19:16:38 +00:00
Marco Cucinato
4b24efdefa Typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73158 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-13 17:23:30 +00:00
Sander Roobol
24d4bd523d Windows XP is in c:\windows not in c:\winnt
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73145 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-13 15:29:14 +00:00
Simone Cortesi
74d1d5b407 typo fix
# I love scanning for typos... :)))


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73132 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-13 13:38:30 +00:00
Torben Wilson
117c20ebf9 Thanks for catching that, Goba. With typos though you can usually just
fix them...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73098 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-13 08:24:52 +00:00
Andy Lindeman
91a6984086 test.com -> example.com
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73031 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-13 00:02:00 +00:00
Torben Wilson
b5e9d554a5 Re-added Andrew's note about $PHP_SELF.
Added $GLOBALS to the list of predefined variables.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73030 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 23:33:21 +00:00
Torben Wilson
2e690c3161 Put $PHP_SELF at the beginning of the $_SERVER list, followed by $argv
and $argc.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73029 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 23:14:33 +00:00
Torben Wilson
2a8588bf1b Added a warning about the register_globals change; added $GLOBALS.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73028 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 23:12:28 +00:00
Hartmut Holzgraefe
8c46867068 corrected the example in the Location: note regaring absolute URLs
and converted it to the new superglobals


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72917 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 14:38:07 +00:00
Hartmut Holzgraefe
0ff251724f changed order of HTTP status and Location header description
as HTTP status is always the first header line
added info that Location will only set 302 status if no other
3xx status has been set before


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72916 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 14:35:02 +00:00
Marcus Boerger
b603aa7582 -exif functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72912 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 13:48:33 +00:00
Sander Roobol
4e097a130c Fixed mistake: some functions _only_ work on IMAP-servers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72908 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 13:21:26 +00:00
Gyozo Papp
5204bd8fc9 Torben was quicker :) and forestalled me
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72891 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 11:14:37 +00:00
Torben Wilson
f790205618 Typo fix (closes bug #16010).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72832 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 03:11:54 +00:00
Torben Wilson
65af33a1e5 Added note that argv and argc are in $_SERVER, not $_REQUEST.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72825 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 02:05:59 +00:00
Torben Wilson
0658bf8597 Added an explanation, a bit of expansion, and a pointer to information
regarding the superglobals.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72824 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 01:54:58 +00:00
Torben Wilson
818f87d4b1 Mention that the single-quotes file-reading trick in odbc_execute() also
didn't respect open_basedir, and is fixed in 4.2.0.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72816 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 01:13:36 +00:00
Torben Wilson
ad37bf8ef4 Added a note and link to the list of predefined classes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72815 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 01:10:46 +00:00
Torben Wilson
61353754de Mention the predefined class Directory, with a link to the list of
predefined classes.

Closes Bug #14998.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72814 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 01:06:38 +00:00
Torben Wilson
bb94b3c2f4 Initial commit for by-extension separation of the full constant list.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72812 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 00:57:47 +00:00
Torben Wilson
3fdbbb3217 'make test' didn't like these.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72810 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 00:45:09 +00:00
Andy Lindeman
3417e7e8b5 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72788 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-11 21:40:55 +00:00
Sander Roobol
7ba019bbd3 Fixed typo (#15995)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72741 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-11 13:05:50 +00:00
Derick Rethans
3634675e0d - Restructuring partintros
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72714 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-11 07:30:22 +00:00
Sander Roobol
9eca9363cf Fixed some typos (thanks to Gabriele S. for spotting them).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72653 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-10 17:20:25 +00:00