sj-i member since: Apr 30, 2020 · Transparency log

sj-i's packages

  • C

    reliforp/ext-rdump🥧

    Capture a PHP process's own memory for offline analysis with reli (finding leaks, reference cycles, memory bottlenecks, etc.).

  • PHP

    reliforp/php-memory-dump

    Capture a PHP process's own memory in reli's RDUMP format from inside the process, in pure PHP, with no extension and no FFI. The dump is analysed offline with reli (finding leaks, reference cycles, memory bottlenecks, etc.).

  • PHP

    reliforp/reli-prof

    A sampling profiler or a memory profiler for PHP written in PHP, which reads information about running PHP VM from outside of the process.

  • PHP

    reliforp/reli-prof-sidecar-client

    Lightweight, FFI-free PHP client for the reli-prof sidecar daemon. Embed in user applications to request memory dumps from the sidecar without pulling in the full reli-prof toolchain.

  • PHP

    sj-i/ffi-zts

    Embed a ZTS PHP interpreter inside an NTS PHP process via FFI and run ZTS-only extensions (e.g. pecl/parallel) from a plain NTS CLI.

  • PHP

    sj-i/ffi-zts-parallel

    PHP-side wrapper around pecl/parallel for use through sj-i/ffi-zts (NTS host -> embedded ZTS interpreter -> real OS threads).

  • PHP

    sj-i/php-cast

    Explicit cast with the behavior of implicit weak mode cast

  • PHP

    sj-i/php-fuse

    PHP FFI bindings for FUSE

  • PHP

    sj-i/php-variable-fs

    a FUSE filesystem to access any PHP variables

  • PHP

    sj-i/phpdoc-type-reader

    A library for reading types from phpdoc

  • PHP

    sj-i/typed-cdata

    Working with FFI\CData through PHP types

  • PHP

    sj-i/typist

    Enforcing types of local variables

  • PHP

    sj-i/wpfs

    a wordpress filesystem

  • PHP

    sj-i/php-profiler

    A sampling profiler or a memory profiler for PHP written in PHP, which reads information about running PHP VM from outside of the process.

    Abandoned! See reliforp/reli-prof