122 Commits

Author SHA1 Message Date
haszi
48ce43fe79 Remove empty resources pages (#3545)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-26 02:17:29 +01: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
haszi
57d1b0df36 Remove empty installation pages (#3462)
Co-authored-by: haszi <haszika80@gmail.com>
2024-06-21 02:38:44 +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
62126c55f1 Minor markup issue fixups 2024-04-22 13:25:39 +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
f6eea41e71 Update Directory role attributes (#2064) 2022-12-11 23:19:16 +01:00
fajmanjir
3f63f2b263 scandir - use constant name instead of its value
Closes GH-2032.
2022-11-28 16:21:54 +01:00
Máté Kocsis
e5021b6d8b Generate various class synopses from stubs - part 2 (#1251)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-12-26 12:10:36 +01:00
Máté Kocsis
b0b19b6618 Generate methodsynopses based on stubs for recent changes (#903) 2021-10-01 17:23:05 +02:00
Christoph M. Becker
5783afacad Improve description of several $context parameters
We're misusing the already existing `&note.context-support;` for this,
but remove the PHP 5 related info from it, and link directly to stream
contexts.
2021-09-06 13:00:53 +02:00
Peter Cowburn
2e8ef0a1bd hyphenate "object-oriented"
refs #846
2021-08-08 18:48:47 +01:00
Yoshinari Takaoka
aa0cb38a27 Fix some issues in dir directory
Part of #658
2021-06-13 12:56:08 +09:00
Christoph M. Becker
625dc345db Fix #74585: chroot doesn't change __DIR__ constant 2021-04-26 18:46:10 +02:00
Sergey Panteleev
a0ae28d3bc Removed references to PHP 5, PHP 7.0 (#545) 2021-04-24 20:01:17 +03:00
Christoph M. Becker
6f540a4bf2 Fix #80712: getcwd(): return type includes false 2021-02-05 13:22:48 +01:00
Yoshinari Takaoka
0b7184db9a Added PHP 8 into versions.xml for dir based on stubs.
Closes GH-352.
2021-01-18 12:31:22 +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
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
dec1f8445a Remove safe_mode related information
Sorry, translators, for breaking your builds again.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350871 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-13 22:07:26 +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
27ca68ce99 Fix #79439: Warn about different behavior of chdir() under ZTS
In response to Bug #79439 (https://bugs.php.net/bug.php?id=79439), where a user
reported the (correct, but surprising) behavior of `chdir` as a bug.

Also warn that with ZTS, return value of getcwd() may differ from OS cwd,
and warn that chroot() is not available on ZTS builds.

Patch provided by Alex Dowad.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350045 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-18 08:15:11 +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
57177f4159 Fix #76490: Documentation of Directory::read() makes no sense
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345164 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-18 10:54:23 +00:00
Jakub Vrana
48e1dbff5c Document rewinddir return value (bug #75485)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343910 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 09:25:14 +00:00
Christoph Michael Becker
9e9c6ea115 Remove PHP 4 alternatives example
The example is broken as described in user note 120693,
and we're not concerned with PHP 4 anymore, anyway.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341954 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-22 19:23:02 +00:00
Christoph Michael Becker
531e7a8ef5 Fix confusing availability info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339953 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-30 10:20:16 +00:00
Christoph Michael Becker
1f8618f67d updated reference/dir/versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337444 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-13 17:16:22 +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
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
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
Philip Olson
13e47276f8 Clarified that the constants were added in 5.4.0, and how to mimic asc|desc before that. Closes PHP bug #62256
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326021 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-07 23:42:44 +00:00
Jakub Vrana
4de5cce5d8 Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00
Jakub Vrana
53b6f116ed dir is a function creating an instance of Directory class
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321886 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-07 23:06:29 +00:00
Justin Martin
99a5cc447f Clarified that readdir will return all entries in a directory, not just the files. Updated examples to reflect that. Closes bug #60443.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320392 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-04 23:34:54 +00:00
TAKAGI Masahiro
2c1768a460 fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315520 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-25 21:06:29 +00:00
Nikita Popov
bddf7e535a Fix Doc Bug #54663: chdir() emits E_WARNING
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315518 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-25 20:49:30 +00:00
Karoly Negyesi
524fd2712c Added PATH_SEPARATOR to open_basedir and a brief explanation of it into reference/dir/constants.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315465 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-25 08:02:31 +00:00
Richard Quadling
fc9e379fd8 Standardise on single style of quotes for XML tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Jakub Vrana
fad61b5c27 Extension categorization
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313268 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:33:49 +00:00
Jakub Vrana
c9c117546e scandir constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312682 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 13:22:55 +00:00
Shein Alexey
dae442b0ec Fixed empty example title in chroot function.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308588 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-23 11:46:53 +00:00
Justin Martin
82b58eb34a Clarified chroot's behaviour, as well as when it is available on a system. Added an example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305124 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-06 03:03:16 +00:00