Commit graph

15855 commits

Author SHA1 Message Date
Daniel Egeberg
cd55f2597b Fixed #50536.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292375 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-20 20:38:03 +00:00
Martin Samesch
5194661b6e one more: PEAR Coding Standards
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292374 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-20 19:24:05 +00:00
Martin Samesch
81da5c390e only field length is printed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292371 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-20 18:18:25 +00:00
Daniel Egeberg
16c0cd7a2f Minor edit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292345 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 21:13:00 +00:00
Daniel Egeberg
e6bb3e8635 Closes #50232.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292344 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 21:10:22 +00:00
Daniel Egeberg
ded1438f33 Seems like I broke the docs in rev 292334. Fixed now.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292343 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 20:47:36 +00:00
Daniel Egeberg
c95e1a7a3e Fixes #50198.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292341 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 20:23:44 +00:00
Daniel Egeberg
06fd135b62 Fixes #50528.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292334 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 19:54:35 +00:00
Daniel Egeberg
1b6cf34f23 Changed example #2 in preg_replace() to have the arrays initialized before writing to them.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292327 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 12:05:56 +00:00
Daniel Egeberg
6bb56ebdc3 Fixed #50317.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292326 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 11:01:06 +00:00
Daniel Egeberg
206956db68 Fixed #50311.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292325 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 10:59:29 +00:00
Rich Bowen
bdb68eaeff These are not warnings. They are just part of the prose of the document.
Making them warnings makes this document more than half warnings, which
is unnecessarily alarming. A warning should be something that is, in
fact, likely to avert a serious error.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292288 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-18 14:29:28 +00:00
Rich Bowen
f93d5dfb6c Drops the "don't use a threaded MPM" warning. It's not like you have a
choice with Windows. There's only the one MPM available for Windows, so
this warning is just a recipe for confusion in this context.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292287 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-18 14:23:41 +00:00
Kalle Sommer Nielsen
729c9c6255 Fixed #50450 (quotemeta should list preg_quote in the "See Also" section)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292280 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-18 06:10:07 +00:00
Kalle Sommer Nielsen
76b89a1915 Fixed bug #47121 (Cannot suppress warnings for "Call-time pass by reference is deprecated")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292279 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-18 06:04:11 +00:00
Kristina Chodorow
1e0694a382 fixed code example & ws
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292277 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-17 23:52:23 +00:00
Philip Olson
b45fdf37d3 Add PECL information, and mentioned ncursesw support exists as of 1.0.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292270 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-17 21:51:48 +00:00
Jordi Boggiano
740a7698af Emphasize the use of ?P<> for named sub-patterns instead of the backwards incompatible ?<>. Fixes bug #50306 - refs bug #46904
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292248 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-17 12:28:26 +00:00
Jordi Boggiano
c83a8768d8 Fixes SQL query in example #2 of mysql_stat, fixes bug #43313
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292247 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-17 12:10:36 +00:00
Jordi Boggiano
c1f984c21f Adds a note about unknown parameters ending getopt() parsing, fixes bug #43313
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292224 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-16 22:40:17 +00:00
Richard Quadling
daa03f0ede Remove incorrect/redundant paragraph. Fix#50491
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292209 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-16 13:54:21 +00:00
Damien Seguy
ca29a9026f remove example and quick fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292207 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-16 13:28:05 +00:00
Gustavo André dos Santos Lopes
54f790d5fb Updated RAR documentation to reflect recent changes in the extension API.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292192 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-16 10:37:30 +00:00
Kristina Chodorow
00e3977ca4 added more in-depth gridfs description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292177 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-15 16:17:41 +00:00
Richard Quadling
dc7b34100c Correct version numbers for ArrayObject, ArrayIterator and RecursiveArrayIterator. Fix #50479
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292173 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-15 14:34:16 +00:00
Kristina Chodorow
d35b3508e7 added getters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292172 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-15 14:34:15 +00:00
Richard Quadling
680e38f276 Added complete svn:keyword list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292155 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-15 11:10:35 +00:00
Philip Olson
4b660cc64a The documented BC break happened in 5.3.0, not 5.2.9. Deals with bug #49923
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292149 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-15 03:58:41 +00:00
Philip Olson
0af64c0ca6 Implemented user note, that php_uname('n') also does this before 5.3. Via jonasschaub at gmail dot com
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292137 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-14 17:28:58 +00:00
Hannes Magnusson
7258e52d02 This info became outdated at least 5 years ago.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292130 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-14 13:04:27 +00:00
Rich Bowen
4c49a042bf Finally does away with the abominable all-one-CDATA-block nature of this
document, and makes it somewhat more readable and narrative. Also
reduces it to 9 steps, rather than 15, to make it a little more
palateable.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292102 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-14 02:21:29 +00:00
Rich Bowen
aaae3d47f3 An attempt to address http://bugs.php.net/bug.php?id=43087 , this patch
suggests more normal ways to configure PHP on Apache 2.x on Windows. It
also removes mention of PHP4, as per discussion on the php.doc mailing
list.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292101 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-14 01:01:41 +00:00
Peter Cowburn
0c8d066415 Minimum number of vertices is 3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292092 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-13 23:06:41 +00:00
Kalle Sommer Nielsen
1a8384af5c Fixed #50441 (imagealphablending is stated to default to false)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292090 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-13 22:05:57 +00:00
Rich Bowen
2167b820b2 Apache 1.3 will be deprecated within the next few months. We should no
longer be actively encouraging people to use Apache 1.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292075 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-13 14:40:11 +00:00
Yannick Torres
77326e03a7 Fix bug #50461
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292051 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-12 20:47:30 +00:00
Kristina Chodorow
d9a4e178e9 updated connection doc for 1.0.2, added MongoId::getTimestamp
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291996 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-11 17:15:46 +00:00
Jakub Vrana
79bb907445 See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291984 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-11 12:09:23 +00:00
Jakub Vrana
0a2414f079 See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291981 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-11 11:06:10 +00:00
Richard Quadling
d4ca41defa Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291974 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-11 10:01:32 +00:00
Ruslan Yakushev
99431f8b61 Minor formatting fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291973 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-11 08:46:21 +00:00
Gustavo André dos Santos Lopes
1703b5e2b9 Added a new example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291959 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-10 17:30:04 +00:00
Anthony Bedford
21cedf648b It should be &null; instead of <literal>NULL</literal>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291956 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-10 16:14:10 +00:00
Anthony Bedford
6ba54c0c74 In practice a NULL is actually returned, rather than an empty string.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291945 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-10 11:09:15 +00:00
Christopher Jones
07eb867875 Merge install notes from the README
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291939 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-10 07:11:52 +00:00
Christopher Jones
4c3035c04d Improvements to oci_connect and related connection doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291936 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-09 22:46:12 +00:00
Richard Quadling
333545502d Added complete svn:keyword list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291911 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-09 10:00:35 +00:00
Stanislav Malyshev
dc8c2a124a document realpath_cache functions and stream_resolve_include_path()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291905 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-09 01:51:53 +00:00
Christopher Jones
09c4f4d0b5 Merge DRCP & FAN sections from the README
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291902 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-09 00:40:24 +00:00
Hannes Magnusson
96eed35c31 Improve markup and fix the function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291890 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-08 18:38:13 +00:00