Commit graph

23621 commits

Author SHA1 Message Date
Christoph Michael Becker
57b593d529 Not all strings containing valid integers are cast to int
This commit includes user note 117129 into the manual.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342559 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-07 15:09:53 +00:00
Jean-Sebastien Hedde
c4910a6ef8 There was a note that has not been updated according implementation of https://wiki.php.net/rfc/generator-return-expressions in PHP 7.0.
-- 
Provided by anonymous 83640 (jdomenechbborges@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342557 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-07 12:10:06 +00:00
Jean-Sebastien Hedde
e4bf37c420 Replaced an example of negative indices in arrays with an example of negative indices in strings for the page on the String type.
-- 
Provided by anonymous 83124 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342556 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-07 11:58:15 +00:00
Jean-Sebastien Hedde
73c54da7df Add information for SQLSRV driver v4.0. Add information of compatibility of SQLSRV with linux.
-- 
Provided by anonymous 81693 (jb@nahan.fr)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342555 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-07 11:53:28 +00:00
Jean-Sebastien Hedde
56e3e61f45 Reverse the naming of variables $getXCB and $getX in Pre PHP 7 code.
(Seems better than renaming $getX to $getXCB in PHP 7+ code.)

-- 
Provided by anonymous 82812 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342554 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-07 11:51:03 +00:00
Pieter Hordijk
9bea20e670 Renamed duplicate JSON_ERROR_INVALID_PROPERTY_NAME to correct JSON_ERROR_UTF16
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342548 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-06 10:07:20 +00:00
Jiří Pudil
e542303a31 Add microseconds support to DateInterval
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342541 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-05 08:22:07 +00:00
Jakub Zelenka
faac297a11 Update introduction to openssl ext
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342538 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-04 16:17:34 +00:00
Andrey Gromov
df517c42fc typo, fix by anon
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342533 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-02 06:02:32 +00:00
Jeremy Mikola
1e6830fdcc MongoDB\Driver\Query maxAwaitTimeMS option
https://jira.mongodb.org/browse/PHPC-839


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342530 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-30 20:56:38 +00:00
Peter Cowburn
8aee3a0831 add more rusage fields
Patch by yannick

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342526 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-28 13:48:42 +00:00
Peter Cowburn
e295d45daf typofix
Patch by Richard Jennings

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342525 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-28 13:48:38 +00:00
Peter Cowburn
7d312bb33b parse_locale returns null when parameter longer than INTL_MAX_LOCALE_LEN
Patch by Matthew Brown

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342524 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-28 13:48:35 +00:00
Peter Cowburn
c2de57c798 return value for Imagick::getImageColors
Patch contributed anonymously via online editor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342523 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-28 13:48:31 +00:00
Peter Cowburn
976df74b38 use same refpurpose as DateTime::createFromFormat
Patch contributed anonymously via online editor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342522 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-28 13:48:28 +00:00
Peter Cowburn
ce5f405a06 openssl_csr_new() &return.falseforfailure;
Patch contributed anonymously via online editor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342521 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-28 13:48:24 +00:00
Peter Cowburn
32c9782788 link to compression constants from Imagick::setCompression
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342520 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-28 13:48:21 +00:00
Andrey Gromov
bf4d1b3e29 Fixes proc_nice example description
-- 
Provided by anonymous 82943 (damian@sypniew.ski)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342518 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-27 19:55:14 +00:00
Andrey Gromov
af2c7707f7 --
Provided by anonymous 83297 (roocster@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342517 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-27 19:52:17 +00:00
Christoph Michael Becker
95e3ed68b8 Fix return value documentation
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342511 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-26 13:40:38 +00:00
Andrey Gromov
42f0c6186a fixes from anons (changes for imap checked in C-sources)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342503 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-25 08:23:31 +00:00
Andrey Gromov
e4158b483c Small inaccuracy
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342500 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-25 08:04:46 +00:00
Christoph Michael Becker
cd016816d6 Fix #74630: Syntax error in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342493 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-22 16:33:58 +00:00
André Luis Ferreira da Silva Bacci
e099179df1 Files without svn:keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342491 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-21 18:10:40 +00:00
Jeremy Mikola
94bb83773b Quote strings in initializer values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342475 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-08 20:10:25 +00:00
Jeremy Mikola
2786d23f59 Use short array syntax in initializer value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342474 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-08 20:08:56 +00:00
Pieter Hordijk
af3c002df8 Fixed duplicate word
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342445 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-04 08:34:49 +00:00
Pieter Hordijk
ad195a6577 in second note box, min and max parameters were misplaced
-- 
Provided by anonymous 82724 (molnarriso@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342442 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-02 07:17:18 +00:00
Andrey Gromov
d820976d6d Typos. From "files in progress"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342440 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-30 07:08:06 +00:00
Thomas Punt
32fb673491 Mention that method modifier semantics are no longer applicable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342433 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-27 15:39:41 +00:00
Jeremy Mikola
8cb8b58843 Document precendence of authMechanismProperties MongoDB URI options
https://jira.mongodb.org/browse/PHPC-915


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342427 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-26 16:50:52 +00:00
Jeremy Mikola
bfbc437d17 Document authMechanism options for MongoDB URI options array
https://jira.mongodb.org/browse/PHPC-772


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342426 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-26 16:44:54 +00:00
Andrey Andreev
34bec0531a sscanf() stops reading %s tokens on whitespace chars
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342425 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-26 12:49:04 +00:00
Pieter Hordijk
08c60bdf54 Added note about the salt option being deprecated in 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342418 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-25 14:26:01 +00:00
Pasindu De Silva
6a449e0866 Update auto_globals_jit documentation
Submitted by Josh worden (solocommand@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342413 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-22 17:07:22 +00:00
Andrey Gromov
db4c67a902 new, upd
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342408 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-21 09:46:05 +00:00
Christoph Michael Becker
e2297288b9 #74467 The fallback parameter of resourcebundle_get is undocumented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342403 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-20 15:42:42 +00:00
Andrey Gromov
764da44228 new, fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342397 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-20 12:34:31 +00:00
Christoph Michael Becker
ed63e041a8 Fix return type
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342392 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-19 16:40:03 +00:00
Christoph Michael Becker
b16044a088 Fix #74467: The fallback parameter of ResourceBundle::get is undocumented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342390 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-19 15:59:31 +00:00
Andrey Gromov
2aaa257b45 Two minor typos fixed.
-- 
Provided by anonymous 80662 (peterkokot@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342335 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-15 08:52:18 +00:00
Peter Cowburn
ee2f9aa6b6 tweak getcolumnmeta drivers info
Changes:
* Removed Firebird from list.
* Added changelog entry for PDO_DBLIB.
* Added links to drivers.
* Reformatted as itemizedlist.
* Sorted drivers in alphabetical order :)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342326 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-14 14:19:49 +00:00
Pieter Hordijk
c0def81f41 Documented changes of opcache cli being enabled by default on 7.1.2
#74437

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342325 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-14 14:08:55 +00:00
Pieter Hordijk
fd6131c650 Removes experimental note as per #74370
-- 
Provided by anonymous 82010 (jay@room11.org)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342316 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-13 08:22:57 +00:00
Christoph Michael Becker
0c657886f3 Fix typo
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342311 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-11 14:45:20 +00:00
Christoph Michael Becker
20f75bd8da Fix erroneous version information
See <https://3v4l.org/KTWoZ>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342310 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-11 14:43:15 +00:00
Christoph Michael Becker
797064ec67 Fix typos
Patches provided by anon users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342309 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-11 14:30:36 +00:00
Christoph Michael Becker
d0a57fa419 Fix #74397: Filename can also be empty string for in-memory db
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342307 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-11 14:13:38 +00:00
Dan Ackroyd
8aee21b408 Added description of parameter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342294 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-10 17:51:52 +00:00
Dan Ackroyd
878915e1ae Thanks for the patch. This explains what the function actually does.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342293 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-10 16:57:18 +00:00