Commit graph

203 commits

Author SHA1 Message Date
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
Christoph Michael Becker
4754397753 Revert revision 351727 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Christoph Michael Becker
6b712e9c06 Remove obsolete method documentation
These methods have been removed for PECL/Phar 2, and never made it into
php-src.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351669 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-26 13:17:21 +00:00
Christoph Michael Becker
0dcc5d343c Remove obsolete method documentation
These methods have been removed for PECL/Phar 2, and never made it into
php-src.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351646 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-25 17:59:29 +00:00
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
28edfe68a3 Improve typehinting for phar
Based on a patch contributed by klesti_kuka <klesti.kuka@aboutyou.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351061 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-29 18:24:16 +00:00
Christoph Michael Becker
3e15d2894f Remove more changelog entries, mostly from PHP 5.4 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350656 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:15:17 +00:00
Christoph Michael Becker
4b89ef88e4 Update supported Phar signature formats
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350041 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-17 11:29:50 +00:00
Christoph Michael Becker
998a03eb17 Fix Phar::offsetGet return type
Patch contributed by Gregor Harlan.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350026 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-10 11:52:14 +00:00
Christoph Michael Becker
483b1101fc Fix #79173: Phar::decompress() return new instance of itself
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349430 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 17:22:35 +00:00
Christoph Michael Becker
2b1d6a4949 Fix #78108: Some Phar related pages don't have any version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347547 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 11:09:06 +00:00
Christoph Michael Becker
c5345ba69b Fix #77916: Phar documentation example bug
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347277 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-18 08:33:46 +00:00
Christoph Michael Becker
437bbf134e Show inherited constants
We do this for the classes of the core and bundled extensions only, for now.
This also allows us to remove some slightly incorrect and unnecessary copy
and paste documentation, where inherited constants have been explicitly
documented for child classes.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345662 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-20 15:10:00 +00:00
Christoph Michael Becker
a00e5d589d Fix #76432: Incorrect documentation of Phar constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345111 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-09 20:59:26 +00:00
Christoph Michael Becker
dff279a1fb Fix #76259: Sessions extension does not strictly match Core extention definition
We update the extension-membership of the respective extensions,
and fix the installation instructions where necessary.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344870 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-27 16:42:29 +00:00
Peter Cowburn
0dad2268d5 add missing svn properties, svn:eol-style and svn:keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344522 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 22:01:56 +00:00
Jakub Vrana
578a13198f Update versions based on parsing sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344132 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 12:27:12 +00:00
Jakub Vrana
a9a56b3c6c Document null files (bug #74214)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344088 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 23:31:00 +00:00
Jakub Vrana
4aacfb69c4 Unify version format
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344045 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 14:00:40 +00:00
Jakub Vrana
3e9734391f Add new functions to versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344041 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 13:39:15 +00:00
Jakub Vrana
0006a66d32 PharData doesn't extend Phar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344036 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 10:07:16 +00:00
Jakub Vrana
201165fc1e Add Phar::getPath
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344015 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-28 17:09:18 +00:00
Jakub Vrana
5f6c0c7994 Document PHP 7.2 functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343928 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 13:20:18 +00:00
Jakub Vrana
b8758b0605 Use entities in initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Jakub Vrana
fa994a739c Fix function signatures
Some of these probably deserve an entry in changelog, please add it if you have energy.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343898 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:03:56 +00:00
Jakub Vrana
dd07341fae Remove trailing fullstop in <refpurpose>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343888 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:34:22 +00:00
Jakub Vrana
7418592d82 Capitalize <refpurpose>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343887 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:24:28 +00:00
Pieter Hordijk
ab93769cce Fixed param reference in function description and clarified param description.
Fixes https://bugs.php.net/bug.php?id=74197

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342113 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-13 19:00:09 +00:00
Christoph Michael Becker
d02c5d440d Fix typo
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341416 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-19 13:56:39 +00:00