pusher / pusher-http-php

PHP library for interacting with the Pusher Channels HTTP API
https://pusher.com/docs/server_api_guide
1.42k stars 309 forks source link

Nothing works #318

Closed seritpt closed 2 years ago

seritpt commented 2 years ago

Nothing works :-( Cant install with composer with many errors "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Users\mad> composer require pusher/pusher-php-server PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: C:\Users\mad\Documents\MEGA\PortableApps\XAMPP\App\xampp\php\ext\pdo_mysql (Impossível localizar o módulo especificado.), C:\Users\mad\Documents\MEGA\PortableApps\XAMPP\App\xampp\php\ext\php_pdo_mysql.dll (Impossível localizar o procedimento especificado.)) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: C:\Users\mad\Documents\MEGA\PortableApps\XAMPP\App\xampp\php\ext\pdo_mysql (Impossível localizar o módulo especificado.), C:\Users\mad\Documents\MEGA\PortableApps\XAMPP\App\xampp\php\ext\php_pdo_mysql.dll (Impossível localizar o procedimento especificado.)) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_sqlite' (tried: C:\Users\mad\Documents\MEGA\PortableApps\XAMPP\App\xampp\php\ext\pdo_sqlite (Impossível localizar o módulo especificado.), C:\Users\mad\Documents\MEGA\PortableApps\XAMPP\App\xampp\php\ext\php_pdo_sqlite.dll (Impossível localizar o procedimento especificado.)) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'pdo_sqlite' (tried: C:\Users\mad\Documents\MEGA\PortableApps\XAMPP\App\xampp\php\ext\pdo_sqlite (Impossível localizar o módulo especificado.), C:\Users\mad\Documents\MEGA\PortableApps\XAMPP\App\xampp\php\ext\php_pdo_sqlite.dll (Impossível localizar o procedimento especificado.)) in Unknown on line 0 Using version ^7.0 for pusher/pusher-php-server ./composer.json has been updated Running composer update pusher/pusher-php-server Loading composer repositories with package information Updating dependencies Nothing to modify in lock file Installing dependencies from lock file (including require-dev) Nothing to install, update or remove Generating autoload files 4 packages you are using are looking for funding. Use the composer fund command to find out more! PS C:\Users\mad>"

vendor/autoload.php doens't exist

hniehorster commented 2 years ago

Not sure if this is Pusher related... looks more like a issue with your project / composer.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you'd like this issue to stay open please leave a comment indicating how this issue is affecting you. Thank you.