Commit graph

21563 commits

Author SHA1 Message Date
Peter Cowburn
378c046c40 initial hash_equals() page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334601 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-25 20:17:58 +00:00
Jeremy Mikola
c6bfe83556 Clarify that MongoCursor::snapshot() only prevents dupes
https://jira.mongodb.org/browse/PHP-1167


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334600 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-25 17:00:30 +00:00
Maciej Sobaczewski
afc3f34c68 Remove changelogs for PHP 4 - 1st round
Useful changelogs entries remain untouched.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334592 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-23 17:55:23 +00:00
Maciej Sobaczewski
2a08d8ca6b Fix hwapi.apache-integration
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334591 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-23 16:55:42 +00:00
Maciej Sobaczewski
6e3074e341 Remove PHP4-only extensions (sigh...)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334588 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-22 10:29:12 +00:00
Maciej Sobaczewski
b2c1566780 Remove PHP4-only extensions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334587 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-22 10:28:03 +00:00
Maciej Sobaczewski
9975952091 Updated about.phpversions
Goodbye PHP 4, thank you for everything. Requiescat in pace.

This commit is obviously only beginning of bigger process. You can read more here: http://news.php.net/php.doc/969385115

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334580 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-22 06:00:26 +00:00
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