Commit graph

3003 commits

Author SHA1 Message Date
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
Paul Andersen
b0e6a91293 Few more clean ups. Show the LoadModule statement in case it is missing
from the apache dist conf file.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70062 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-11 22:09:47 +00:00
Paul Andersen
a47932fa0c Minor Typo from last check in
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70015 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-11 08:04:05 +00:00
Paul Andersen
0d524d142f The documentation regarding apache install is contradictory. A user needs
to compile and install apache before they can specify the --wiith-apxs option.

Since apxs is the method of choice instructions have been updated to reflect this.
Added --enable-module=so for completeness.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70014 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-11 07:59:45 +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
Derick Rethans
c6e03fafe3 - Fix for bug 15488
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69947 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-10 15:49:24 +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
f99a6ff0d7 tip -> note, where tips actually contained notes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69764 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 14:15:22 +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
Andy Lindeman
87a9fc0ae9 Changed most (if not all) of the stuff described in bug #12434. Please make sure everything is correct. Thanks!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69741 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 00:46:53 +00:00
Andy Lindeman
d7fc3842b7 Used spaces to indent paragraph instead of tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69739 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-07 23:44:11 +00:00
Gabor Hojtsy
faa60f7d94 Comments should be started with <!--
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69713 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-07 16:45:39 +00:00
Andy Lindeman
bace7d88c8 Fixed Bug #8848
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69679 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-07 02:26:36 +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
Torben Wilson
8b13852da5 Small fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69677 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-07 01:26:48 +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
a2326162b1 Added a description of the privileges needed to use .htaccess to change php config values (bug #15411)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69659 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-06 22:30:51 +00:00
Andy Lindeman
e46576a481 Step 11 in the example of installing apache on unix wasn't neccessary
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69656 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-06 22:12:38 +00:00
Andy Lindeman
a393ec3442 Fixed publications about PHP page as described in bug #15366
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69641 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-06 19:25:47 +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
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
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