Skip to content

issues Search Results · repo:php/pie language:PHP

Filter by

86 results
 (66 ms)

86 results

inphp/pie (press backspace or delete to remove)

Description Thank you for creating such a nice tool that allows us to avoid using PECL any more. I would like to ask if there are any plans to support the direct installation of extension files like ...
question
  • godruoyi
  • 7
  • Opened 
    7 days ago
  • #204

Trying to enable extension using OndrejPhpenmod PHP Warning: touch(): Unable to create file /etc/php/8.3/mods-available/mongodb.ini because Permission denied in /home/james/workspace/phpf/pie/src/Installing/Ini/OndrejPhpenmod.php ...
maintainer investigating
  • asgrim
  • Opened 
    21 days ago
  • #197

The current docs/extension-maintainers.md describes how the composer.json needs to be set up, but goes into little further detail on how the extension build process works. By looking at the source code ...
documentation
enhancement
  • Xenira
  • 2
  • Opened 
    21 days ago
  • #196

For testing purposes it would be great if I could install a local extension without having to go over the registry. e.g pie install --path .
maintainer investigating
  • Xenira
  • 3
  • Opened 
    22 days ago
  • #194

Reinstalling or uninstalling an extension in Windows does not work currently. This is because when DLL is loaded in Windows, we cannot unload it from PHP in order to free Windows lock on the file. If ...
maintainer investigating
  • asgrim
  • 11
  • Opened 
    28 days ago
  • #190

PHP Warning: touch(): Unable to create file /etc/php/8.3/cli/conf.d/74-example_pie_extension.ini because Permission denied in path /src/Installing/Ini/StandardAdditionalPhpIniDirectory.php on line 64 ...
maintainer investigating
  • asgrim
  • Opened 
    on Jan 27
  • #177

Following on from #79 where I had attempted to add support for Private Packagist for example, but discovered that php-ext is not currently stored. Will discuss with the conductors if this can be added. ...
enhancement
maintainer investigating
  • asgrim
  • 1
  • Opened 
    on Jan 22
  • #175

Occasionally, tests will fail because we are using GH API without an auth token. I suspect making sure the GITHUB_TOKEN in CI will eliminate the issue. https://github.com/php/pie/actions/runs/12572758302/job/35045103222?pr=166 ...
bug
  • asgrim
  • 2
  • Opened 
    on Jan 2
  • #169

Chicken/egg raises its head when installing for example in a Dockerfile; for example, given the following: FROM php:8.4-cli COPY --from=ghcr.io/php/pie:bin /pie /usr/bin/pie RUN pie install xdebug/xdebug ...
enhancement
  • asgrim
  • 3
  • Opened 
    on Jan 2
  • #168

I think this follows on from #150 - my test extension asgrim/example-pie-extension uses replace, and this is causing issues. Steps to reproduce: - Install the example ext (bin/pie install -v asgrim/example-pie-extension) ...
maintainer investigating
  • asgrim
  • 2
  • Opened 
    on Dec 24, 2024
  • #161
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub