Commit graph

25619 commits

Author SHA1 Message Date
Christoph Michael Becker
8597134228 Fix #78957: pdo_sqlite extension does not load after upgrading from 7.3.12 to 7.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348532 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-16 09:35:43 +00:00
George Peter Banyard
0a8aa545a4 Add argument number in printf function family.
-- 
Provided by anonymous 100917 (vike2000@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348529 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-16 05:56:52 +00:00
André Luis Ferreira da Silva Bacci
ac3665c3e9 Files without svn:keywords Revision
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348523 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-15 17:41:30 +00:00
Christoph Michael Becker
40a9429f45 PDO_MySQL defaults to emulated prepares nowadays
Cf. <http://git.php.net/?p=php-src.git;a=commit;h=e7c2bd6e4062ec6cb0f80f618a991a27b6de6959>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348515 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-14 19:18:34 +00:00
Christoph Michael Becker
97666ff44e Fix #78959: FILTER_VALIDATE_FLOAT supports min_range in php >= 7.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348513 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-14 17:34:43 +00:00
Christoph Michael Becker
a9a499aaab Update opcache.optimization_level default value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348511 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-14 17:10:03 +00:00
Christoph Michael Becker
00ff0a3a0c Fix #78954: get_object_vars not returning typed empty properties
Untyped properties default to NULL, so this sentence is superfluous for those.
Unitialized typed properties are not included in the result, so the sentence is
plain wrong for those.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348498 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-12 17:18:46 +00:00
Christoph Michael Becker
6d98bc0a84 Remove out-dated info
Empty strings are fully supported as of PHP 7.0.0; the former behavior is
described in the changelog.

This issue has been reported by Mark Randall.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348487 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-11 13:57:58 +00:00
Christoph Michael Becker
c3ad1e8e1b Document new NumberFormatter::CURRENCY_ACCOUNTING
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348480 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-09 15:52:47 +00:00
Christoph Michael Becker
c4c885db2f Fix #78936: Reflection methods for typed properties not documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348478 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-09 15:22:24 +00:00
Christoph Michael Becker
b9ab45e020 Integrate user note 123889
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348468 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-08 16:44:06 +00:00
Christoph Michael Becker
724e78e9e9 Fix #78816: Missing / wrong description of the assert_callback
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348467 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-08 16:41:49 +00:00
Christoph Michael Becker
06e35bddfe Fix #78835: Ambiguous definition of format character
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348466 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-08 15:21:57 +00:00
Christoph Michael Becker
1397ae6df7 Fix #78848: Important info about return values is tucked away at the end of fourth example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348465 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-08 15:18:49 +00:00
Christoph Michael Becker
4006142d54 Fix #78905: No list of nor link to relevant constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348463 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-08 15:06:36 +00:00
Christoph Michael Becker
5dfe41ab18 Use predefined entity reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348460 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-08 13:23:30 +00:00
Christoph Michael Becker
5289b52c82 Integrate user note 124490
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348453 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-07 15:39:19 +00:00
Christoph Michael Becker
e50c871145 implode($pieces, $glue) is deprecated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348451 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-07 13:30:24 +00:00
George Peter Banyard
217fa0d006 add a check for curl_error and write error to file
-- 
Provided by anonymous 101037 (tiffany.k.taylor@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348426 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-04 10:44:47 +00:00
George Peter Banyard
48b557d648 Use relevant entities, spotted by an anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348421 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-04 01:19:22 +00:00
George Peter Banyard
c644e37690 Use reurn.falseforfailure entity.
-- 
Provided by anonymous 94249 (BohwaZ)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348420 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-04 01:08:49 +00:00
Pieter Hordijk
f491e90003 Added conversion values for true and false in the examples area
-- 
Provided by anonymous 99841 (chris@env.ms)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348405 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-03 16:44:44 +00:00
Pieter Hordijk
515b704813 Added the 7.3 change to the changelog list
-- 
Provided by anonymous 59531 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348403 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-03 16:40:13 +00:00
Pieter Hordijk
254f1e9c54 Added sentence about continue behavior of continue in switch statement
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348402 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-03 16:30:56 +00:00
George Peter Banyard
83b687a159 Typo in type, provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348399 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-03 00:29:24 +00:00
Christoph Michael Becker
6890875704 The signature of ReflectionMethod::getClosure() depends on its usage
As already pointed out in the description of the $object parameter.
See also bug #78897.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348397 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-02 12:20:37 +00:00
Christoph Michael Becker
02e0d92d73 Document blocking_pipes option of proc_open()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348389 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 13:51:34 +00:00
Christoph Michael Becker
929cec1734 Clarify that fgetss() is stateful
We also add related functionality in the see-also section.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348386 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 13:03:14 +00:00
George Peter Banyard
0f9d5fdc88 Typo, provided by an anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348385 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 12:59:19 +00:00
George Peter Banyard
f94482f07a The current phrasing of the description of the spaceship operator is confusing. This patch moves the "respectively" to the end of the sentence to make the phrasing clearer.
-- 
Provided by anonymous 100956 (douglas@chippy.ch)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348384 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 12:55:38 +00:00
Christoph Michael Becker
81ee640911 Fix typo in IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348383 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 12:54:49 +00:00
Christoph Michael Becker
82bfb41917 Split filters documentation into subsections
We also remove a note regarding PHP 4, and furthermore move the deprecation
warning regarding the mcrypt.* filters into the proper subsection.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348381 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 12:08:59 +00:00
Christoph Michael Becker
c1a307f4e2 Document driver specific dba_open() parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348374 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-30 15:12:07 +00:00
Christoph Michael Becker
4349bb7a7c allow_url_include has been deprecated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348373 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-30 14:17:30 +00:00
Christoph Michael Becker
983d613db3 Document MB_ONIGURUMA_VERSION
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348369 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-29 15:56:00 +00:00
Christoph Michael Becker
facf2288d9 get_magic_quotes_gpc() and get_magic_quotes_runtime() are now deprecated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348353 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-27 09:03:57 +00:00
Karoly Negyesi
3c8132d824 documented stat mode
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348349 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-26 01:44:25 +00:00
George Peter Banyard
ac9f8fcf00 Typos found by anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348340 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-24 05:12:59 +00:00
George Peter Banyard
d693ad157f Adapting some anonymous user contributions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348339 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-24 05:12:07 +00:00
George Peter Banyard
8cb7482bf8 Typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348336 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-24 04:27:46 +00:00
Christoph Michael Becker
40e3ec6efd Document new FB dialect DSN component
Integrates user note 124350.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348334 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-23 15:36:44 +00:00
Christoph Michael Becker
f8726b45fe mb_split() can also return FALSE
This integrates user note 124413.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348333 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-23 15:13:53 +00:00
Christoph Michael Becker
dee2fc0616 Split signature
The function works as getter and setter, respectively.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348317 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-18 14:36:11 +00:00
Simion Onea
6ba81c064b Correction of the sentence according to the grammar rules.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348315 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-18 14:18:40 +00:00
Christoph Michael Becker
a179871450 Revert revision(s) 348313 and, 348311
Cf. <https://news-web.php.net/php.doc.cvs/17007>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348314 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-18 12:00:33 +00:00
Christoph Michael Becker
375c179091 Move contents of note section into description
See <https://news-web.php.net/php.doc.cvs/17002>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348313 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-18 08:12:23 +00:00
Christoph Michael Becker
cae89561f0 Move important warning up to description section
strip_tags() is *not* a security feature.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348311 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-17 13:30:15 +00:00
Nikita Popov
643de69303 Add missing MB_CASE_UPPER_SIMPLE constant
Patch by BenMorel.

Closes php/doc-en#17.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348297 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-14 19:11:03 +00:00
Nikita Popov
21ac5b8135 Improve PHP_FLOAT_MIN doc
Patch by BenMorel.

Closes php/doc-en#16.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348296 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-14 19:05:52 +00:00
Christoph Michael Becker
7b1f68c2f6 Users are better off to prefer event over libevent
Since the latter is not marked as being unmaintained on the respective
PECL page, we refrain from adding a deprecated warning (yet).

This integrates user note 124378.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348288 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-10 19:15:04 +00:00