Marco Aurélio Deleu
1499a2369c
[80538] Shorthand syntax for array destruction ( #477 )
...
* Shorthand syntax for array destruction
* Remove reference to PHP 7.0 or lower
* Bring back mention of list() prior to 7.1.0
* Replace array destruction with destructuring
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
Co-authored-by: Anna Filina <afilina@gmail.com>
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2021-08-17 12:10:06 -04:00
Tyson Andre
65f1e1978c
Document Memcached::OPT_NOREPLY
...
This was added in 2009.
A lot of other constants were also added.
See http://docs.libmemcached.org/memcached_behavior.html
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-584.
2021-08-17 17:20:33 +02:00
Yoshinari Takaoka
a63794ecfd
updated track_errors (removed as of PHP 8.0.0) changelog.
2021-08-16 14:04:48 +09:00
Sergey Panteleev
9486a954ad
Fix issues in ps directory ( #712 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-08-15 22:49:02 +03:00
Azeem Hassni
ef1ae5d45f
Fix typo in example function call
...
Looks like the example function name and the function call do not match, if it's an oversight this commit fixes it.
Closes GH-852.
2021-08-15 13:46:39 +02:00
Yoshinari Takaoka
988f159b57
added ldap_count_references version info.
2021-08-13 20:38:48 +09:00
JumiDeluxe
89a80389d4
Fix typo in stripos returnvalues ( #848 )
2021-08-12 20:00:49 +01:00
Yoshinari Takaoka
52bd05eb26
more fix about unset cast removed info.
2021-08-12 22:56:16 +09:00
Yoshinari Takaoka
a8796e2f71
fixed unset cast removed warning as of PHP 8.0.0.
2021-08-12 22:31:24 +09:00
Yoshinari Takaoka
c00a47b96e
fixed refpurpose title, followed parameter name changes.
2021-08-12 21:46:14 +09:00
Yoshinari Takaoka
43ff877605
moved return value on failure description to "returnvalues" section.
2021-08-12 21:43:19 +09:00
Yoshinari Takaoka
7fd7a674de
fixed XPointer evaluation failed
warnings
...
a.k.a fixed typo.
2021-08-12 21:36:30 +09:00
Sergey Panteleev
54eeb86a9c
Fix section order issues in Spl
...
Part of #658
2021-08-12 13:12:34 +03:00
Sergey Panteleev
400d8116f4
InheritedMethods instead of Inherits
2021-08-12 11:50:15 +03:00
Máté Kocsis
60809ebcf7
Generate ext/spl methodsynopses based on stubs ( #624 )
2021-08-11 23:44:41 +02:00
Christoph M. Becker
554179d438
Fix libxml deprecations
...
`libxml_disable_entity_loader()` is deprecated as of PHP 8.0.0, not
`libxml_set_external_entity_loader()`.
2021-08-10 22:26:31 +02:00
powellblyth
da9316751a
slight improvement to the language ( #646 )
2021-08-09 21:11:07 +01:00
Peter Cowburn
2e8ef0a1bd
hyphenate "object-oriented"
...
refs #846
2021-08-08 18:48:47 +01:00
Yoshinari Takaoka
2513f792fc
Document Flexible heredoc/nowdoc. ( #829 )
...
Document Flexible heredoc/nowdoc.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-08-09 00:39:46 +09:00
Yoshinari Takaoka
ffda9c6c12
Also fixes language-snippets.ent about sorting stability as of PHP 8.0.0.
...
refs: php/doc-en#825
2021-08-08 23:15:08 +09:00
Sergey Zorin
d75016cec7
Fix &style.oop; ( #846 )
2021-08-08 15:35:38 +03:00
Christoph M. Becker
2b782ad1ab
Fix #845 : proc_get_status() return type
2021-08-08 14:15:43 +02:00
Yoshinari Takaoka
a6afc95504
deleted unnecessary char '>'.
2021-08-07 21:42:27 +09:00
Christoph M. Becker
ab8bf7a2cd
streamWrapper::stream_open()'s $opened_path must be nullable
...
Based on PR #753 .
2021-08-07 12:18:58 +02:00
Kamil Tekiela
44262a5c76
colno to column
2021-08-06 22:56:11 +01:00
Kamil Tekiela
c88610d43a
Fix fetchAll synopsis ( #842 )
2021-08-06 22:39:45 +01:00
Christoph M. Becker
9bfa379b20
Remove memcache session.save_handler and .save_path from ini list
...
`session.save_handler` and `session.save_path` are INI settings of the
session module. However, the memcache extension offers the memcache
session handler so it makes sense to document these two INI settings
for the memcache extension, but we don't want to include them in the
general INI list, so we split them into a separate "Additional Memcache
Configuration Options" table.
Fixes GH-814.
Co-authored-by: Anna Filina <afilina@gmail.com>
Closes GH-815.
2021-08-06 22:23:59 +02:00
Kamil Tekiela
22eb6b0686
Provide better documentation for mysqli_multi_query ( #737 )
2021-08-06 21:12:30 +01:00
Christoph M. Becker
2c56356914
CI: upload .manual.xml
...
This is mostly meant for PhD CI, but may be useful for other purposes
as well.
Closes GH-832.
2021-08-06 21:56:18 +02:00
Derick Rethans
388226f9e1
Merge branch 'master' of github.com:php/doc-en
2021-08-06 17:33:28 +01:00
Derick Rethans
7f6b41f74c
Document comparison ignoring diacritics and case sensitivity
2021-08-06 17:32:19 +01:00
Kamil Tekiela
a8b8d435a7
The fallback for undefined constants is removed as of PHP 8 ( #795 )
2021-08-06 14:00:39 +01:00
Kamil Tekiela
48f0bac7fd
Updating mysqli: bind_result ( #770 )
2021-08-06 13:59:30 +01:00
Kamil Tekiela
c85c9d1d44
<methodname> to <function>
2021-08-06 13:53:15 +01:00
pfofi
5a6e387a2d
Reflect new default for CURLOPT_TIMECONDITION
since cURL 7.46.0
...
* Reflect new default for `CURLOPT_TIMECONDITION` since cURL 7.46.0
In cURL 7.46.0 the default for `CURLOPT_TIMECONDITION` was changed from `CURL_TIMECOND_IFMODSINCE` to `CURL_TIMECOND_NONE`.
References:
- https://curl.se/libcurl/c/CURLOPT_TIMECONDITION.html
- https://curl.se/changes.html#7_46_0
- https://github.com/curl/curl/commit/cd2b73b3e
Closes GH-765.
2021-08-06 12:34:30 +02:00
Christoph M. Becker
74e4eaa99d
Update versions.xml for UOPZ 7.1.0
...
Cf. <https://github.com/krakjoe/uopz/issues/152#issuecomment-891582155 >.
Closes GH-836.
2021-08-06 10:32:39 +02:00
Kamil Tekiela
cbf72e3145
Updating mysqli: get_result ( #771 )
2021-08-05 22:14:51 +01:00
Kamil Tekiela
05ccabd6b1
Updating mysqli: insert_id ( #627 )
2021-08-05 21:41:10 +01:00
Kamil Tekiela
6f11457f11
New examples for classes ( #750 )
...
Co-authored-by: Anna Filina <afilina@gmail.com>
2021-08-05 21:37:30 +01:00
Kamil Tekiela
43ac336818
Remove XSS and broken example from list() page ( #797 )
2021-08-05 21:06:40 +01:00
Christoph M. Becker
5be3a93cfd
Fix #71282 : Documentation is invalid for FILTER_VALIDATE_EMAIL
...
This is still not accurate, but there are other related doc bug reports
like #78958 , so we can address further issues separately. Also, we may
want to choose something else than a table for display purposes.
2021-08-05 19:26:02 +02:00
Christoph M. Becker
3d85246557
Fix #77217 : FILTER_FLAG_NO_RES_RANGE means Reserved-By-Protocol
2021-08-05 19:03:06 +02:00
Tiffany
1e65e69210
Add T_ATTRIBUTE to list of parser tokens ( #837 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2021-08-05 07:59:14 -05:00
othercorey
9e9e3c019b
Remove abstract modifier from ArrayAccess methods ( #838 )
2021-08-05 10:22:42 +02:00
Christoph M. Becker
cafd6b7449
Fix #76748 : date format timezone abbreviations and changes not well documented
2021-08-04 16:55:59 +02:00
Christoph M. Becker
3bf1282857
SQLite3::lastInsertRowId() returns 0 if nothing had been inserted
...
Cf. <https://www.sqlite.org/c3ref/last_insert_rowid.html >.
This integrates user note 126310.
2021-08-04 16:46:13 +02:00
Christoph M. Becker
23c38cd151
Update versions.xml for UOPZ 7
2021-08-03 13:17:43 +02:00
Sergey Panteleev
d00128a85a
Fix issues in solr directory ( #693 )
...
Co-authored-by: George Peter Banyard <girgias@php.net>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-08-03 13:10:57 +03:00
Christoph M. Becker
f32912d04f
Fix #73805 : header() may not actually set header
...
We document that header() issues `E_WARNING` on failure, and link to
`headers_list()` which might be used to check success of `header()`.
2021-08-02 17:18:54 +02:00
Christoph M. Becker
590f93a2eb
Remove obsolete info about IE 4 and 5.5
2021-08-02 17:07:23 +02:00