155 Commits

Author SHA1 Message Date
Leonardo Lara Rodrigues
b8cba40e87 COM variant_fix() and variant_int(): differences are now clear in MSDN (GH-3695)
* remove note about MSDN docs
* Fix return logic in accordance with MSDN docs
2024-08-28 21:40:18 +02:00
haszi
48ce43fe79 Remove empty resources pages (#3545)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-26 02:17:29 +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
94ef70805b Add com_safearray_proxy class to docs (#3066)
Co-authored-by: haszi <haszika80@gmail.com>
2024-01-05 13:26:25 +00:00
haszi
f5a7cdd4a0 Add missing literal tags in VT_DATE description
Co-authored-by: Gina Peter Banyard <girgias@php.net>
2024-01-03 17:48:22 +00:00
haszi
7ef7e3dbdb Remove values and references of PHP 7.0 2024-01-03 17:48:22 +00:00
haszi
11d1c42571 [skip-revcheck] Fix whitespace 2024-01-03 17:48:22 +00:00
haszi
44becea8d2 Add missing COM constants (#3043)
Co-authored-by: haszi <haszika80@gmail.com>
2023-12-29 19:06:44 +00: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
魔王卷子
1714e477c0 Update setup.xml (#2265) 2023-02-08 18:15:03 +00:00
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