Daniel Egeberg
f2f4e07d9d
Fixed PHP bug #51976 (date_default_timezone_get still mentions TZ use)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300203 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-05 10:37:33 +00:00
Peter Cowburn
792dd6e1c9
Corrected method name createTextElement -> createTextNode. Fixes doc #51990
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300172 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-03 21:47:00 +00:00
Peter Cowburn
975bee39f1
doy values of 001-009 are allowed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300164 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-03 13:52:49 +00:00
Philip Olson
f8a01283bc
Removed bogus filter 'type' constants (well, they exist, but are of no use). Spotted by datibbaw.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300153 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-03 08:18:24 +00:00
Christopher Jones
968b5e70f8
Update for Berkeley DB 5
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300152 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-03 07:08:08 +00:00
Adam Harvey
a205631ef0
Fix doc bug #51981 (decbin(): "(31 1's)" in "64-bit machines" table).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300139 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-03 03:09:38 +00:00
Philip Olson
0cd24f9b19
Fixed build.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300112 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-02 21:00:28 +00:00
Daniel Egeberg
0640e024d4
Fixed PHP bug #51978
...
for file in `ack -i '\bA\s+SQL' -l`; do perl -i -pe 's/\b(a)(\s+SQL)/\1n\2/gi' $file; done
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300101 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-02 18:45:11 +00:00
Mark Skilbeck
423762a731
Added note about 5.2 and circular references.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300086 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-02 08:08:15 +00:00
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