kestutisv
f3e5da139a
Show info about PHP error reporting
...
Reader needs to be informed about PHP errors.
2021-03-19 01:09:29 +01:00
Eric Stern
397f37e930
Match fgetcsv parameter names to values in reflection
...
The documented parameters differ from the names exposed in reflection/source code. Now that named parameters are supported in PHP 8, this discrepancy is confusing and impactful.
```
$ php --rf fgetcsv
Function [ <internal:standard> function fgetcsv ] {
- Parameters [5] {
Parameter #0 [ <required> $stream ]
Parameter #1 [ <optional> ?int $length = null ]
Parameter #2 [ <optional> string $separator = "," ]
Parameter #3 [ <optional> string $enclosure = "\"" ]
Parameter #4 [ <optional> string $escape = "\\" ]
}
- Return [ array|false ]
}
```
Closes GH-493.
2021-03-19 00:56:00 +01:00
Máté Kocsis
7e5d0d1bb6
Generate mysqli methodsynopses based on stubs
...
Cf. <https://github.com/php/doc-en/pull/301 >.
2021-03-18 23:21:37 +01:00
Eric Stern
661e99fa9d
Correct Closure::bindTo failure return value
...
Closes GH-492.
2021-03-18 21:51:46 +01:00
Sara Golemon
6a89105fdc
Annotate return types for Throwable/Exception/Error as possibly returning null
2021-03-18 14:42:35 +00:00
Christoph M. Becker
2b6afe9652
Clarify that encoding conversion may be done by the driver
2021-03-18 14:30:28 +01:00
George Peter Banyard
2f00a6fcf4
Actually document bool return for imageinterlace()
2021-03-17 16:33:47 +00:00
Christoph M. Becker
34316e9ecf
Fix signatures of some GD functions wrt. PHP 8.0
...
Regarding the return type of `imageinterlace()`, see
<c17434429d
>.
2021-03-17 15:56:11 +01:00
Sara Golemon
c352a8f0a7
Clarify types and meaning of interlact param to imageinterlace()
2021-03-17 13:24:40 +00:00
Christoph M. Becker
7962c3e6a2
Fix #80652 : Leading whitespace in a regex is ignored
2021-03-16 17:37:54 +01:00
Calvin Buckley
52c463b1d9
Fix #77477 : Document hard_timeout
...
I've encountered issues relating to the hard timeout, so having
this explained for myself in a few months time and others will be
handy.
ML post where hard_timeout was established (not linked in docs, but
may be useful):
http://php-news.ctrl-f5.net/message/php.internals/92559
Closes GH-491.
2021-03-16 17:31:45 +01:00
Calvin Buckley
530ceda342
Document ssh2_send_eof
...
Closes GH-490.
2021-03-16 17:27:15 +01:00
Christoph M. Becker
161f444538
Fix #76203 : roundCorners method no longer exists
2021-03-16 14:33:38 +01:00
Christoph M. Becker
3b792d800d
Fix #72189 : Missing CURL_VERSION_HTTP2 from constants list
2021-03-15 19:13:06 +01:00
sy-records
f2da597f73
Update Swoole ini
...
Closes GH-486.
2021-03-15 12:13:48 +01:00
George Peter Banyard
fc26164b4b
Hot fix for comment of last line
2021-03-11 13:51:06 +00:00
George Peter Banyard
68c0fcdb9e
Add example of a float string as an array key
...
The behaviour is different from a float key
Also reorder to put this example closer to the numeric keys
Use single quotes consistently
Closes GH-487
2021-03-11 13:49:51 +00:00
Alex Erohin
1075568da5
Fix Ticks usage example
...
Clarify where tick events are generated, and delete the "equivalent
behavior" example which calls tick_handler() manually, because that
example isn't really suitable.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-464.
2021-03-11 14:18:10 +01:00
Yoshinari Takaoka
eea9c73ba4
fixed example some more, added to previous commit.
2021-03-11 21:53:51 +09:00
Yoshinari Takaoka
16eda7d3c3
fixed example, print argument is wrong somehow.
2021-03-11 21:49:39 +09:00
Rowan Tommins
ede9d209f6
Clarify the syntax and role of arguments for echo and print
...
- Rather than implying that parentheses are optional, make clear
that they are never part of the syntax for these keywords.
- Don't spend so many examples on different types of string.
- Do include examples of non-string arguments.
- Add a note with additional examples of how parentheses interact.
- Don't refer to either construct as "function-like", instead use
the term "expression" consistently.
- Additional tidying to make the pages more consistent with each
other.
- Add "print" to the list of language constructs which are
documented as functions.
- Remove mention of what PHP versions below 5.4 did with short
echo tags.
2021-03-10 14:37:20 +01:00
Larry Garfield
77a77dbd29
Note that all visibilities of trait abstract methods are supported now
...
Closes GH-476.
2021-03-10 14:14:18 +01:00
Clemente
c461c1fc7f
Add union type to streamWrapper::stream_stat
...
Closes GH-485.
2021-03-10 14:09:50 +01:00
Dharman
0a4dd74391
Updating mysqli prepared statements docs
...
Co-authored-by: George Peter Banyard <7906688+Girgias@users.noreply.github.com>
Closes GH-338.
2021-03-08 18:56:40 +01:00
Riikka Kalliomäki
67268fc268
Update index_key handling in array_column for php8
...
Closes GH-460.
2021-03-08 18:32:22 +01:00
Dharman
d59f3c6684
Improve MySQLi Quick Start guide
...
Co-authored-by: Anna Filina <afilina@gmail.com>
Closes GH-184.
2021-03-08 18:28:58 +01:00
Dharman
a3a310ccc2
Remove try-catch from PDO examples
...
Also fix erroneous indentation.
Co-authored-by: Anna Filina <afilina@gmail.com>
Closes GH-323.
2021-03-08 17:03:42 +01:00
Christoph M. Becker
80958298c0
Fix wording in example
...
The evaluation order is irrelevant; what matters is the associativity.
This amends commit bcd666c7d0
.
2021-03-08 16:19:09 +01:00
Michael Voříšek
bcd666c7d0
Fix ternary precedence
...
We also fix the misleading note about the ternary operator's
associativity.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-470.
2021-03-08 16:11:18 +01:00
Kunal Mehta
5145d40353
Update for LuaSandbox 4.0.0
...
Copies changes made in <https://gerrit.wikimedia.org/g/mediawiki/php/luasandbox >:
* Drop support for PHP 5 & HHVM, add PHP 8 support
* Remove stretch-backports instructions (no longer functional)
Closes GH-471.
2021-03-08 11:25:24 +01:00
fullbl
793c9fc579
SimpleXMLElement::attributes() may return NULL
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-482.
2021-03-08 11:22:03 +01:00
Yoshinari Takaoka
8e7cce7b98
fixed Static resolution operator (::) link, point to paamayim-nekudotayim page.
2021-03-05 23:21:40 +09:00
Yoshinari Takaoka
33e300f8f0
added missing UnhandledMatchError version info.
2021-03-05 22:17:32 +09:00
George Peter Banyard
9ee9eccf45
Refactor OO section part 2
...
Some misses from the first time
Signed-off-by: Larry Garfield <larry@garfieldtech.com>
Closes GH-329
2021-03-04 17:06:22 -06:00
Yoshinari Takaoka
f09e04a352
We can use debug_zval_dump function in PHP 8, too.
...
$ php --version
PHP 8.0.3 (cli) (built: Mar 3 2021 02:12:40) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.3, Copyright (c) Zend Technologies
with Zend OPcache v8.0.3, Copyright (c), by Zend Technologies
with Xdebug v3.0.2, Copyright (c) 2002-2021, by Derick Rethans
$ php -r "\$var=[1,2,3,4]; debug_zval_dump(\$var);"
array(4) refcount(4){
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
[3]=>
int(4)
}
2021-03-05 01:02:18 +09:00
Rowan Tommins
d08d2e887f
Rewrite debug_zval_dump manual based on current (>=7.0) behaviour
...
- The recommended use of a call-time pass-by-reference has been
impossible since PHP 5.4, making the examples unusable.
- The re-design of references in PHP 7.0 means that the refcount
no longer reflects these.
Closes GH-466.
2021-03-03 15:34:17 +01:00
Christoph M. Becker
95bc76b545
Fix #74479 : usleep with large numbers
2021-03-03 14:40:16 +01:00
Christoph M. Becker
d7dbb4196a
iconv_mime_decode_headers() doesn't treat headers case-insensitively
...
Cf. <https://bugs.php.net/40462 >.
2021-03-03 14:34:53 +01:00
Christoph M. Becker
7c6c83d08e
Document opcache.cache_id for IIS app pools
...
Cf. <https://bugs.php.net/80812 >.
2021-03-02 12:44:37 +01:00
Marko Kaznovac
537b504c17
add ob_implicit_flush.flag-param change log for php 8.0
...
Closes GH-462
Signed-off-by: George Peter Banyard <girgias@php.net>
2021-02-26 03:26:46 +00:00
Christoph M. Becker
f1b211f5c8
Remove mime_magic documentation
...
This extension is removed as of PHP 5.3.0, and apparently never made it
to PECL. It it not to be confused with the fileinfo extension.
2021-02-24 18:29:14 +01:00
Christoph M. Becker
2b1cecf44a
xsl.security_prefs is removed as of PHP 7.0.0
...
Interestingly, the page which described this setting was never included
in the manual.
2021-02-24 18:15:43 +01:00
Christoph M. Becker
6dfe076725
xi:include INI settings documented elsewhere in ini.list
...
We do not xi:include core INI settings, since we want to keep
alphabetic sort order (well, roughly at least).
We do add xi:fallback elements to all xi:includes, just in case.
2021-02-24 17:58:20 +01:00
Alex Pavlov
e1bdd7825e
Added constants for buffer`s mode
...
Closes GH-461.
2021-02-24 15:59:24 +01:00
Christoph M. Becker
efe24a91ef
Fix #80795 : Incorrect arguments signature for LimitIterator
2021-02-24 15:55:49 +01:00
Christoph M. Becker
7cc00859d2
Remove obsolete info from ini.list
...
We remove options which are no longer valid for PHP 7/8, and remove
obsolete availability info as well.
2021-02-24 15:47:41 +01:00
Christoph M. Becker
e13ef15bd9
Remove obsolete INI options from ini.list
...
Except for pecl_http, the related extensions are obsolete. pecl_http
has its documentation removed from the manual quite a while ago (it is
hosted elsewhere now), so we remove the INI options as well (there
likely outdated, anyway).
2021-02-24 15:36:41 +01:00
Christoph M. Becker
09024d1647
Remove dbx documentation
...
The extension is marked as unmaintained, and had its latest release on
2011-08-11.
2021-02-24 15:11:47 +01:00
Christoph M. Becker
8465ce5fc8
Remove blenc documentation
...
The package is marked as unmaintained, and had its latest release in
2014-04-27. It is highly unlikely that it is compatible with PHP 7.
2021-02-24 15:08:09 +01:00
Christoph M. Becker
3e08a8aae6
Remove obsolete PHP 5 related info from ini.core and related pages
2021-02-24 14:32:08 +01:00