1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

154 Commits

Author SHA1 Message Date
Máté Kocsis
aa120f36c5 Sync parameter type and name changes (#5073)
Co-authored-by: Gina Peter Banyard <girgias@php.net>
2026-01-14 22:09:32 +01:00
Gina Peter Banyard
deabb95264 Fix initilializer value 2025-06-19 15:47:54 +01:00
Gina Peter Banyard
4991091944 Fix parameter type and description for readgzfile()
Found while working on https://github.com/php/php-src/pull/18879
2025-06-19 15:47:13 +01:00
philip
e8ac70bf54 Implemented global.ent entities for all external URLs, these new entities were
added to global.ent via f8bdf4030e
Sorry translators for this extra work!
Note: Notes containing 'windows.php.net/downloads/pecl/releases' were
removed as the associated entity will disappear one day via https://github.com/php/doc-base/pull/143
2025-02-22 07:59:45 -08:00
Gina Peter Banyard
6bb12514da PHP 8.4: Update Zlib lib requirement (#4105)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2024-11-20 13:31:01 +00:00
haszi
976425d4f6 Add replaceable tags to constants where applicable (#4028)
Co-authored-by: haszi <haszika80@gmail.com>
2024-11-09 19:24:19 +00:00
haszi
ac6c09ba8a Add missing zlib constants (#3478)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-07 14:56:59 +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
haszi
0fb27c54ea Move ob_gzhandler to zlib (#3076)
Co-authored-by: haszi <haszika80@gmail.com>
2024-01-07 14:06:24 +00:00
Máté Kocsis
5e9500ddad [skip-revcheck] Syncronize predefined constants with stubs - part 1 (#2739)
Preparation commit for syncing constants with stub.

This reformats the page, which is mainly just whitespace changes.
2023-09-04 23:37:50 +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
othercorey
56680aaa77 Remove incorrect inflate_get_status() return false description (#2289) 2023-02-21 14:48:37 +00:00
othercorey
15352977cf Drop gzpassthru() return false description
Closes GH-2192.
2023-01-15 11:35:02 +01:00
Máté Kocsis
adf11d8d64 Revert "Add documentation for default constructors - part 1 (#2089)" (#2121) 2022-12-28 08:50:09 +01:00
Máté Kocsis
0510540984 Add documentation for default constructors - part 1 (#2089)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2022-12-19 21:40:26 +01:00
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