Christoph Michael Becker
|
23fef04c87
|
Remove PHP 4 related workarounds in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344712 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-18 14:50:50 +00:00 |
|
Christoph Michael Becker
|
856862c5ab
|
Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344709 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-18 13:38:04 +00:00 |
|
Christoph Michael Becker
|
0885e3a08d
|
Join the changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344708 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-18 13:29:27 +00:00 |
|
Christoph Michael Becker
|
431db906eb
|
str_getcsv() is not about files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344694 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-17 17:05:56 +00:00 |
|
Christoph Michael Becker
|
b45d8c1772
|
Nested <link>s can't work
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344693 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-17 16:10:01 +00:00 |
|
Christoph Michael Becker
|
a26d5a22cd
|
PHP 4 removal and a minor fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344678 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-16 20:57:14 +00:00 |
|
Christoph Michael Becker
|
7fb49b6b4f
|
Clarify meaning of success/failure
This also integrates user note 87015.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344669 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-14 16:04:54 +00:00 |
|
Christoph Michael Becker
|
84729f2123
|
Document PREG_UNMATCHED_AS_NULL
Sans the behavior of trailing unmatched subpatterns,
see https://bugs.php.net/73948.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344668 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-14 15:40:43 +00:00 |
|
Christoph Michael Becker
|
cdb49f7ff4
|
Remove duplication
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344666 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-13 15:06:48 +00:00 |
|
Derick Rethans
|
96624d9c58
|
Fixed order due to changes from PHPC-1156
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344660 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-12 09:47:40 +00:00 |
|
Christoph Michael Becker
|
7d89c558b5
|
Add missing changelog entry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344652 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-11 16:40:05 +00:00 |
|
Pieter Hordijk
|
f3b6bf314d
|
Fixed a typo on the realpath's do page.
--
Provided by anonymous 90429 ()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344650 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-11 08:15:31 +00:00 |
|
Christoph Michael Becker
|
f93af4fcac
|
Clarify locale awareness of the CSV reading functions
See bug #72330.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344648 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-10 17:00:52 +00:00 |
|
Pieter Hordijk
|
f5d5ddef84
|
In "real" code that calls count($x), when $x happens to be neither an array nor a Countable, it is more often NULL than an int or a string.
--
Provided by anonymous 90101 ()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344642 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-09 10:35:00 +00:00 |
|
Pieter Hordijk
|
7e14523d4e
|
A parameter (FILTER_VALIDATE_DOMAIN) was added to filter_var in 2014 but never documented. This attempts to document it according to the notes on the original PR 826: https://github.com/php/php-src/pull/826
Fixes #72013
--
Provided by anonymous 90461 (kevin.boyd@gmail.com)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344641 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-09 10:32:29 +00:00 |
|
Christoph Michael Becker
|
35511ebc54
|
Fix #72500: Imprecision about compatibility of "Variable variables and global"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344640 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-08 17:23:06 +00:00 |
|
Christoph Michael Becker
|
c5ef51c6cc
|
Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344637 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-08 15:09:12 +00:00 |
|
Christoph Michael Becker
|
9a5f30aaa4
|
Fix #75546: Clarification for how iterator_apply's $args are passed to the $function
This also integrates user note 121897.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344631 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-07 22:06:57 +00:00 |
|
Christoph Michael Becker
|
f091070fe5
|
Fix #76191: php.exe can not be started
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344623 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-06 11:31:16 +00:00 |
|
Katherine Walker
|
5cb9e6a37f
|
Deprecate SSLConnectionException
https://jira.mongodb.org/browse/PHPC-1088
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344622 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-05 16:29:47 +00:00 |
|
Peter Cowburn
|
d15f928cc1
|
add more inherited methods for domtext and domcdatasection
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344621 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-04 22:32:03 +00:00 |
|
Peter Cowburn
|
e17ab5484c
|
add visibility modifiers for domcharacterdata methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344620 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-04 22:29:41 +00:00 |
|
Pieter Hordijk
|
605fd9c33a
|
For some reason LDAP_OPT_DIAGNOSTIC_MESSAGE is not listed
--
Provided by anonymous 59531
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344619 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-04 19:30:52 +00:00 |
|
Christoph Michael Becker
|
fb9b5ebe0e
|
Don't refer to removed or obsolete extensions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344618 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-04 15:09:29 +00:00 |
|
Christoph Michael Becker
|
7fe8548cfe
|
Document missing mbregex config options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344615 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-04 12:53:10 +00:00 |
|
Christoph Michael Becker
|
049bcd5a1f
|
--with-libmbfl is removed as of PHP 7.3.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344614 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-04 12:25:59 +00:00 |
|
Christoph Michael Becker
|
f6b4529602
|
$imageinfo only supports JFIF
See bug #27591.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344612 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-03 13:14:59 +00:00 |
|
Christoph Michael Becker
|
c94bd1e13a
|
Add example for chunked reading and parsing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344608 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-02 00:10:58 +00:00 |
|
Christoph Michael Becker
|
1ebd03cac1
|
Document that imageft*() are extended variants of imagettf*()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344605 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-01 15:00:28 +00:00 |
|
Christoph Michael Becker
|
081558397b
|
imagecolorat() may also return FALSE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344604 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-01 14:16:57 +00:00 |
|
Christoph Michael Becker
|
653e79693a
|
Move important note upward to make it more prominent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344603 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-01 13:59:27 +00:00 |
|
Christoph Michael Becker
|
b84cc8e4c5
|
DRY
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344602 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-01 13:53:02 +00:00 |
|
Christoph Michael Becker
|
6a38f33d08
|
Fix order of sections
The changelog is supposed to come before the examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344601 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-04-01 13:34:19 +00:00 |
|
Christoph Michael Becker
|
134d541212
|
GD 1 is long gone
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344599 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-31 21:27:44 +00:00 |
|
Pieter Hordijk
|
401fe62012
|
Added info for where to find the PECL releases for CMARK. And what special step to take when installing on windows.
--
Provided by anonymous 90429 (haseeb.basil@gmail.com)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344598 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-31 19:30:43 +00:00 |
|
Christoph Michael Becker
|
ad3d256ffd
|
Move removal warning to <refsynopsisdiv> analogous to the other imageps*() functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344597 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-31 13:12:07 +00:00 |
|
Christoph Michael Becker
|
8cfd23405f
|
Yet more DRY
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344596 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-31 12:21:02 +00:00 |
|
Christoph Michael Becker
|
54c346839d
|
Fix build and more DRY
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344595 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-31 12:19:53 +00:00 |
|
Christoph Michael Becker
|
1faec0faeb
|
DRY
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344594 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-31 11:57:01 +00:00 |
|
Christoph Michael Becker
|
5c0c87e3e9
|
Fix return value section
`imagedashedline()` fails, if an invalid resource is passed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344592 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-30 21:39:28 +00:00 |
|
Christoph Michael Becker
|
52ac14fb97
|
Fix #76166: file_get_contents reference has an invalid example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344590 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-30 11:17:34 +00:00 |
|
Christoph Michael Becker
|
2d381a03b8
|
Use already defined language snippet
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344588 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-29 17:15:20 +00:00 |
|
Katherine Walker
|
88927b5db9
|
Document ServerException error codes
https://jira.mongodb.org/browse/PHPC-1087
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344582 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-28 18:32:06 +00:00 |
|
Christoph Michael Becker
|
8e637eb0a0
|
Document DNS_CAA constant
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344579 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-28 16:36:53 +00:00 |
|
Christoph Michael Becker
|
14ced8c9e6
|
Fix CAA support changelog entry
CAA support is not available in PHP 7.1.0 and 7.1.1.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344578 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-28 16:34:13 +00:00 |
|
Christoph Michael Becker
|
4230156e4c
|
Fix constant name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344576 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-28 15:25:50 +00:00 |
|
Adam Harvey
|
2643e3d58b
|
Fix bug #76146 by noting the apparent return interval for lcg_value().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344574 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-27 22:04:05 +00:00 |
|
Peter Cowburn
|
4e60f8596d
|
add standard svn properties; svn:eol-style, svn:ignore, and svn:keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344571 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-26 21:27:50 +00:00 |
|
Peter Cowburn
|
7fab73b059
|
Initial docs for Normalizer::getRawDecomposition()
Patch provided by Ekin (me@ekins.space)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344570 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-26 21:14:43 +00:00 |
|
Christoph Michael Becker
|
37949e1431
|
Document PR 3011
Cf. <https://github.com/php/php-src/pull/3011>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344569 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-03-25 21:38:29 +00:00 |
|