Compile PHP with extension xxHash
-
Hi ,
I would love to use https://github.com/Megasaxon/php-xxhash in my local laragon environment .
First I want to know if this is possible and second , how would I achieve this ?Cheers
-
- Yes, it is possible.
- You can follow this great article to archive it: http://blog.benoitblanchon.fr/build-php-extension-on-windows/
However, be aware that it's not a simple task
-
@Paolo-Mulder : I guess it's important to you, so I've built one for you:
https://github.com/leokhoa/php-xxhash/releases/download/1.0.1/php_xxhash.dllHope it help.
-
Thank you very much ! This is much appreciated, it will keep me to have to install visual studio and fill my ssd c drive with it.