Commit graph

138 commits

Author SHA1 Message Date
Christoph M. Becker
7fc84e37b7
Fix GH-1569: gzdecode raises Warning on invalid data
We keep that unspecific, at least for now.
2022-05-06 17:18:41 +02:00
Máté Kocsis
6384699ff8
[skip-revcheck] Generate ext/zlib class synopses from stubs (#1065) 2021-11-18 07:14:12 +01:00
Christoph M. Becker
b9d23bbb94
Incremental inflate contexts don't protect against Zip bombs
Cf. <https://bugs.php.net/74876>.
2021-11-09 13:38:33 +01:00
Yoshinari Takaoka
683c11a44a
removed PHP4 related zlib note. (#739) 2021-06-27 23:11:31 +09:00
Kamil Tekiela
9d2b858bca
Remove magic_quotes_runtime docs
Closes GH-719.
2021-06-25 19:27:30 +02:00
Sergey Panteleev
eec6a4a36b
Remove PHP 5, 7 references (#564)
- zookeeper
- zlib
- zip
- yaf
- uopz
- uodbc
- openssl
- funchand
2021-06-04 09:13:56 +03:00
Kim Hallberg
435885e2f7
Add missing parameters section to zlib-get-coding-type.xml (#567) 2021-04-30 15:41:00 +02:00
Sergey Panteleev
f9c4a68ef4
Removed references to PHP 5, PHP 7.0 (#548) 2021-04-26 11:46:55 +03:00
Sergey Panteleev
a0ae28d3bc
Removed references to PHP 5, PHP 7.0 (#545) 2021-04-24 20:01:17 +03:00
Rowan Tommins
4138897b12
Remove or rewrite examples using implode("", file(...)) (#523)
This is a weirdly inefficient way of getting a file's content into
a string, and I'm not sure why anyone would think it was a good
idea.
2021-04-12 22:33:56 +02: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
Yoshinari Takaoka
cb3e68d99d changed warning about deleted functions as of PHP 8.0.0. 2021-02-10 03:44:01 +09:00
Christoph M. Becker
c2120bd346 Update some methodsynopses
Cf.
<7290dc4dcf>,
<c31f9f7ee4>.
2021-01-18 19:45:28 +01:00
Yoshinari Takaoka
635932fd1c Added PHP 8 into versions.xml for zlib based on stubs.
Closes GH-359.
2021-01-18 13:34:39 +01:00
Christoph Michael Becker
5f8047c12b Document new opaque classes which replace resources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351932 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-06 22:11:40 +00:00
Christoph Michael Becker
e41806c30b Revert revision(s) 351724 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@351730 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 18:05:44 +00:00
Jakub Vrana
c80da7c04a Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351724 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 12:54:59 +00:00
Christoph Michael Becker
02ba67b51f Generate zlib methodsynopses based on stubs
Closes GH-235.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351613 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 23:20:10 +00:00
Christoph Michael Becker
5c818901d4 Fix #78527: zlib deflate bug with windowBits == 8
Fix #75807: deflate_init fails with window bits set to 8

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351455 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-20 11:16:53 +00:00
Christoph Michael Becker
b95d28e6ec Fix return types
Functions which return false on failure should state that in their
signature as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351135 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:52:35 +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
4691b6ddbd Enclose example code in PHP tag
Otherwise we don't get syntax highlighting.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350886 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-14 21:20:28 +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
George Peter Banyard
43c3e5cb61 Fix Doc Bug #78104 by removing mentions of @ operator and moving E_WARNING info into Error/Exception section.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347576 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 15:41:06 +00:00
George Peter Banyard
b824e2b108 Remove PHP 4 and 5.0.0 mentions.
This includes changelogs but also some paragraphs and notes which mention PHP 4.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347555 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 17:31:34 +00:00
Christoph Michael Becker
2a85fbcd7c Fix #77271: PHP 7.3: Various info missing from changelog/migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346281 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-10 15:24:21 +00:00
Christoph Michael Becker
6f5d31d899 Fix #76709: Minimal required zlib library is 1.2.0.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345437 c90b9560-bf6c-de11-be94-00142212c4b1
2018-08-06 10:12:18 +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
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
6df0c70264 Add inflate_get_read_len and inflate_get_status
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344019 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-28 17:37:03 +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
Christoph Michael Becker
f20d869082 Integrate user note 114904
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340908 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-07 15:43:55 +00:00
Christoph Michael Becker
d07914dccd Integrate user note 120086
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340906 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-07 15:35:36 +00:00
Christoph Michael Becker
e47d027b6e Fix #71505: Missing documentation about deflate_init() etc.
Add the example.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339760 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-01 15:53:54 +00:00
Christoph Michael Becker
5f177879f0 Fix #71505: Missing documentation about deflate_init() etc.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339759 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-01 15:42:14 +00:00
Adam Harvey
41d8e7ffe4 Update version information to include PHP 7.
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.

In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Christoph Michael Becker
45305384e6 clarified return value
-- 
Provided by Hans Henrik Bergan

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337662 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-28 12:42:53 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Maciej Sobaczewski
8b5940cade Remove changelogs for PHP 4 - 2nd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334605 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 14:28:17 +00:00
Jean-Sebastien Hedde
8654370154 Anonymous contributions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333618 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-25 12:56:31 +00:00
Joe Watkins
87a07ba920 fix #66863 incorrect documentation for gzgets
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333358 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-17 06:54:41 +00:00
Peter Cowburn
37d6a830dd typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333166 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:53:05 +00:00
Chris Wright
1826857e87 Typo fixes in zlib
---
Provided by anonymous 36752

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332332 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:30:43 +00:00
Jakub Vrana
b89d5b4683 Add missing version info
Found by PhD

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330435 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 22:33:43 +00:00
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Jakub Vrana
f0d05b38c3 Document PHP 5.4 parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330268 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 07:18:10 +00:00
Adam Harvey
053ec3fe68 Update gzencode() documentation for the new FORCE_DEFLATE behaviour in PHP 5.4.
Fixes doc bug #47178 (Missing gzip headers in gzencode() output).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328313 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 02:33:53 +00:00
Hannes Magnusson
858cacd62c mark bunch of extensions with "membership" PI (like the membership comment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Yannick Torres
94497636f2 Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324194 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-13 15:34:05 +00:00
Philip Olson
f1d4fc049e Added the new 5.4 zlib functions (only skeletons)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323717 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-01 16:51:06 +00:00