nikic / scalar_objects

Extension that adds support for method calls on primitive types in PHP
MIT License
1.13k stars 44 forks source link

How about windows binaries ? #7

Closed michelsalib closed 11 years ago

michelsalib commented 11 years ago

Can you provide a compilation of windows binaries such as here : http://windows.php.net/download/ ?

I never compiled php on windows, but I could give a hand, and make a PR.

nikic commented 11 years ago

Windows DLLs are now available, see here: https://github.com/nikic/scalar_objects#windows

michelsalib commented 11 years ago

Thanks !