Commit graph

11 commits

Author SHA1 Message Date
Tyson Andre
917c06eac8
Update runkit7 function documentation, names
Closes GH-1194.
2021-12-12 16:17:01 +01:00
Tyson Andre
8d226f128f
Link to spl_object_id from similar functions
Using an integer is faster and more memory-efficient than creating a 32-byte
string hash.

`runkit7_object_id` is one way to polyfill PHP 7.2+ `spl_object_id`
in older PHP 7 versions and continues to exist in the PECL.

Closes GH-1198.
2021-12-12 16:15:16 +01:00
Christoph M. Becker
87a037014f
We should not call a non-static method statically
This integrates user note 126567.
2021-11-11 12:03:36 +01:00
Sergey Panteleev
942afdf312
Fix issues in runkit7 directory (#742)
Part of #658
2021-07-02 12:15:34 +03:00
George Peter Banyard
68c2c87150 Fix extension doc membership 2021-06-13 23:23:33 +01:00
Kensuke Morii
51ac3ba130 Fix runkit7 functions arg type
runkit7_function_redefine(): Fix type of $is_strict.

runkit7_constant_redefine(): Fix type of $newVisibility.

Closes GH-501.
2021-03-22 18:34:05 +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
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
0970bf6ea3 Remove PHP4 or PHP5-only extension
This commit removes following extensions as they appear to not provide
support for PHP 7.0.

Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350644 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 12:28:04 +00:00
Tyson Andre
7de2e43d4c Fix runkit7_constant_redefine description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349543 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-28 19:02:09 +00:00
Tyson Andre
aef9aa5be8 Add documentation for runkit7 PECL
Reviewed in https://github.com/php/doc-en/pull/26


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349198 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-10 14:58:49 +00:00