Commit graph

2270 commits

Author SHA1 Message Date
Sebastian Nohn
74572a3ce1 fixing bug #14600
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70248 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-14 18:22:41 +00:00
Andy Lindeman
1162722a7c fixing bug 11297
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70213 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-14 02:44:51 +00:00
Georg Richter
133c59662b a) inserted mysql_free_result in example
b) changed mysql_query description: mysql_query returns a resultset for SELECT, EXPLAIN
   DESCRIBE and SHOW statements, not only for select statements.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70196 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-13 22:13:26 +00:00
Torben Wilson
2de8a821f3 Note that the 3rd and 4th args to fsockopen() are always passed by ref.
Closes Bug #8087.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70194 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-13 21:59:59 +00:00
Torben Wilson
14fc4d4708 Fixed fsockopen()'s argument list & explanation--it looked like 'udp://'
was intended to be part of the argument name, not the argument contents.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70192 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-13 21:53:10 +00:00
Hartmut Holzgraefe
2c107905f4 fix for bug report #15541
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70179 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-13 17:48:00 +00:00
Hartmut Holzgraefe
51f07d3fcd removed "experimental" on request
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70164 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-13 11:20:47 +00:00
Hartmut Holzgraefe
00b4ce3753 function name fix (as reported in bug #15538)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70159 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-13 11:07:25 +00:00
Torben Wilson
b132494b94 Clear this up a little.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70130 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-12 21:23:06 +00:00
Torben Wilson
eee09e45c7 Added documentation for odbc_execute()'s file reading functionality.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70129 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-12 21:12:22 +00:00
Slawomir Pucia
a44013aae6 Added small para for newbies.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70116 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-12 20:02:38 +00:00
Hartmut Holzgraefe
4fab67d882 error_log 2nd parameter is optional, too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70115 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-12 19:41:18 +00:00
Yasuo Ohgaki
117471d39b Clarify strstr() description a little
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70080 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-12 09:13:12 +00:00
jim winstead
fed7842a06 clarify that "S" is the suffix for the day of the month
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70072 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-12 01:23:52 +00:00
jim winstead
357db9aae5 <pedantic>fix references to Red Hat and Main Street Softworks.</pedantic>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70068 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-11 23:52:19 +00:00
Paul Andersen
abd0eee173 More Apache Clarifications
Noted that CCVS is no longer being made.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70065 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-11 22:44:09 +00:00
Markus Fischer
6474b688f2 - Correct protos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70010 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-11 02:48:58 +00:00
Torben Wilson
3fff298bd3 Grammar fix. What the hell did I think 'equal and identical to' was
supposed to mean? :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69972 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-10 18:56:54 +00:00
Torben Wilson
37d2d048ac Clarified readdir() a bit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69971 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-10 18:47:27 +00:00
Torben Wilson
ccae893d63 Version fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69895 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-10 03:45:11 +00:00
Torben Wilson
3a5495c77c Hmm...fgets()'s second parameter is only optional in cvs, so far.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69891 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-10 02:38:43 +00:00
Torben Wilson
39ed737c2f Closes bug #14538: noted change in dirname() behaviour.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69880 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-10 00:59:02 +00:00
Torben Wilson
449fd13992 Reverting this; the second parameter is indeed optional in versions
newer than 4.1.0 (also added a note to this effect).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69875 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-10 00:38:40 +00:00
Andy Lindeman
9c461fa1dc fgets() second param is not optional
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69868 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-10 00:18:53 +00:00
Torben Wilson
de1ceb1303 Closes bug #14621.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69865 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-09 23:44:43 +00:00
Torben Wilson
4f7a1da718 Closing Bug #12879
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69863 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-09 23:14:38 +00:00
Torben Wilson
c0ed4d5d43 Typo fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69842 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-09 21:52:07 +00:00
Torben Wilson
13a0ce63c5 Fixed some grammar.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69841 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-09 21:48:38 +00:00
Torben Wilson
dcf0ac1af8 Updated CURLOPT_CUSTOMREQUEST information to explain a bit more
fully how it should be used.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69791 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 23:08:48 +00:00
Gyozo Papp
51dda0c916 change SQL3 to SQL99 and correct a broken function cross-reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69790 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 22:38:44 +00:00
Chris Newbill
b37431f58b See bug 15441 for more information on changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69779 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 17:26:51 +00:00
Gabor Hojtsy
f2949a422d tip -> note, where tips actually contained notes about usage
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69763 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 14:14:26 +00:00
Gabor Hojtsy
d8428e9ee9 One leftover param definition, with <replaceable><optional> specified...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69762 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 14:13:44 +00:00
Gabor Hojtsy
c86894b62c Removing exotic tags, replace them with more common ones.
Eg use <varname> instead of <symbol> for PHP variable names.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69761 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 14:12:05 +00:00
Gabor Hojtsy
2a17f8a669 A funcsyn left here somehow, convert to methodsyn
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69759 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 13:41:59 +00:00
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
David Eriksson
03865e8e40 * Removed Satellite docs. (Satellite is now in PEAR.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69755 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 13:10:42 +00:00
Hartmut Holzgraefe
99eb847966 added 2nd prototype variant for strtr()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69750 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 11:25:51 +00:00
Torben Wilson
4a30b05d5a Replaced the userland version of is_uploaded_file() for older versions
of PHP, except this time in the is_uploaded_file refentry. There are still
people who have no choice but to run older versions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69678 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-07 01:45:38 +00:00
Simone Cortesi
f1bac52189 adding <filename> tag where missing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69630 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-06 17:55:24 +00:00
Andy Lindeman
e8317e29fc Changed the isset documentation as described in bug #12978
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69627 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-06 17:04:59 +00:00
Andy Lindeman
7f211c9f1e Changed gmp-random function description (Bug #12131)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69625 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-06 16:49:26 +00:00
Torben Wilson
41269b9313 Small example fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69607 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-06 10:06:11 +00:00
Derick Rethans
0422dc10f7 - Fix for bug #15387
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69563 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-05 18:23:12 +00:00
Hartmut Holzgraefe
8f857966ed first experiment with docbook4 oo-support tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69512 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-05 01:04:11 +00:00
Philip Olson
360693b821 array_shift: Fix typo in example, as per bug #15357
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69408 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-03 17:54:57 +00:00
Markus Fischer
3f8d5e0f93 - Remove typo in socket_close().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69367 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-03 07:10:50 +00:00
Jan Lehnardt
70d6b82da0 - adding suggestion/grammar-fix from Rick Bradley <roundeye@roundeye.net>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69303 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-02 18:00:35 +00:00
Derick Rethans
ef7baed006 - Fix annoying space in TOC
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69294 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-02 15:55:09 +00:00
Derick Rethans
fc3fef0a9e - some fixes in XML
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69293 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-02 15:53:42 +00:00