PECL PHP extensionss
Posted by: l_x_young@hotmail.com (---.hsd1.il.comcast.net)
Date: April 11, 2012 08:30PM

Does wampserver support PECL extensions for PHP such as Alternative Cache (APC) or Memcache?

Thanks,
Laura

Options: ReplyQuote
Re: PECL PHP extensionss
Posted by: l_x_young@hotmail.com (---.hsd1.il.comcast.net)
Date: April 11, 2012 08:42PM

Someone told me that I could click at WAMP icon, then: PHP -> PHP Extensions. And select ‘php_memcache’ in list to activate this extension. However, php_memcache is not listed. I am using PHP version 5.3.4. Anyone know why it is not listed under PHP extensions?

Options: ReplyQuote
Re: PECL PHP extensionss
Posted by: stevenmartin99 (Moderator)
Date: April 11, 2012 08:47PM

there is hundreds of extensions, we cant have them all


go and get the extension >> [pecl.php.net]

add it the ext folder of php and add a line in the php.ini to enable it.

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: PECL PHP extensionss
Posted by: Mored1984 (62.215.123.---)
Date: May 06, 2017 08:46PM

I'm using WAMPServer (x64) with PHP5.6.25 & I want to install "Blesta", the requirements need "Pecl - Mailparse", So:

1. I download "PHP Mailparse v2.1.6 (PHP v5.6)(Thread Safe)(vc11)(x64)"
2. I extract the download file in "C:\wamp64\bin\php\php5.6.25\ext" folder
3. I add "extension=php_mailparse.dll" to file "C:\wamp64\bin\php\php5.6.25\phpForApache.ini" but at the end of "Dynamic Extensions"
4. Restart the WAMPServer
5. Install "Blesta"


Note for #3 Example:

;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
extension=php_openssl.dll
;extension=php_pdo_firebird.dll
extension=php_pdo_mysql.dll
;extension=php_pdo_oci.dll
;extension=php_pdo_odbc.dll
;extension=php_pdo_pgsql.dll
extension=php_pdo_sqlite.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll

extension=php_mailparse.dll

Options: ReplyQuote


Sorry, only registered users may post in this forum.