Commit graph

16660 commits

Author SHA1 Message Date
Philip Olson
5a54777725 Documented stream_set_read_buffer()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300073 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-01 20:22:45 +00:00
Philip Olson
da5ec3f422 Added skeletons for apc.lazy_* directives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300072 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-01 20:00:51 +00:00
Pierrick Charron
fb38207279 Fixed bug #51965
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300047 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-01 13:35:33 +00:00
Richard Quadling
28a5628c89 Added complete svn:keyword list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300031 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-01 09:28:26 +00:00
Philip Olson
a516c3d9a4 Added missing returnvalues roles.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300025 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-01 04:37:21 +00:00
Adam Harvey
96671a4ad9 Fix doc bug #51959 (Update 5.3 migration guide with func_get_arg() BC break).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300022 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-01 03:14:42 +00:00
Adam Harvey
02bfeda9aa Fix typo: outtermost -> outermost.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300021 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-01 03:14:06 +00:00
Philip Olson
46b1d8ab8f Documented the upcoming OAuthProvider::generateToken()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300006 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-31 19:23:40 +00:00
Pierrick Charron
13a6aa145e Fixed bug #51956
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300004 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-31 18:59:20 +00:00
Philip Olson
1df54c5470 Updated OAuth documentation to reflect current trunk, which includes:
- Added missing methods and properties
- Updated current methods (usually with current return values)
- A few other miscellaneous changes/updates


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299997 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-31 17:16:14 +00:00
Daniel Egeberg
75006082b2 Fixed PHP bug #51592 (file_get_contents('php://input') - empty string if called more than once)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299993 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-31 14:37:39 +00:00
Kalle Sommer Nielsen
571258fe2e ReflectionExtension::getdependencies() may return Optional aswell
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299955 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-30 04:10:15 +00:00
Peter Cowburn
bc3a5cc7bd tidied up return values section for strtr()
- simpler normal return value description
  - empty key returns false (bug #51908)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299913 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-28 15:50:00 +00:00
Kalle Sommer Nielsen
b5ac8ca1e8 Documented a couple undocumented methods and fixed some bugs here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299908 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-28 14:46:46 +00:00
Peter Cowburn
c008fe1df8 added parameters and return values sections for spl_classes()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299899 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-28 09:02:24 +00:00
Peter Cowburn
a1bc631b0f added normal return value description for explode - fixes bug #51937
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299897 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-28 08:32:05 +00:00
Philip Olson
fe5e528ec9 Adding forgotten OAuthProvider class file, which belongs in change r299859
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299872 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 19:07:10 +00:00
David Tajchreber
e084913300 Removing test comment. Please ignore x 2.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299869 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 18:08:17 +00:00
David Tajchreber
976cd87b97 This is a test, please ignore.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299863 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 17:27:58 +00:00
Richard Quadling
963cc0c5ed Correct parameters. Fixes #51935
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299862 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 17:25:28 +00:00
Yoshinari Takaoka
9ad53a76ce - mbstring.language Changeable value is changed to PHP_INI_ALL from PHP 5.2.6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299861 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 17:18:43 +00:00
Richard Quadling
4a66b4509a Added complete svn:keyword list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299860 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 16:49:57 +00:00
Philip Olson
6b65b2d86d Added basic documention for OAuthProvider.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299859 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 16:02:15 +00:00
Daniel Egeberg
ecf6f8b44c nevermind
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299852 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 13:50:37 +00:00
Daniel Egeberg
c4134714a9 Incorporated user note 97150
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299851 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 13:36:29 +00:00
Philip Olson
7a98c0b69c Fixed build (typo)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299838 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 02:19:33 +00:00
Daniel Egeberg
fd8b4486ea Fixed PHP bug #51906, dns_get_record() returns false on failure.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299837 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 00:40:18 +00:00
Joey Smith
269d3fcf8e Spelling correction (Peaks -> Peeks)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299795 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-26 15:26:10 +00:00
Daniel Egeberg
3049bd1d4a Added warning to Debian install page.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299778 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-26 10:30:03 +00:00
Adam Harvey
7a8a82c2bf Last change for now: wrap the mysqlnd configuration page in an anonymous
section so that we get consistent styling with other Runtime Configuration
pages.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299775 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-26 09:11:56 +00:00
Adam Harvey
5d7e0822ac Linkify things that should be linkified in mysqlnd and remove an extra set of
parentheses.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299774 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-26 08:55:26 +00:00
Adam Harvey
d2848fa2c5 Remove the big list of mysqlnd statistic keys and replace it with a link to the
appropriate manual page.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299773 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-26 08:48:48 +00:00
Daniel Egeberg
df3b602832 Fixed PHP bug #51916 (Broken links in php.ini for section [mysqlnd])
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299772 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-26 08:21:00 +00:00
Philip Olson
fab14e20d6 Added version information for APCIterator
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299729 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-25 02:16:46 +00:00
Philip Olson
aea2855eea Added missing APC documentation. Note: some parts need additional work still.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299728 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-25 01:46:16 +00:00
Kristina Chodorow
40a12b7bfc warnings about bson_encode and bson_decode
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299723 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-24 22:14:13 +00:00
Christopher Jones
000f81411a Grammar fix to test edit.php.net
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299721 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-24 21:32:02 +00:00
Kristina Chodorow
f41e046afe added dbref clarification
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299699 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-24 16:21:54 +00:00
Kristina Chodorow
74a3aaff8c updated group params
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299698 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-24 16:10:09 +00:00
Richard Quadling
54b35123bc Temporarily hide unrequired synopses from datetime documentation (all translations) as these are generating a warning during the build process.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299689 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-24 12:51:39 +00:00
Richard Quadling
d5c4336ad5 xinclude() returns False when there are no XIncludes (Thank you Peter Cowburn)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299688 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-24 12:02:01 +00:00
Richard Quadling
edf214153a xinclude() returns -1 if some processing failed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299685 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-24 10:18:18 +00:00
Philip Olson
221daf722c Updated about.phpversions to reflect current practices
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299665 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-23 15:52:55 +00:00
Daniel Egeberg
5179a9d3ad A bit of cleaning in the install docs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299643 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-23 12:19:22 +00:00
Daniel Egeberg
ec6501cd33 Fixed PHP bug #51891 (T_NS_SEPARATOR missing in List of Parser Tokens)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299642 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-23 11:58:24 +00:00
Daniel Egeberg
2dc6a55895 Fixed PHP bug #51887 (T_NS_C and T_NAMESPACE not separated in Parser Token List)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299641 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-23 11:56:50 +00:00
Peter Cowburn
3f159d3087 Correct description of special ! character. Fixes #51866
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299631 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-22 19:13:10 +00:00
Daniel Egeberg
669a1d1699 Fixed errors pointed out by Braian Iván Monnier on the mailing list.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299630 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-22 18:36:04 +00:00
Philip Olson
99ae2b40a6 Implemented new version.trunk. entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299628 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-22 17:23:13 +00:00
Philip Olson
aa5c7c7f48 Added trunk version related entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299627 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-22 17:09:43 +00:00