NoiseByNorthwest / php-spx

A simple & straight-to-the-point PHP profiling extension with its built-in web UI
GNU General Public License v3.0
2.11k stars 83 forks source link

Publish to PECL #134

Open glensc opened 4 years ago

glensc commented 4 years ago

PECL is standard way of installing extensions for PHP.

pecl install spx
NoiseByNorthwest commented 4 years ago

Yes, but I've first to spend some time to meet some requirements: https://git.php.net/?p=php-src.git;a=blob_plain;f=CODING_STANDARDS.md;hb=HEAD https://wiki.php.net/internals/review_comments

That was the point here #26

And then I've to start the pecl proposal process.

glensc commented 4 years ago

oh, what? that's super stupid!

I thought pecl point was to have a community place to distribute extensions that are not in php-src, why would pecl acceptance require coding standard of php-src.

ruudk commented 3 years ago

Or, just create a package.xml file on the root and instruct people to install it with Pickle.

It can install from PECL but also from source:

$ pickle install https://github.com/NoiseByNorthwest/php-spx/archive/refs/tags/v0.4.10.tar.gz
  - Installing v0.4.10.tar.gz (unknown): Downloading (100%)

In PackageXml.php line 68:

  The path '/var/folders/m4/2_8czq_s1dbcfkm1yf8zjgg80000gn/T/v0.4.10.tar.gz' doesn't contain package.xml