php-5.6-xp icon indicating copy to clipboard operation
php-5.6-xp copied to clipboard

Segmentation fault caused by extension=php_curl.dll

Open rosasurfer opened this issue 6 years ago • 1 comments
trafficstars

When I run the latest Composer (v1.8.4) I get a segmentation fault at the end, no matter which Composer command I execute. The crash doesn't happen if I disable the provided curl extension. php composer.phar Any idea?

rosasurfer avatar Mar 11 '19 12:03 rosasurfer

No crashes for me (XP SP3 x86):

C:\>xampp\php\php composer.phar selfupdate
You are already using composer version 1.9.0 (stable channel).

C:\>xampp\php\php composer.phar search ...
phpinfo()
PHP Version => 5.6.24
...

C:\>xampp\php\php -r "echo curl_init();"
Resource id #4

ProgerXP avatar Aug 23 '19 18:08 ProgerXP