Commit graph

21356 commits

Author SHA1 Message Date
Maciej Sobaczewski
361be30820 Mention these not only in changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334560 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-18 10:10:20 +00:00
Maciej Sobaczewski
4a0ea56892 Focus on current PHP versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334557 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-17 07:49:10 +00:00
Maciej Sobaczewski
49944c9148 This function is no longer experimental
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334556 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-15 13:02:27 +00:00
Tjerk Anne Meesters
32e6d20560 Methods defined in an interface are abstract by definition; there's no need to add the 'abstract' keyword.
In fact, doing this in userland would cause a parse error.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334550 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-14 04:24:14 +00:00
Adam Harvey
b3a172cf6a posix_isatty() and posix_ttyname() will accept both integers and resources.
Fixes doc bug #67823 (posix_* $fd documented as int, should be resource).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334543 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-11 23:08:12 +00:00
Ulf Wendel
c78d3e74a2 Fix stats description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334529 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-07 21:21:14 +00:00
Sherif Ramadan
9d35fdf679 Incorrect return value documented for set_time_limit.
Documented as void, but the function has always returned a boolean true/false.
See source code for reference http://lxr.php.net/xref/PHP_5_5/main/main.c#1280

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334526 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-07 20:31:09 +00:00
Derick Rethans
b6de9c05b4 - Updated to version 2014.6 (2014f)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334519 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-07 09:31:01 +00:00
Jeremy Mikola
6b2eb216fd Revise MongoLog class documentation
Rewrite intro documentation and move PHP notice tip to a note block. Add MongoLog::CON. Add changelog, deprecating old constants. Fix modifiers for class properties.

https://jira.mongodb.org/browse/PHP-1162


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334512 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-06 19:41:45 +00:00
Jeremy Mikola
c2b2224748 Revise MongoLog method documentation
Replace reference to deprecated MongoLog constants. Fix typing docs in callback pages and add PHP version requirement to getCallback(). Make language consistent between the getter/setter method docs.

