Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php protobuf extension on XAMPP/Windows #2

Open
Balowser opened this issue Feb 10, 2017 · 1 comment
Open

php protobuf extension on XAMPP/Windows #2

Balowser opened this issue Feb 10, 2017 · 1 comment

Comments

@Balowser
Copy link

Hello,

I need to run a Windows Webserver with my Generated Classes.
When I try this Solution:
#4
I Got an Error:

`PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_protobuf_ts.dll' - Das angegebene Modul wurde nicht gefunden.
in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_protobuf_ts.dll' - Das angegebene Modul wurde nicht gefunden.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_curve25519_ts.dll' - Das angegebene Modul wurde nicht gefunden.
in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_curve25519_ts.dll' - Das angegebene Modul wurde nicht gefunden.
in Unknown on line 0`
Can someone Help me ?

@christophermancini
Copy link

So, one of the challenges with modules is that you need to install the module version that matches your PHP install version, if there is a version mismatch it won't boot which is possible that is the issue you are experiencing.

Did you try to build it yourself on Windows? I experimented with getting a Windows build of the extension but ran into issues and decided to explore that option again at a later date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants