Máté Kocsis
37d269b8f6
Add packagesynopsis tag for objects recently converted from resource ( #5405 )
2026-03-08 21:04:28 +01:00
Máté Kocsis
fcd9214294
Sync return type changes ( #5075 )
2026-03-08 21:03:56 +01:00
Louis-Arnaud
5b7646656e
Fix return type for 5 misc functions: bool -> true ( #5357 )
...
* Fix return type for 5 functions: bool -> true
These functions always return true (or throw on error):
- finfo_close (fileinfo)
- ftp_set_option (ftp)
- libxml_set_external_entity_loader (libxml)
- shm_detach (shmop)
- array_multisort (standard)
* Add changelog entries for return type change bool -> true
* Fix changelog version: use 8.5.0 instead of entity hardcoded to 8.2.0
The &return.type.true; entity is hardcoded with version 8.2.0, but all
5 functions changed their return type from bool to true in PHP 8.5.
Replace the entity with manual changelog rows using the correct version.
2026-03-02 22:55:02 +01:00
Mikhail Alferov
11a4d49648
ftp-ssl-connect.xml Add the literal tag (GH-3945)
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2024-10-27 23:38:45 +01:00
Tobias Kronthaler
d7729b69a2
Update docs for ftp_ssl_connect about missing verification (GH-3915)
...
Change/Clarify that at the moment no verification is happening at all
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2024-10-24 16:40:41 +02:00
Peter Kokot
af43242413
Document --with-ftp-ssl and --with-mysqlnd-ssl configure options ( #3340 )
2024-10-17 09:43:01 -07:00
Leonardo Lara Rodrigues
21840cc593
Fix comment in ftp-nb-fget.xml: file is opened for writing (GH-3846)
2024-10-08 00:50:11 +02:00
haszi
765b2d6eec
Remove empty configuration pages ( #3538 )
...
Co-authored-by: haszi <haszika80@gmail.com >
2024-07-09 22:24:55 +01:00
haszi
605553e228
Remove empty requirements pages ( #3464 )
...
Co-authored-by: haszi <haszika80@gmail.com >
2024-07-07 14:34:34 +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
Máté Kocsis
5bc68add3d
Document SensitiveParameter attributes - part 1 ( #3402 )
2024-05-21 12:08:46 +01:00
Mikhail Alferov
6ce59dacb4
ftp-rename.xml: combed example ( #3318 )
2024-04-17 13:00:14 +01:00
haszi
61374bbe22
Change literal to constant tags
2024-04-16 10:45:49 +01:00
Máté Kocsis
5bc8ebe3c1
Synchronize predefined constants with stubs - part 3 ( #2742 )
...
Fix wrong constant types. Apparently, in some cases, the type of the relevant option is documented as the constant type.
2023-09-05 11:16:57 +01: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
m157y
ce3f60dc2f
Fix function signature ( #2331 )
...
Missed false on return in case of failure
2023-05-07 11:22:02 +02:00
Sergey Panteleev
181e9c5572
Fix section order issues ( #1262 )
2021-12-28 08:00:18 +03:00
Máté Kocsis
0773339dce
Generate various method synopses from stubs - part 5 ( #1234 )
2021-12-22 14:18:28 +01:00
Máté Kocsis
627e662b48
[skip-revcheck] Generate ext/ftp class synopses from stubs ( #1114 )
2021-11-17 11:56:21 +01:00
Sergey Panteleev
7404469919
Fix ftp_login parameter description
2021-09-26 13:11:02 +03:00
Sergey Panteleev
848a71cd9d
Revert ftp.resources section
2021-09-25 13:30:35 +03:00
Sergey Panteleev
4d1c34c9b7
[PHP 8.1] Use an FTP\Connection instance instead of a resource ( #967 )
...
Co-authored-by: Peter Cowburn <petercowburn@gmail.com >
2021-09-24 13:17:30 +03:00
Sergey Panteleev
a0ae28d3bc
Removed references to PHP 5, PHP 7.0 ( #545 )
2021-04-24 20:01:17 +03:00
Christoph M. Becker
def2d256ef
Fix #47091 : ftp_mdtm adjusts for local timezone
2021-02-19 16:40:46 +01:00
Christoph M. Becker
7786b06044
Fix #73642 : ftp_mkdir make an error if folder exist
2021-02-19 15:53:42 +01:00
Yoshinari Takaoka
1f94a9cc3c
Added PHP 8 into versions.xml for ftp based on stubs.
...
Closes GH-346.
2021-01-17 15:44:03 +01:00
Máté Kocsis
18680fd168
Generate FTP methodsynopses based on stubs
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
Closes GH-305.
2021-01-01 23:20:38 +01: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
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
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
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
9af43469f4
Remove more changelog entries, mostly from PHP 5.2 era
...
Patch contributed by Sobak <msobaczewski@gmail.com >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350654 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 13:52:31 +00:00
Christoph Michael Becker
ba38a95b6a
Fix other typos
...
Detected by codespell
Patch provided by tandre@php.net .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349710 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 06:53:54 +00:00
Christoph Michael Becker
60511f0626
ftp_ssl_connect() is available in official Windows builds as of PHP 7.0.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349421 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 10:23:33 +00:00
Nikita Popov
633eac97ff
Change FTP_IMAGE to FTP_BINARY
...
Patch by BenMorel.
Closes php/doc-en#15 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348169 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-15 14:47:10 +00:00
Pieter Hordijk
cbf6e7ba43
Fixed wording
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347004 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-13 08:17:36 +00:00
Christoph Michael Becker
0eba19b223
Fix #74601 : Missing FTP_USEPASVADDRESS in documentation
...
The actual documentation has already been done with r343809.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345744 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-30 15:11:26 +00:00
Christoph Michael Becker
f8cde5e160
Fix #76471 : PHP Warning: ftp_get() expects at least 4 parameters, 3 given
...
We add the missing changelog entries.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345129 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-13 16:03:25 +00:00
Christoph Michael Becker
e737582530
Clarify timeout unit
...
Patch provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345054 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-25 14:49:37 +00:00
Christoph Michael Becker
c463738398
Fix #76002 : Default value doesn't match allowed values
...
Since FTP_IMAGE is the alias, we're changing the initializer
to FTP_BINARY.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344749 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-19 16:26:44 +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
Christoph Michael Becker
f6a146d76c
Improve wording
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344352 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-24 16:00:52 +00:00
Jakub Vrana
d3afc86c67
Unify version format
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344052 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 14:27:01 +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
b94d2afbaf
Add ftp_append
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344013 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-28 16:52:35 +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
Pasindu De Silva
cbbd9d134a
ftp_set_option missed option FTP_USEPASVADDRESS
...
added in: https://github.com/php/php-src/pull/1668
--
Provided by anonymous 86357 (spee.jeroen@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343809 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-10 10:05:08 +00:00