Commit graph

19351 commits

Author SHA1 Message Date
Philip Olson
d39f1fe8ad Added example
-- 
Provided by Nicolas Wallace (nwallace@fyberstudios.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325705 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-16 05:09:53 +00:00
Ulf Wendel
18e80b781b 1.4 development tree changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325700 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-15 14:46:10 +00:00
Christopher Jones
4778c21b0c Update (thx to Ralph & Evert). Incorporate user notes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325690 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-15 00:52:14 +00:00
Jakub Vrana
b5dd8862bd Delete Patterns chapter
I have a very strong feeling that this chapter doesn't belong to the PHP Manual.
It doesn't document the language but only some usage of it.
It is vastly incomplete and the longest part is warning about using Singleton.
I have no problem with including the examples somewhere else (probably to chapter about static methods).
But it causes more harm than benefit as it is.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325666 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-13 02:29:51 +00:00
Gustavo André dos Santos Lopes
a63563da67 Fixed typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325661 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-11 22:44:28 +00:00
Gustavo André dos Santos Lopes
233b7b9803 - Updated docs for call_user_func_array() in light of PHP 5.4 developments.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325660 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-11 20:42:17 +00:00
Drak
7bf76ff369 Warn about unpredicable behaviour in Memcache and ini directives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325654 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-11 05:30:34 +00:00
Paul Reinheimer
44b549ba37 - Commenting on return value when there are no more rows.
https://bugs.php.net/bug.php?id=61973

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325632 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-09 21:35:46 +00:00
Ulf Wendel
8549e3a1b1 Add a few words on failover details.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325600 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-08 15:40:04 +00:00
Anatol Belski
550b5e2339 Documented the new fileinfo external magic behaviour.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325547 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-05 10:03:17 +00:00
Paul Reinheimer
0b26374bc9 Adding missing text to code output, as per Doc Bug #61894
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325538 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-04 19:36:04 +00:00
Paul Reinheimer
a1121d3fb1 grammar correction (doc bug #61872)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325537 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-04 19:31:17 +00:00
Paul Reinheimer
921995ed63 Resolving typo as per Doc Bug #61918
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325536 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-04 19:25:51 +00:00
Paul Reinheimer
1de1537fed - Correcting tyop
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325534 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-04 13:21:33 +00:00
Adam Harvey
b1d6cf11cc Fix build error caused by r325523.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325525 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-04 00:36:12 +00:00
Paul Reinheimer
5ce6eb403f - Adding note about how uniqid() isn't a way to generate cryptographically secure tokens, and pointing users towards the openssl stuff.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325524 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-03 21:59:33 +00:00
Paul Reinheimer
0d7e2a3615 - Adding note that the function does not use much memory unless you have output_buffering enabled. Hopefully this will help stem the tide of comments about weird looped fread() calls.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325523 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-03 21:57:45 +00:00
Philip Olson
098fcff39a Document get_magic_quotes_* behaviour as of 5.4.0, which always returns false (instead of 0), which is due to our collective failure as a PHP team.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325516 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-03 17:42:14 +00:00
Yannick Torres
6eb1cef4f2 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325514 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-03 10:26:07 +00:00
TAKAGI Masahiro
4c918fef3f Correct default value of the leniency of the parser. Close #61896.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325509 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-03 06:13:13 +00:00
Esen Sagynov
15c22eb7bd Added resources for CUBRID
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325499 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-02 05:24:51 +00:00
Yannick Torres
18046e0224 Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325489 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-01 12:31:16 +00:00
Peter Cowburn
8ec78b9e7f changelog for directoryiterator extending from splfileinfo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325478 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-27 21:58:08 +00:00
Peter Cowburn
545354f92c changelog for directoryiterator constructor exceptions (doc #61833)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325477 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-27 21:57:57 +00:00
Philip Olson
bd82569056 Moved change history to a changelog section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325472 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-27 05:59:40 +00:00
Philip Olson
001af012d7 Some rewording, and a few typo fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325471 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-27 05:47:52 +00:00
Philip Olson
31ef74909f Markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325470 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-27 05:17:10 +00:00
Peter Cowburn
376417834e document SplFileObject::fputcsv() (doc #60878)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325467 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-26 21:21:29 +00:00
Ulf Wendel
649f89731c Updates for 1.4 (server_charset, config_file) and removing a warning on beta status or the like here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325466 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-26 19:54:56 +00:00
Peter Cowburn
6c0500759f typo fix "alsoe refered" -> "also be referred"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325459 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-26 10:21:59 +00:00
Peter Cowburn
bef3c0ac93 replay r325452 (Fix small mistake)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325458 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-26 10:21:50 +00:00
Yannick Torres
14a4da882b Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325456 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-26 09:58:19 +00:00
Philip Olson
8cc198b20d Added missing example titles
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325453 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-26 05:52:56 +00:00
Johannes Schlüter
79e1f57eaf Fix small mistake
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325452 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-25 19:39:18 +00:00
Derick Rethans
b2cfbc95b5 Properly document MongoCursor::batchSize(). (PHP-284)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325451 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-25 18:04:50 +00:00
Xinchen Hui
764279180c Moved to Yaf_Application already
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325444 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-25 09:29:59 +00:00
Philip Olson
4776f1d473 Added a title to each example that was missing one
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325440 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-24 17:01:01 +00:00
Johannes Schlüter
07698a4db5 Fix XML
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325430 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-23 23:07:04 +00:00
Johannes Schlüter
90735c0e46 Extends the buffered vs. unbuffered page a bit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325429 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-23 23:04:02 +00:00
Nikita Popov
155514e434 Commit typo fix by Kevin Abel
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325428 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-23 17:37:49 +00:00
Xinchen Hui
a7bb5339d4 Add doc for defaultRoute configure
Add doc for short_tag of Yaf_View_Simple


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325386 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-21 02:43:08 +00:00
Peter Cowburn
be9e577c76 fix example syntax
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325353 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-20 10:42:18 +00:00
Derick Rethans
0d794a674f Document the mongo.ping_interval and mongo.is_master_interval settings.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325351 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-20 10:27:37 +00:00
Jakub Vrana
cf81347191 Use <function>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325343 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-20 01:11:40 +00:00
Philip Olson
18c2017429 Added a <title> to the <example>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325341 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-20 00:05:11 +00:00
Derick Rethans
eba5076625 Reorder alphabetically.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325329 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-19 08:45:42 +00:00
Derick Rethans
6813e1ec5a Fixed method name.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325328 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-19 08:42:04 +00:00
Ulf Wendel
b1b1483b74 Current development tree now has version 1.4. 1.3 is on its way to become stable.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325327 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-19 08:22:59 +00:00
Adam Harvey
5fc44ef3a3 Fix doc bug #61772 (filename parm description).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325323 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-19 07:27:20 +00:00
Philip Olson
768abb6df7 Added missing headers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325322 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-18 21:26:12 +00:00