php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #75436 PHP 7.2 upgrade guide missing lots of new functions
Submitted: 2017-10-25 04:44 UTC Modified: 2017-10-25 12:39 UTC
From: bugs dot php dot net_nospam at adviesenzo dot nl Assigned: cmb (profile)
Status: Closed Package: Documentation problem
PHP Version: 7.2.0RC4 OS:
Private report: No CVE-ID: None
 [2017-10-25 04:44 UTC] bugs dot php dot net_nospam at adviesenzo dot nl
Description:
------------
---
From manual page: http://www.php.net/migration72.new-functions
---

As of this moment, the PHP 7.2 upgrade guide regarding new functions,
only lists the new Sockets and LDAP functions.

As far as I can see (based on the 7.2 changelog + RFCs) the following
functions need to be added:

- Core:
	. Added stream_isatty().
	. Added sapi_windows_vt100_support().
- FTP:

	. Added ftp_append().
- GD:
	. Added imagesetclip() and imagegetclip().
	. Added imageopenpolygon().
	. Added imageresolution().
	. Added imagecreatefrombmp() and imagebmp().
- Hash:
	. Added hash_hmac_algos().
- Mbstring:
	. Added mb_chr() and mb_ord().
	. Added mb_scrub() that scrubs broken multibyte strings.
- OCI8:
	. Added oci_register_taf_callback() and oci_disable_taf_callback() for
	Oracle Database TAF callback support.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-25 12:16 UTC] cmb@php.net
-Status: Open +Status: Verified -Assigned To: +Assigned To: cmb
 [2017-10-25 12:32 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=343296
Log: Fix bug #75436: PHP 7.2 upgrade guide missing lots of new functions
 [2017-10-25 12:32 UTC] cmb@php.net
-Status: Verified +Status: Closed
 [2017-10-25 12:32 UTC] cmb@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 [2017-10-25 12:39 UTC] bugs dot php dot net_nospam at adviesenzo dot nl
Thanks for the quick turn-around @cmb!
 [2020-02-07 06:06 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=dd040332104cdd0f10dff78b6c4c416574f12c36
Log: Fix bug #75436: PHP 7.2 upgrade guide missing lots of new functions
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 04:01:34 2024 UTC