https://jira.mongodb.org/browse/PHP-1162


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334511 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-06 19:39:17 +00:00
Adam Harvey
453cb8e376 I grammar good. (Thanks, Ferenc.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334510 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-06 18:18:00 +00:00
Maciej Sobaczewski
d5e05486ba Clarify information about using arrays in constants scalar expressions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334487 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-05 11:48:57 +00:00
Maciej Sobaczewski
0cb2ef45e1 Mention that symlinks in __FILE__ are resolved
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334486 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-05 11:43:50 +00:00
Jeremy Mikola
f79489c9b3 Revise MongoDB connect/socket timeout docs
Document that default values for MongoClient options and implications of negative timeouts.

https://jira.mongodb.org/browse/PHP-791


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334483 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-04 22:06:20 +00:00
Jeremy Mikola
a3e949b1ea Refer to MongoCursor::maxTimeMS() from timeout() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334482 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-04 21:17:50 +00:00
Maciej Sobaczewski
b6654cdfa5 Use entities instead
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334473 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-04 09:16:01 +00:00
Maciej Sobaczewski
9f88a8b814 Minor rewrite magic constants section to focus on PHP 5. Changelog added.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334472 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-04 07:48:40 +00:00
Karoly Negyesi
59b4b899d3 Note is_subclass_of() is not fussy about nonexisting classes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334468 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-02 20:46:07 +00:00
Ulf Wendel
dd3aac4e4f New internal connection pool and its statistics
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334467 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-02 17:52:33 +00:00
Tjerk Anne Meesters
c00ccb3d5e Added version information for openssl_x509_fingerprint()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334446 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-01 00:12:57 +00:00
Peter Cowburn
caba86305d start a changelog for datetime.formats.relative (doc bug #67722)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334439 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-31 13:11:08 +00:00
Peter Cowburn
517e7bc163 update "first/last day of" to reflect changes in 5.3.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334438 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-31 13:11:04 +00:00
Tjerk Anne Meesters
44ab3fe15b Added context option for peer fingerprint (5.6)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334435 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-31 12:05:41 +00:00
Yannick Torres
a662aadca1 Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334434 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-31 12:02:50 +00:00
Tjerk Anne Meesters
6166e156fe Added openssl_x509_fingerprint() function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334429 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-31 04:55:35 +00:00
Jeremy Mikola
4a26145cee Fix documentation for MongoCursor::timeout() default
https://jira.mongodb.org/browse/PHP-1157


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334427 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-30 21:36:35 +00:00
Peter Cowburn
ecc5ebb63c found a sneaky FIXME PHP_6 hiding behind the sofa
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334426 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-30 21:29:21 +00:00
Andrea Faulds
9804d75897 Clarified function of mb_http_output and the http_output setting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334422 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-30 15:05:00 +00:00
Maciej Sobaczewski
3480d5a084 This is no longer true since PHP 4
but correct me if I'm wrong

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334418 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-30 03:40:54 +00:00
Philip Olson
42a727aa49 Added missing IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334416 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-29 23:07:55 +00:00
Ulf Wendel
8068de761f Third parameter for mysqlnd_ms_xa_gc to force GC runs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334415 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-29 19:54:42 +00:00
Ulf Wendel
0f4adfde51 Background/concepts information on XA transaction support. Document XA related statistics
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334413 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-29 17:04:02 +00:00
Peter Cowburn
3e71d7cc2f tidy example and paragraph introduction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334412 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-29 13:36:04 +00:00
Peter Cowburn
0155d14f57 move bracket delimiters paragraph again
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334411 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-29 13:36:00 +00:00
Chris Wright
d28c33adb9 Clarify some details of using bracket-style delimiters in regular expression patterns
Patch suggested by Brandon Kelly (brandon@pixelandtonic.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334410 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-29 12:46:16 +00:00
Peter Cowburn
092ad46255 extra bracket delimiters examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334409 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-29 11:22:38 +00:00
Peter Cowburn
9284ca6f8a move bracket delimiters paragraph up a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334408 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-29 11:22:34 +00:00
Peter Cowburn
37587bd013 This is a wrong copy-paste from addFile() (Patch by Benjamin Morel <benjamin.morel@gmail.com>)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334404 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-29 08:00:26 +00:00
Peter Cowburn
c153cf82c2 added ldap_modify_batch and mysqli_get_links_stats (Patch by Chris Smith <chris@cgsmith.net>)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334403 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-29 07:58:40 +00:00
Maciej Sobaczewski
a1ff92831b Fuck, I'm sorry guys
Luckily, it won't require any EN-Revision adjustments AFAIK
Sorry once again...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334390 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-26 12:08:57 +00:00
Maciej Sobaczewski
074f5e0e97 Remove reference/unicode
It references to unicode support which probably won't come
with PHP.NEXT

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334389 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-26 12:03:51 +00:00
Maciej Sobaczewski
081b8fede7 Fix order of changelog entries
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334386 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-26 05:17:15 +00:00
Jeremy Mikola
d2f03350de Clarify wTimeoutMS option for MongoClient and write params
https://jira.mongodb.org/browse/PHP-791


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334385 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-25 19:18:16 +00:00
Peter Cowburn
0f9d01eea1 fix build
whoopsie!

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334375 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-24 12:33:58 +00:00
Peter Cowburn
eda3b067eb no more "FIXME PHP_6" todo comments
These mostly were about unicode, which probably won't come
with PHP <next major number here>, and FILE_TEXT/FILE_BINARY.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334374 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-24 12:28:07 +00:00
Ulf Wendel
e5e6dda39a List some GC settings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334372 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-23 17:21:21 +00:00
Philip Olson
8ecda077dc Moved command executions to their own programlisting, for improved readability. And added/moved titles around.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334361 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-23 03:45:40 +00:00
Jeremy Mikola
ae1355bad7 Clarify cursor/explain options for MongoCollection aggregate methods
https://jira.mongodb.org/browse/PHP-1054


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334360 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-22 19:19:50 +00:00
Jeremy Mikola
5afe9f5317 Add "ssl" connection option to MongoClient changelog
https://jira.mongodb.org/browse/PHP-1148


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334357 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-22 15:35:15 +00:00
Jeremy Mikola
3c46d42a39 Clean up docs for MongoGridFS delete/insert methods
https://jira.mongodb.org/browse/PHP-1147


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334345 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-21 22:02:44 +00:00