Niels Dossche
2b232242b1
phar: Document changes done in #76774 ( #4934 )
2025-10-25 12:31:32 +02:00
Mikhail Alferov
8d09722b6d
Fix refpurpose of PharData::copy() and fix Phar::copy() example ( #4229 )
2024-12-03 16:40:59 +00:00
Máté Kocsis
c8ba91f7e5
Synchronize manual with stubs for PHP 8.4 - part 2 ( #4178 )
2024-12-01 12:02:50 +00:00
Niels Dossche
18900b1694
Document Unix timestamp support
2024-11-12 19:34:04 +01:00
Niels Dossche
661e08a17a
Document tentative return type changes in Phar
2024-11-12 19:34:04 +01:00
Gina Peter Banyard
4d17b7b494
[skip-revcheck] Convert class markup to be compatible with DocBook 5.2
...
Closes GH-3415
2024-06-14 17:04:53 +01:00
Gina Peter Banyard
d4d5216e7a
[skip-revcheck] Replace PHP_INI_* with INI_* constants
...
Performed via a bash script which can be found on PR GH-3140
Closes GH-3140
Co-authored-by: haszi <haszika80@gmail.com >
2024-01-26 14:00:36 +00:00
Yoshinari Takaoka
9c828621cb
[PHP 8.3] Calling Phar::setStub() with a resource and a $length is now deprecated. ( #2916 )
2023-11-06 11:57:17 +00:00
Máté Kocsis
37280533a7
Synchronize list of predefined constants with stubs - part 5
2023-09-13 14:01:49 +01:00
Máté Kocsis
14767af0f0
Use new class synopsis markup ( #2611 )
...
Follow-up on https://github.com/php/phd/pull/77
2023-08-30 12:28:30 +01:00
Máté Kocsis
ad4f8a7e36
Add missing class constants with empty description - part 3 ( #2147 )
2023-05-17 07:26:04 +02:00
TomCan
8877369806
Fix incorrect refpurpose for PharData::addFromString() ( #2463 )
2023-05-09 11:46:50 +01:00
Rohit K
e96ebdfe8a
added: Phar::count parameter documentation ( #2363 )
2023-03-17 23:23:47 +00:00
othercorey
a634e78ae4
Fix wording in Phar::mungServer() variables description ( #2325 )
2023-02-24 14:59:25 +00:00
othercorey
5beaad9885
Remove incorrect Phar::webPhar() changelog for nullable parameter ( #2326 )
2023-02-24 14:58:55 +00:00
Máté Kocsis
3fc56d76de
List inherited constructors on the class synopsis pages ( #2090 )
2022-12-28 15:51:40 +01:00
othercorey
befe29ff6f
Fix Phar::convertToExecutable changelog parameter name
...
Closes GH-2104.
2022-12-22 15:37:04 +01:00
Christoph M. Becker
071a588364
Fix xpointer expressions
...
When removing the `not()` operator, some closing parentheses have been
overlooked, which resulted in broken xpointer expressions.
2022-12-13 12:13:33 +01:00
Máté Kocsis
bfef87dc15
Use new ext/spl role values ( #2074 )
2022-12-13 10:51:54 +01:00
Máté Kocsis
f03806fcd8
Update ext/phar role attributes ( #1983 )
2022-12-13 09:21:59 +01:00
Matthieu Marcillaud
db43b3844a
Fix Phar methods which still exist in PHP 8. ( #1405 )
...
PharData::__construct
PharData::__destruct
PharFileInfo::compress
PharFileInfo::decompress
Closes Issue #1403
2022-03-13 23:50:44 +00:00
Fabien Villepinte
01e5ac284e
Add missing changelog for Phar::getMetadata()
...
Closes GH-1357.
2022-01-25 21:12:49 +01:00
George Peter Banyard
d7cc460fb0
This method no longer returns false
...
It already has a changelog entry
2022-01-09 22:03:43 +00:00
Máté Kocsis
adc3273c9e
Generate ext/phar class synopses from stubs ( #1256 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2021-12-26 13:45:09 +01:00
Máté Kocsis
ed66a8608b
Regenerate ext/phar method synopses based on stubs ( #1261 )
2021-12-26 13:21:20 +01:00
Máté Kocsis
5b4252de4f
Generate various method synopses based on stubs
...
Closes GH-1015.
2021-12-15 20:08:13 +01:00
Christoph M. Becker
5e1a9062c0
Fix #81488 : ext/zip doesn't extract files with special names
2021-10-04 15:24:53 +02:00
Yoshinari Takaoka
50bd7050c4
fixed parameter name markup.
2021-09-04 01:54:00 +09:00
Máté Kocsis
28046efaba
Generate ext/phar methodsynopsis based on stubs
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
Closes GH-626.
2021-09-03 14:35:53 +02:00
Tiffany
9d35d85531
Revise wording for synopsis and summary ( #768 )
2021-07-10 12:08:36 -05:00
zors1
1854a0d060
Add missing period on webPhar page ( #767 )
2021-07-08 14:33:02 -05:00
zors1
b43148c4e3
Capitalize word on webPhar page ( #766 )
2021-07-08 21:54:27 +03:00
zors1
562a216c81
Add period and comma on Phar intro page ( #760 )
2021-07-06 10:45:02 +03:00
Sergey Panteleev
8c2f58a7de
Fix issues in phar directory ( #721 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2021-06-24 14:00:02 +03:00
Sergey Panteleev
f5a5f5ae75
Fix some issues in phar directory
...
Part of #658
2021-06-11 11:01:17 +03:00
Sergey Panteleev
184f3f7bd4
Remove PHP 5, 7 references ( #565 )
2021-05-12 14:49:16 +03:00
Yoshinari Takaoka
de8b838487
Added PHP 8 into versions.xml for phar based on stubs. ( #350 )
2021-05-08 19:40:42 +09:00
Sergey Panteleev
f9c4a68ef4
Removed references to PHP 5, PHP 7.0 ( #548 )
2021-04-26 11:46:55 +03:00
Christoph M. Becker
6dfe076725
xi:include INI settings documented elsewhere in ini.list
...
We do not xi:include core INI settings, since we want to keep
alphabetic sort order (well, roughly at least).
We do add xi:fallback elements to all xi:includes, just in case.
2021-02-24 17:58:20 +01:00
Christoph M. Becker
08a16a850e
Fix #80326 : Phar may not properly extract PAX archives
2021-01-28 13:01:12 +01:00
Christoph Michael Becker
b3d23714c2
Fix #80399 : Using PharData to create TAR files is super slow (at least 10x slower)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352243 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 15:14:38 +00:00
Christoph Michael Becker
b86704d0f7
Clarify that phar.require_hash does not provide security
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352124 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-18 16:03:28 +00:00
Christoph Michael Becker
bcf13bff7b
Fix PharData inheritance
...
As the comment notes, PharData does not extend Phar. However, in the meantime
the PharData methods have been documented, so there is no need to additionally
list the Phar methods.
We also document that PharData implements Countable and ArrayAccess.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352110 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-16 14:06:42 +00:00
Christoph Michael Becker
5055b86ea5
Fix class name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352109 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-16 13:48:04 +00:00
Christoph Michael Becker
487660f1b4
Fix Phar signature info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352108 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-16 13:14:29 +00:00
Christoph Michael Becker
24436aff58
Add missing PharData method visibility modifiers
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352107 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-16 13:11:27 +00:00
Christoph Michael Becker
e9f972da69
Remove obsolete Phar information
...
Phar 2.0.0 has been released 2009-07-29, so older versions are certainly
no longer relevant for the PHP manual.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352054 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-13 16:38:57 +00:00
Christoph Michael Becker
e02014aa56
PharFileInfo should list inherited methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352013 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-11 16:27:00 +00:00
Christoph Michael Becker
b8cfcc5411
Clarify compression formats
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352002 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-10 18:26:55 +00:00
Christoph Michael Becker
8a49beca2f
Update Phar signature info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351819 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-01 15:04:56 +00:00