allegro / php-protobuf

PHP Protobuf - Google's Protocol Buffers for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a Windows extesion for XAMPP

Balowser opened this issue · comments

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 ?

commented

I have the same issue