mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix Phar methods which still exist in PHP 8. (#1405)
PharData::__construct PharData::__destruct PharFileInfo::compress PharFileInfo::decompress Closes Issue #1403
This commit is contained in:
parent
41f8ef5540
commit
db43b3844a
1 changed files with 4 additions and 4 deletions
|
@ -77,8 +77,8 @@
|
|||
<function name="phardata::buildfromiterator" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0"/>
|
||||
<function name="phardata::compress" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0"/>
|
||||
<function name="phardata::compressfiles" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0"/>
|
||||
<function name="phardata::_construct" from="PHP 5 >= 5.3.0, PHP 7, PECL phar >= 2.0.0"/>
|
||||
<function name="phardata::_destruct" from="PHP 5 >= 5.3.0, PHP 7, PECL phar >= 2.0.0"/>
|
||||
<function name="phardata::__construct" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0"/>
|
||||
<function name="phardata::__destruct" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0"/>
|
||||
<function name="phardata::converttodata" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0"/>
|
||||
<function name="phardata::converttoexecutable" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0"/>
|
||||
<function name="phardata::copy" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0"/>
|
||||
|
@ -100,8 +100,8 @@
|
|||
<function name="pharfileinfo::__construct" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0"/>
|
||||
<function name="pharfileinfo::__destruct" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0"/>
|
||||
<function name="pharfileinfo::chmod" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0"/>
|
||||
<function name="pharfileinfo_compress" from="PHP 5 >= 5.3.0, PHP 7, PECL phar >= 2.0.0"/>
|
||||
<function name="pharfileinfo_decompress" from="PHP 5 >= 5.3.0, PHP 7, PECL phar >= 2.0.0"/>
|
||||
<function name="pharfileinfo::compress" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0"/>
|
||||
<function name="pharfileinfo::decompress" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0"/>
|
||||
<function name="pharfileinfo::delmetadata" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.2.0"/>
|
||||
<function name="pharfileinfo::getcompressedsize" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0"/>
|
||||
<function name="pharfileinfo::getcontent" from="PHP 5 >= 5.3.0, PHP 7, PHP 8"/>
|
||||
|
|
Loading…
Reference in a new issue