Changes between Initial Version and Version 1 of Ticket #421, comment 1
- Timestamp:
- 2024-10-15T11:48:35-03:00 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #421, comment 1
initial v1 3 3 However, the PECL parallel extension can be downloaded pre-compiled from https://pecl.php.net/package/parallel 4 4 5 Once you move the downloaded file `php_parallel.dll` into ` \ms4w\Apache\php\ext\` (which you already did), and then from that same download archive move the file `pthreadVC3.dll`into `C:\ms4w\Apache\cgi-bin`, then you can try to load the module with:5 Once you move the downloaded file `php_parallel.dll` into `C:\ms4w\Apache\php\ext\` (which you already did), and then from that same download archive move the file `pthreadVC3.dll`into `C:\ms4w\Apache\cgi-bin`, then you can try to load the module with: 6 6 {{{ 7 7 php -dextension=C:\ms4w\Apache\php\ext\php_parallel.dll -m