php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #77899 No documentation for 7.3 new functions
Submitted: 2019-04-15 14:05 UTC Modified: 2019-06-19 16:08 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: fabien dot villepinte at gmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
6 + 42 = ?
Subscribe to this entry?

 
 [2019-04-15 14:05 UTC] fabien dot villepinte at gmail dot com
Description:
------------
Some functions introduced with 7.3 have no documentation:

- net_get_interfaces()
- fpm_get_status()
- DateTime::createFromImmutable()
- Spoofchecker::setRestrictionLevel()
- openssl_pkey_derive()
- socket_wsaprotocol_info_export()
- socket_wsaprotocol_info_import()
- socket_wsaprotocol_info_release()


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-05-21 09:55 UTC] fabien dot villepinte at gmail dot com
Since several packages are impacted, should I split this ticket?
 [2019-06-18 08:08 UTC] fabien dot villepinte at gmail dot com
FYI, the list of undocumented functions can be easily found here: http://docs.php.net/manual/en/migration73.new-functions.php
 [2019-06-19 12:34 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=347618
Log: Partially fix #77899: No documentation for 7.3 new functions

We document the socket_wsaprotocol_info_* functions.
 [2019-06-19 12:35 UTC] salathe@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=f4c00372e106d953125dba2a9a933fd8eb79d0c4
Log: Partially fix #77899: No documentation for 7.3 new functions
 [2019-06-19 12:35 UTC] salathe@php.net
-Status: Open +Status: Closed
 [2019-06-19 14:02 UTC] fabien dot villepinte at gmail dot com
-Status: Closed +Status: Assigned
 [2019-06-19 14:02 UTC] fabien dot villepinte at gmail dot com
I reopen the ticket since the following functions are still not documented:
- net_get_interfaces()
- fpm_get_status()
- DateTime::createFromImmutable()
- Spoofchecker::setRestrictionLevel()
- openssl_pkey_derive()
- socket_wsaprotocol_info_ex
 [2019-06-19 16:08 UTC] cmb@php.net
-Status: Assigned +Status: Open
 [2019-06-19 16:08 UTC] cmb@php.net
Thanks for catching this, Fabien!

Commits to SVN which contain "fix #xyz" are not supposed to
auto-close tickets, but Git commits apparently do.

In your latest comment you mention socket_wsaprotocol_info_ex;
there is no such function, to my knowledge, and
socket_wsaprotocol_info_export is already documented.
 [2020-02-07 06:04 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=ac9cf5decdf7e0e0a4db528bc6e1a65e1efae29d
Log: Partially fix #77899: No documentation for 7.3 new functions
 [2020-02-07 06:04 UTC] phpdocbot@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 23:01:30 2024 UTC