viest / php-ext-xlswriter

🚀 PHP Extension for creating and reader XLSX files.
https://xlswriter.viest.me
BSD 2-Clause "Simplified" License
2.26k stars 233 forks source link

How to compile to DLL extension for Windows? #118

Closed sirhvd closed 5 years ago

sirhvd commented 5 years ago

I'm tried to follow instruction from: https://github.com/viest/php-ext-excel-export/wiki/0%E3%80%81Install And https://github.com/viest/php-ext-excel-export/blob/master/README_zh.md#windows

But it does not work. It seems config.w32 is not correct.

Please help me. Thank you.

viest commented 5 years ago

You can take a reference CI:

https://github.com/viest/php-ext-excel-export/blob/master/.appveyor.yml

sirhvd commented 5 years ago

Ok. I'll try now. Thank you.

viest commented 5 years ago

If you need help, you can contact me through the mail.

dev@service.viest.me wjx@php.net

sirhvd commented 5 years ago

Ok, thank you.

I'm don't understand some code from Cl, can you explain me? $here = (Get-Item -Path "." -Verbose).FullName AND $task = $here + '\task.bat' & $runner -t $task I have this error:

1

viest commented 5 years ago

If you don't have the local environment, I suggest you download the dll

https://pecl.php.net/package/xlswriter/1.2.4/windows