You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: