-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.2 documentation tracker #1803
Comments
Added |
Didn't see any references in the documentation 👀 |
@saundefined, |
SKF_AD_* constants available since 8.2.0alpha2 (see https://github.com/php/php-src/blob/php-8.2.0alpha2/ext/sockets/sockets.c#L575-L628) are missing in Sockets list Come from commit php/php-src@d677cc1 |
good call @llaville, I ll add them in the existing PR. |
The return value of |
https://wiki.php.net/rfc/strtolower-ascii PHP RFC: Locale-independent case conversion should be added for the functions in https://wiki.php.net/rfc/strtolower-ascii#proposal |
Modifier https://www.php.net/manual/en/migration82.new-features.php#migration82.new-features.pcre |
|
https://www.php.net/manual/en/migration82.new-features.php#migration82.new-features.curl |
with PR #1911 already merged and looking at the latest curl docs, all of the curl constants listed on this tracker can be marked as completed. I did notice that while PR #1540 documented CURLOPT_XFERINFOFUNCTION, it is missing from the predefined constants page. |
Finally, all the items have been completed. Thanks to everyone that was involved! |
Pages which need to be added/modified for complete documentation of PHP 8.2:
Based of the migration guide: https://www.php.net/manual/en/migration82.php (#1799)
Core
Classes:
Functions/Methods:
curl_upkeep()
([PHP 8.2] Addcurl_upkeep
description #1807)imap_is_open()
([PHP 8.2] added imap_is_open documentation #2583)mysqli_execute_query()
([PHP 8.2] Document mysqli_execute_query #1855)openssl_cipher_key_length()
([PHP 8.2] Addopenssl_cipher_key_length
description #1808)ReflectionFunction::isAnonymous()
([PHP 8.2] AddReflectionFunction::isAnonymous
andReflectionMethod::hasPrototype
methods #1742)ReflectionMethod::hasPrototype()
([PHP 8.2] AddReflectionFunction::isAnonymous
andReflectionMethod::hasPrototype
methods #1742)sodium_crypto_stream_xchacha20_xor_ic()
([PHP 8.2] Addsodium_crypto_stream_xchacha20_xor_ic
description #1817)memory_reset_peak_usage()
(Add docs formemory_reset_peak_usage()
#1809)ini_parse_quantity()
(add docs forini_parse_quantity
function #1810)libxml_get_external_entity_loader()
(Add documentation for libxml_get_external_entity_loader() #1933)ZipArchive::clearError()
(f57925e)ZipArchive::getStreamName()
(f57925e)ZipArchive::getStreamIndex()
(f57925e)dba_open()
/dba_popen()
(Update the signature of dba_open() and dba_popen() #1267)dba_fetch()
(dba_fetch() signature has changed to follow userland semantics #1939)random_bytes()
(add docs forrandom_int
/random_bytes
changes in PHP 8.2 #1813)random_int()
(add docs forrandom_int
/random_bytes
changes in PHP 8.2 #1813)iterator_to_array()
iterator_count()
getimagesize()
([PHP 8.2] Updategetimagesize
description #1821)SplFileInfo::_bad_state_ex()
(method was undocumented)utf8_encode()
([PHP 8.2] Deprecateutf8_*
functions #1743)utf8_decode()
([PHP 8.2] Deprecateutf8_*
functions #1743)Constants:
COM_DOTNET:
cURL:
DBA:
Filter:
FILTER_FLAG_GLOBAL_RANGE
documentation #1811)Sockets:
Other changes (W.I.P)
/n (NO_AUTO_CAPTURE)
new options ([PHP 8.2] Added PCRE n (NO_AUTO_CAPTURE) modifier description. #2598)The text was updated successfully, but these errors were encountered: