X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fv0.0%2Fion.html;h=673d7a4eb8b5a00dba4462c01bb7aa68587a7674;hb=485f776eaf82a2acd6f5fb3e2a8fd46e034f4522;hp=810dedcde4baa32f9a14bc0d3dcc8084626f29be;hpb=2f22a7e0925e60ee94424e7d348aa569c966cf70;p=awesomized%2Fext-ion diff --git a/docs/v0.0/ion.html b/docs/v0.0/ion.html index 810dedc..673d7a4 100644 --- a/docs/v0.0/ion.html +++ b/docs/v0.0/ion.html @@ -7,13 +7,13 @@ mdref - - + + - +
@@ -150,19 +150,19 @@
  • ImportLocation
  • +
  • PHP +
  • + +
  • System +
  • +
  • Table @@ -259,169 +259,173 @@
  • - -

    pecl/ion

    -

    About:

    -

    PHP extension wrapping amzn/ion-c. -See the Amazon ION specification.

    -

    License:

    -

    BSD-2-Clause; -see spdx.org.

    -

    Installation:

    -

    PECL and PHARext is WIP.

    -

    Dependencies:

    -

    Required:

    -

    Trinity: +

    
    +phpize
    ./configure
    make # -j$(nproc)
    sudo make install # INSTALL=install
    +

    Try with Docker: +

    
    +docker build -t php-ion
    docker run --rm php-ion -r 'echo ion\serialize(ion\Symbol\PHP::asTable());'
    +

    Editor Stub: +

    See ion.stub.php.

    Known Issues: +

    Due to private internal state of ion-c's readers and writers, +instances of the following PHP classes cannot be cloned:

    Editor Stub: +

    This extension provides a stub file four your editor's auto-completion.

    Download the Stub file:

    -
    - - -

    Functions:

    -