• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

Composer Warning: openssl extension is missing. How to enable in WAMP

phpwampservercomposer-php


PHP Snippet 1:

wamp\bin\php\php5.4.12\php.ini
wamp\bin\apache\Apache2.4.4\bin\php.ini

PHP Snippet 2:

;extension=php_openssl.dll

PHP Snippet 3:

extension=php_openssl.dll

PHP Snippet 4:

edit ->
**C:\wamp\bin\php\php5.4.12\php.ini**
;;uncomment below line or remove the semicolons ';'
extension=php_openssl.dll

**C:\wamp\bin\apache\Apache2.4.4\bin\php.ini**

extension=php_openssl.dll

PHP Snippet 5:

extension_dir = "C:/myStack/php/ext"

PHP Snippet 6:

extension_dir = "../../php/ext"

Related Snippets

Match single unknown parameter php (Morse-code Regex)

How can I solve "laravel/horizon v1.1.0 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system"?

PHP: Telegram Bot: Insert line break to text message

How to retrieve Active Directory group policy maximum password age using LDAP

How do I get friend list from Friends table with counts of friends of my friends

How do I call a php file with axios?

How to add a sidebar to Woocommerce Shop Page?

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given [duplicate]

Sum array values

PHP: How to quickly split a key=value file into associative array

Read users and passwords from a txt file

Composer Script echo

How to upload mpdf file after generating to s3 bucket in php

PHP: remove filename from path

PHP, how to convert Int value to Week days

About Contact Privacy policy Terms and conditions