Commit graph

11 commits

Author SHA1 Message Date
Christoph Michael Becker
852978ed89 Clarify pseudo C preprocessor support
Based on a patch provided by Larry Garfield.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349215 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-12 13:09:26 +00:00
Nikita Popov
03e515786e Clarify that it's safe to reuse an FFI scope.
Patch by Crell.

Closes php/doc-en#22.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349002 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-24 13:00:44 +00:00
Nikita Popov
f19337d272 Cross-link FFI::load and FFI::scope
Patch by Crell.

Closes php/doc-en#21.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349001 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-24 12:56:04 +00:00
Christoph Michael Becker
d197a1438a Document ffi.preload and opcache.preload_user directives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348203 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-23 07:13:34 +00:00
Christoph Michael Becker
8d2921cd82 Remove "undocumented function" warning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348195 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-21 14:57:22 +00:00
Christoph Michael Becker
d8d06c9527 Document FFI:: isNull()
Cf. <https://github.com/php/php-src/pull/4691>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347967 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-10 09:55:35 +00:00
George Peter Banyard
cffb5f5289 Fix configure arg for FFI extension and add an example for PostgreSQL extension.
Provided by petk.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347649 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-23 00:59:14 +00:00
Christoph Michael Becker
55a5eca8af Update FFI variable accessing docs
Cf. <http://git.php.net/?p=php-src.git;a=commitdiff;h=6738241aece97979bdb7531babcfdf12e3c4b45b>.

We also add a respective example.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347522 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-01 12:09:20 +00:00
George Peter Banyard
db880d014b Indent fix.
Patch provided by Michal Brzuchalski

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347416 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-13 20:30:04 +00:00
Christoph Michael Becker
09b078144a Clarify $lib default behavior of FFI::cdef()
Firstly, $lib does not default to NULL; actually, it has no default.
Secondly, we document what happens if $lib is omitted.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347387 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-06 10:48:14 +00:00
Christoph Michael Becker
4a86f6e16d Add basic ext/ffi documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347385 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-05 16:06:46 +00:00