1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-26 16:52:25 +01:00
Commit Graph

144 Commits

Author SHA1 Message Date
Máté Kocsis
3fc56d76de List inherited constructors on the class synopsis pages (#2090) 2022-12-28 15:51:40 +01:00
Christoph M. Becker
071a588364 Fix xpointer expressions
When removing the `not()` operator, some closing parentheses have been
overlooked, which resulted in broken xpointer expressions.
2022-12-13 12:13:33 +01:00
Máté Kocsis
09c49da6f0 Update Error, Exception, and Throwable role attributes (#2069) 2022-12-11 23:32:45 +01:00
Máté Kocsis
49ff12041a Update ext/com role attributes (#1977)
Based on php/php-src#9901
2022-12-11 16:35:08 +01:00
Christoph M. Becker
554db5a3a3 Fix further xref misuse
Cf. <https://github.com/php/doc-en/issues/1415#issuecomment-1044334812>.
2022-02-18 13:19:17 +01:00
Christoph M. Becker
b9043112d8 Fix GH-1415: xref not working? 2022-02-18 10:55:04 +01:00
Christoph M. Becker
766f190db3 .Net framework 4.0 and later are supported as of PHP 8.0.0 2021-12-02 19:22:30 +01:00
Christoph M. Becker
6bc82c07c2 Fix #47569: DOTNET cannot instantiate generic classes 2021-12-02 19:16:58 +01:00
Máté Kocsis
bd8169a9b1 Generate ext/com_dotnet class synopses from stubs
Closes GH-1064.
2021-11-08 16:15:00 +01:00
Máté Kocsis
7f99d5e488 Remove some unnecessary methodsynopsis role attributes (#913) 2021-09-14 14:37:29 +02:00
George Peter Banyard
cbac1ecf71 Fix lone section order issues in various extensions
Part of #658
2021-06-06 18:03:03 +01: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
48e16550b5 Added PHP 8 into versions.xml for com_dotnet based on stubs.
Closes GH-393.
2021-01-24 15:52:19 +01:00
Máté Kocsis
a411286750 Generate methodsynopses based on recently updated stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-362.
2021-01-18 23:31:36 +01:00
Christoph Michael Becker
20216b916e Generate com_dotnet methodsynopses based on stubs
Based on patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351554 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 23:16:16 +00:00
Christoph Michael Becker
e604424d6d Fix #42585: die() in event handler => PHP hangs
We also remove the very misleading comment regarding the reference operator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351221 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-04 13:48:39 +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
03eedf0ed1 Document new com.dotnet_version INI setting
Cf. <https://github.com/php/php-src/pull/5949>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350811 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-07 17:34:13 +00:00
Christoph Michael Becker
6c354cf3ac Document dotnet limitation to .Net framework < 4.0
Cf. <https://bugs.php.net/bug.php?id=55847>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350297 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-11 10:20:57 +00:00
Christoph Michael Becker
ba5c839903 Document domain element of $server_name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350083 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-25 19:50:23 +00:00
Christoph Michael Becker
001013aeb8 Fix #50305: DOTNET Warning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350046 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-18 08:42:17 +00:00
Christoph Michael Becker
59b5917eaf Fix VT_* constant values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349452 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-15 09:02:34 +00:00
Christoph Michael Becker
5fd3467276 Order VT_I* and VT_UI* constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349451 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-15 08:57:35 +00:00
Christoph Michael Becker
63df6ea90b Fix #50473: static dotnet classes can't be called
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349426 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 15:36:27 +00:00
Christoph Michael Becker
2de08c1846 Mark optional parameters as such
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349271 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-01 11:34:09 +00:00
Christoph Michael Becker
e329b51347 Document COMPersistHelper::__construct with NULL argument
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349263 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-29 15:13:07 +00:00
Christoph Michael Becker
010bb6179a Document COMPersistHelper
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349255 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-26 13:50:10 +00:00
Christoph Michael Becker
8c753865f1 Use canonical spelling of class names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349253 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-26 10:20:49 +00:00
Christoph Michael Becker
c7661d7587 Document VT_I8 and VT_UI8 constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349176 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-08 16:59:04 +00:00
Christoph Michael Becker
cdf5498ad7 Fix description of COM error constants
Besides adding docs for the missing `DISP_E_BADINDEX`, we also document that
the values are positive integers on x64 as of PHP 7.0.0.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349163 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-07 17:51:35 +00:00
Christoph Michael Becker
c5918c68ff Fix #29800: new DOTNET fails for assemblys other than mscorlib
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348193 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-21 07:43:09 +00:00
Christoph Michael Becker
2b220300c8 Minor improvements to VARIANT docs
We remove a PHP 4 related paragraph, and cross-link two closely related functions.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348180 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-18 14:46:58 +00:00
Christoph Michael Becker
31ab1b9a07 These functions return a variant or throw
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347836 c90b9560-bf6c-de11-be94-00142212c4b1
2019-08-11 19:08:51 +00:00
Christoph Michael Becker
cf9057712a Document parameter default
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347694 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-30 14:03:45 +00:00
Christoph Michael Becker
3b5e3b3ad2 No more need to document PHP 5 requirement
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347693 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-30 14:02:48 +00:00
Christoph Michael Becker
b6de362f1c Document parameter defaults
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347692 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-30 13:50:15 +00:00
Christoph Michael Becker
888334f152 Document com_exception
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347691 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-30 13:10:11 +00:00
Christoph Michael Becker
fa6831306a Fix inheritance doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347690 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-30 12:43:40 +00:00
Christoph Michael Becker
3bc9e8f289 Document inheritance
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347689 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-30 12:40:50 +00:00
Christoph Michael Becker
438b4931ef Refactor to contemporary class doc structure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347688 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-30 12:29:39 +00:00
Christoph Michael Becker
28f122648d Remove PHP 4 mentions in COM documentation
Based on a patch provided by girgias@php.net.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347687 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-30 10:52:28 +00:00
Christoph Michael Becker
48e1363b9d Clarify misleading info
Neither com.autoregister_typelib nor com.autoregister_casesensitive
apply to libraries declared in com.typelib_file.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346841 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-15 16:32:02 +00:00
Christoph Michael Becker
182ab18dda There are no COM resources as of PHP 5.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346759 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-08 19:00:52 +00:00
Christoph Michael Becker
6f66c3a11d Fix parameter (description)
Cf. <https://github.com/php/php-src/blob/php-7.3.2/ext/com_dotnet/com_com.c#L828>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346747 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-07 22:52:59 +00:00
Christoph Michael Becker
489abcb2ab Implication doesn't make sense otherwise. Function returns proper value, tested on PHP 7.1.13, Windows 10.
-- 
Provided by anonymous 91234 (oliver.tusla@seznam.cz)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345066 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-26 20:36:20 +00:00
Christoph Michael Becker
7b83a76433 Remove obsolete PHP 4 related info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344814 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-23 15:10: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
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
Thomas Punt
dccfbf9659 Resolve doc bug #73772 (second time lucky)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341682 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-18 19:09:49 +00:00
Thomas Punt
f2cc6c884b Resolve doc bug #73772
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341678 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-17 11:36:57 +00:00