Changes between Initial Version and Version 1 of Ticket #421, comment 1


Ignore:
Timestamp:
2024-10-15T11:48:35-03:00 (3 days ago)
Author:
Jeff McKenna

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #421, comment 1

    initial v1  
    33However, the PECL parallel extension can be downloaded pre-compiled from https://pecl.php.net/package/parallel
    44
    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:
     5Once 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:
    66{{{
    77  php -dextension=C:\ms4w\Apache\php\ext\php_parallel.dll -m