Commit graph

22009 commits

Author SHA1 Message Date
Christoph Michael Becker
966b269f4f added changelog (fixes #69878)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337000 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-18 19:22:33 +00:00
Jeremy Mikola
a6a2a9599c Fix MongoDB\Driver\Query option name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336995 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-18 02:56:15 +00:00
Maciej Sobaczewski
66d4ce2b23 Document another PHP 7 removals
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336986 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-17 10:33:04 +00:00
Christoph Michael Becker
f9aed876b8 clarified date() documentation regarding microseconds (#fixes 69789)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336982 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-16 20:46:13 +00:00
Maciej Sobaczewski
b6dc84ee14 Sigh...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336978 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-16 09:11:34 +00:00
Maciej Sobaczewski
f0c9cde146 Document datefmt_set_timezone_id() and IntlDateFormatter::setTimeZoneID() removals in PHP 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336977 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-16 07:23:54 +00:00
Maciej Sobaczewski
ad46822c2c Document #-style comments support removal in PHP 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336976 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-16 05:39:25 +00:00
Maciej Sobaczewski
28b60877cc Document INI_SCANNER_TYPED
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336975 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-16 05:05:37 +00:00
Christoph Michael Becker
1a2ba350f4 fixed pathinfo version information (fixes #69839)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336974 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-15 22:13:49 +00:00
Christoph Michael Becker
7282b833ba documented xsl.security_prefs and related functions and constants (fixes #61233)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336970 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-15 13:26:16 +00:00
Christoph Michael Becker
7448d19579 linked $flags constants to their definition (fixes #60971)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336969 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-15 11:57:15 +00:00
Derick Rethans
2bee8cf00a - Updated to version 2015.5 (2015e)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336967 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-15 09:42:07 +00:00
Peter Cowburn
636039b556 wildcard for svn:ignore
curse you bash wildcard expansions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336960 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-15 08:09:36 +00:00
Peter Cowburn
8e70d61619 svn keywords for CSRPNG
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336959 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-15 08:07:18 +00:00
Christoph Michael Becker
a9cc0450f7 added note about potential blocking of MCRYPT_DEV_RANDOM (fixes #63146)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336958 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 21:41:15 +00:00
Sammy Kaye Powers
b9271c0d58 Add docs for CSPRNG in PHP 7 and update related docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336957 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 20:50:32 +00:00
Christoph Michael Becker
b6dfe99e58 fixed comment regarding version dependent behavior (fixes #66965)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336955 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 19:49:47 +00:00
Christoph Michael Becker
35df207878 improved $flags documentation (fixes #67586)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336954 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 18:50:02 +00:00
Christoph Michael Becker
0b21aec05f documented LIBXML_BIGLINES constant
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336953 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 17:14:26 +00:00
Christoph Michael Becker
5b4e9152ef documented that infinite recursion is considered to be a programming error (fixes #69424)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336952 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 15:48:51 +00:00
Christoph Michael Becker
03c93040de improved description of CURLOPT_TCP_NODELAY (fixes #69366)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336951 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 15:43:31 +00:00
Christoph Michael Becker
65ba344afa clarified fallback to temp dir (fixes #69488)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336950 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 15:20:45 +00:00
Christoph Michael Becker
610080f273 fixed markup (fixes #69505)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336949 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 15:14:16 +00:00
Christoph Michael Becker
92d94d9c11 simplified description of normal execution wrt. try-catch (fixes #67010)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336948 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 15:09:55 +00:00
Christoph Michael Becker
22eec6c860 added example regarding changed byte-order of tiger hashes as of PHP 5.4 (fixes #61307)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336947 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 15:00:38 +00:00
Christoph Michael Becker
7cddcd7156 documented alternative signature (fixes #69562)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336946 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 14:35:52 +00:00
Christoph Michael Becker
f0e566aee7 documented \g<name> and \g'name' syntax for PCRE patterns (fixes bug #62428)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336943 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 14:13:44 +00:00
Christoph Michael Becker
96a4b73c02 added return.falseproblem warning to SimpleXML factory functions (fixes bug #69596)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336942 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 14:06:12 +00:00
Christoph Michael Becker
a706ea6af5 fixed typos, grammar, expression
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336939 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-13 22:22:45 +00:00
Christoph Michael Becker
5084911556 fixed erroneous param/default value info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336938 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-13 22:13:29 +00:00
Christoph Michael Becker
f96f7aecf8 improved examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336937 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-13 22:10:18 +00:00
Christoph Michael Becker
27f822f870 added info on how to specify custom port
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336936 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-13 22:07:05 +00:00
Christoph Michael Becker
7e514a8dbc use Unicode instead of ASCII arrows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336935 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-13 22:04:28 +00:00
Peter Cowburn
29b7600a73 remove wrong available from for opcache.interned_strings_buffer (patch by PeeHee)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336929 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 22:25:23 +00:00
Peter Cowburn
8494712d39 tidy up
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336928 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 22:25:15 +00:00
Peter Cowburn
9e7f7f4b43 phpnative was dropped
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336927 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 22:25:07 +00:00
Peter Cowburn
31cf7985da update solr response writers (patch by omars)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336926 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 22:24:59 +00:00
Peter Cowburn
4de8a4cb9a typo (patch by cmb)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336925 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 22:24:51 +00:00
Peter Cowburn
f374919ddd typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336924 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 22:24:43 +00:00
Pasindu De Silva
596f94f4bc Updated Opcode List
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336923 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 15:24:34 +00:00
Peter Cowburn
8269f33ca8 fix build
use refsect for notes section, and move to correct position on page

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336922 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 13:26:16 +00:00
Rasmus Lerdorf
e61a8ef8b2 Add note on partial auth here
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336921 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 06:14:22 +00:00
Peter Cowburn
b71889694a column names case
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336911 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 21:00:15 +00:00
Peter Cowburn
c5d92fd712 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336910 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 21:00:06 +00:00
Peter Cowburn
67080eddef add XSL_SECPREF_NONE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336909 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:59:56 +00:00
Peter Cowburn
b61dee59ad better param name for SessionHandler::open()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336908 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:59:48 +00:00
Peter Cowburn
0217894fbc word of the day: portmanteau
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336907 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:59:40 +00:00
Peter Cowburn
0db220e24d phar compress examples fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336906 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:59:32 +00:00
Peter Cowburn
7bf58ca941 better see also function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336905 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:59:22 +00:00
Peter Cowburn
0938cb6b68 IMG_FILTER_BRIGHTNESS allows -225 to 255
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336904 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:59:14 +00:00