Commit graph

14646 commits

Author SHA1 Message Date
Maciej Sobaczewski
86727eb89e Document PREG_REPLACE_EVAL removal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336806 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-20 05:15:44 +00:00
Maciej Sobaczewski
f9bf9b2045 Document PHP 7 changes for setlocale()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336805 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-20 05:03:42 +00:00
Pasindu De Silva
f404900be9 Added warning for mcrypt functions removed in PHP 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336802 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-19 19:14:38 +00:00
Maciej Sobaczewski
93edd6c0cc Close bug #69624 (Return Value section incorrect)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336796 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-19 05:06:47 +00:00
Bryan Davis
6771b157e8 Document unsafe deserialization and ini setting to disable
Add warnings for yaml_parse* methods that processing untrusted input is
dangerous if !php/object content is included. Processing for !php/object can
be disabled with the new yaml.decode_php ini setting.

Bug: 69617


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336795 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-18 15:20:03 +00:00
Xinchen Hui
d65b9c2708 update doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336786 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-16 03:00:58 +00:00
Anthony Ferrara
be2383c6f9 Clean up example for mcrypt. Thanks Scott Arciszewski
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336782 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-15 15:07:23 +00:00
Peter Cowburn
02312b8f5f concise return value descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336779 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-15 11:58:57 +00:00
Peter Cowburn
2084295d69 Document pdo_pgsql copy from/to file/array methods. Patch by Alexander N (doc bug #63656)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336777 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-14 22:41:04 +00:00
Peter Cowburn
f5f9f820c1 Removes examples that a) don't demonstrate output that relates to the purpose of the example and b) relate more to another function (usort) than the function which is the topic of the manual page (natsort) (doc bug #69604)
-- 
Provided by Melanie King (mvs.php@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336772 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-14 12:01:42 +00:00
Peter Cowburn
4ac3664895 fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336771 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-14 08:55:44 +00:00
Peter Cowburn
743a40810e WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336768 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-14 08:26:35 +00:00
Peter Cowburn
50bb6c96bc Added missing output in func-get-arg 1st example
-- 
Provided by jonid.bendo@gmail.com via online editor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336767 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-14 08:23:00 +00:00
Peter Cowburn
b0c1317937 better description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336765 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-14 08:05:19 +00:00
Peter Cowburn
1b98a453d1 more useful see also functions (patch by cmb)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336764 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-14 07:58:05 +00:00
Peter Cowburn
95cd5ed681 Use <literal>, not <parameter> (patch by cmb)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336763 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-14 07:57:21 +00:00
Peter Cowburn
a8eb6731a7 Remove confusing and unnecessary detail.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336762 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-14 07:55:58 +00:00
Peter Cowburn
b32d9b7913 The description for HaruPage::measureText() was not entirely correct, stating the function returned "number of characters" and not "number of bytes"
-- 
Provided by anonymous 57960 via online editor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336761 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-14 07:52:32 +00:00
Peter Cowburn
763f5d045c The acquire/release behavior of a weakref instance (i.e. that Weakref::release() must be called once for each Weakref::acquire() to actually release the reference) was not clear.
--
Patch by p@wspnr.com via online editor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336760 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-14 07:51:07 +00:00
Karoly Negyesi
f393569ee0 document the lexicographical order used
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336741 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-08 22:03:39 +00:00
Maciek Sokolewicz
dcdd9c608e Fixed broken example code (patch by Hannes van de Vreken)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336740 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-08 21:12:05 +00:00
Maciek Sokolewicz
c2aeb63e3d added a real programlisting role so it would display properly.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336739 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-08 21:08:43 +00:00
Stanislav Malyshev
b84e03d929 Fix iconv() to match current code since 5.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336738 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-08 20:46:26 +00:00
Rasmus Lerdorf
f7af074111 This needs a non-breaking utf8 space to work
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336726 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-06 06:18:39 +00:00
Peter Cowburn
d3bc8c66f4 use new ini section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336722 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-05 12:36:37 +00:00
Peter Cowburn
6ab0778c01 Added default svn properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336721 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-05 12:35:57 +00:00
Rasmus Lerdorf
8c9e28bc67 Add see also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336718 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-05 05:36:33 +00:00
Rasmus Lerdorf
0766b35f0c Add openssl.cafile and openssl.capath config options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336717 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-05 05:27:54 +00:00
Pasindu De Silva
a44a1e0b79 Minor typo, grammar and example Fixes (By Christoph Becker cmb@php.net)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336715 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-04 19:48:31 +00:00
Pieter Hordijk
5eb641c91a Added changelog entry for the fixed wouldblock param on windows https://bugs.php.net/bug.php?id=54129
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336705 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-30 20:24:22 +00:00
Pieter Hordijk
61b8c6fb86 Fixed references to examples / explanation "below" and "above" to actually link to the content.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336703 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-30 19:32:03 +00:00
Hannes Magnusson
70c246e011 Remove very outdated note. Fixes bug #69544 (FAT and PHP 4 are kinda irrelevant today)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336701 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-30 16:12:04 +00:00
Maciej Sobaczewski
5fb8369ce4 Apply patch by Christoph Michael Becker (closes bug #64927)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336672 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-27 04:58:17 +00:00
Derick Rethans
808036c726 - Updated to version 2015.4 (2015d)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336669 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-26 18:15:20 +00:00
Peter Cowburn
462ee812a4 add FILTER_VALIDATE_MAC (patch by Lorna jame Mitchell)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336648 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-24 10:27:14 +00:00
Peter Cowburn
e5f41806a6 is_resource() is not a strict type checking function (patch by Michael Slusarz)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336644 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-24 09:44:52 +00:00
Peter Cowburn
590013355f Document how escapeshellarg behaves on Windows. (patch by Petr Hudeček, doc bug #68140)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336643 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-24 09:37:44 +00:00
Peter Cowburn
4f604500d7 Describe XMLReader::expand() basenode parameter (patch by Thomas Weinert)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336641 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-24 09:32:46 +00:00
Peter Cowburn
ee56bc9e39 MongoDate::toDateTime() returns DateTime (patch by cmb, doc bug #69519)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336640 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-24 09:15:06 +00:00
Peter Cowburn
a2f3c32c3d add SplFileObject::fputcsv escape parameter (doc bug #69516)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336637 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-23 18:44:59 +00:00
Pieter Hordijk
53b3265387 Fixed E_ENGRISH / typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336630 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-23 08:59:26 +00:00
Pieter Hordijk
8547098010 Changed i.e. -> e.g. as per https://bugs.php.net/bug.php?id=69507
http://www.grammarly.com/blog/2014/know-your-latin-i-e-vs-e-g/

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336629 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-23 08:29:06 +00:00
Derick Rethans
5f9ee1e866 Add better descriptions to show what is what.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336619 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-22 16:59:57 +00:00
Pasindu De Silva
b835a2f8d3 Fix #63620 , Added fbsql.mbatchsize, fix fbsql.allow_persistent php since date.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336615 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-22 14:43:17 +00:00
Pasindu De Silva
2ee8e560cb Fix bug #64092, Added description and example for parameter "cut" is false and word is long than width.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336614 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-22 14:25:37 +00:00
Pasindu De Silva
761cdaefbf Fix #66477 ( By Christoph Becker )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336605 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 15:26:52 +00:00
Pasindu De Silva
3eb1b91927 Fix #69482 session_commit and session_abort documentation return type mismatch
( By Christoph Becker )

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336604 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 15:13:19 +00:00
Peter Cowburn
2664626816 markup parameter and mention previously
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336603 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 14:09:03 +00:00
Pasindu De Silva
2e1fd3bdcc Fix Bug 67759 By Christoph Becker
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336600 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 13:45:05 +00:00
Pasindu De Silva
d1b39ea532 Minor typo and other fixes. (By Christoph Becker)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336599 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 10:48:37 +00:00