docs(readme): refresh Expanse engine install (apt/rpm + libjudy-compat); add Expanse's native PHP packages - #203
Merged
Merged
Conversation
…t) and add Expanse's native PHP packages - §F Linux instructions replaced the stale v0.2.0 raw .deb download with Expanse's official apt/rpm repositories: libjudy-compat provides the system libJudy.so.1 symlinks and libexpanse-dev/-devel ships Judy.h, so php-judy configures against /usr directly. Tarball/zip prefix paths use a <VERSION> placeholder (current: v0.4.1) instead of hardcoded 0.2.0. - New §G: Expanse now publishes its own PHP packages with php-judy class/constant compatibility — composer require orieg/expanse (pure PHP, FFI fallback) and pie install orieg/expanse-extension (Rust Zend extension) — with guidance on when to stay on php-judy vs migrate. - Intro bullet links to §G.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two README updates on the Expanse relationship:
.debdownload (two releases stale). Replaced with Expanse's official apt/rpm repositories:libjudy-compatprovides the systemlibJudy.so.1symlinks andlibexpanse-dev/-develshipsJudy.h, so./configure --with-judy=/usrworks with no manual prefix. Tarball/zip prefix paths now use a<VERSION>placeholder (current: v0.4.1).Judy,Judy::BITSET,Judy::INT_TO_INT,Judy::STRING_TO_INT,ArrayAccess,byCount):composer require orieg/expanse(pure PHP, FFI fallback) andpie install orieg/expanse-extension(Rust Zend extension), with guidance on staying vs migrating. Intro bullet links to it.Docs only.