pecl Questions
6
Solved
I run the command: sudo pecl install apc
The file gets downloaded, the configuration succeeds, then make is launched and I get the following error.
/usr/include/php5/ext/pcre/php_pcre.h:29: fatal...
3
Solved
I am trying to install pecl_http in MAMP php.
I am getting the following errors.
grep: /Applications/MAMP/bin/php/php5.5.10/include/php/main/php.h: No such file or directory
grep: /Application...
1
Solved
I'm trying to install intl extension on Os x El Capitan. Every time i run sudo pecl install intl, i'm getting following error on the last step. I don't know why the copy operation failed. Is it a b...
Odisodium asked 19/10, 2015 at 17:35
4
Solved
This is my server configuration:
CentOS release 6.5 (Final)
PHP 5.5.7
pecl_http 2.0.4 stable
Server version: Apache/2.2.15 (Unix)
I have everything up and running except when I tried to load t...
3
Solved
after upgrading from PHP5.2.6 to php 5.3. it seams, I also have to reinstall the PHP memcache-module.
So I downloaded the newest version of memcache (3.0.6) and followed this documentation:
http://...
2
Solved
I was wondering how I can't get rid of this error. I have a PHP 5.3 running on a Windows Server.
In one of my file, I need to do a HttpRequest. The problem is that I need a specific *.dll (pecl_ht...
Gurule asked 8/8, 2011 at 10:3
2
I've been stuck trying to solve this problem in many ways, reading a lot of posts but still having no luck.
I work on a Mac, OSX 10.7 Lion, and I'm writing a plugin for a WordPress site (php files)...
Striking asked 29/3, 2014 at 2:55
1
I am trying to install pthreads by using
pecl install pthreads
But I got this error during the installation
configure: error: pthreads requires ZTS, please re-compile PHP with ZTS enabled
I ...
4
i am new to setting php servers, and i had go though other related post, seems like nobody have the same error as i have.
I am using MAMP 2.0.2, and running PHP 5.3.6,
and I was trying to install o...
2
I followed the following steps to install PECL memcached in my Centos Server, always got errors.
First. Install libmemcached
cd /opt
wget http://launchpad.net/libmemcached/1.0/0.40a/+download/lib...
Arcanum asked 28/2, 2014 at 17:50
4
Solved
I'm having trouble installing the "memcached" PHP extension from PECL, though I can successfully installed the "memcache" extension. (They are separate PHP extensions.)
For example, these commands...
4
Solved
I'm using PECL OAuth when trying to authenticate to an API.
Sample Code:
<?php
$requestUri = 'http://openapi.lovefilm.com/oauth/request';
$consumerKey = 'MYCONSUMERKEY';
$consumerSecret = '...
1
Solved
In PHP, you can use PHP file stream functions, like file_get_contents() to handle HTTP requests, but to handle complex HTTP communications, cURL is obviously better and more flexible. I've been usi...
3
Solved
Facebook made a big announcement today -- HHVM is replacing the original hiphop compiler.
The old HipHop had limited support for extensions -- including, IIRC, no postgres support.
Does HHVM supp...
Salutation asked 29/11, 2012 at 23:37
7
Solved
I just wanted to take a look at Mongo-DB. But i just don't get it running. I've installed it with PECL and my phpinfo() tells me that the extension is loaded, but when i try to get a connection wit...
3
Solved
I try to install xdebug but I get the follow error message about 'phpize'.
How can I fix this thing?
leny:~ nick$ sudo pecl install xdebug
Password:
downloading xdebug-2.1.2.tgz ...
Starting to do...
5
Solved
I'm working on a PHP project running on Windows and it would be so very handy to be able to use pecl_http rather than working with cURL and re-inventing the wheel in order to do all the cool stuff ...
2
Solved
sudo pecl install mailparse ends with:
Build process completed successfully
Installing '/usr/lib64/php/5.5/modules/mailparse.so'
install ok: channel://pecl.php.net/mailparse-2.1.6
configuration op...
4
Solved
I'm working on a PHP Client for CouchDB. While browsing through the php.net documentation regarding HTTP and cURL, I came across the PECL_HTTP Extension. At first glance, I think I would like to us...
1
Solved
I'm really new to Ubuntu I wanted to use the PECL id3 package so I shifted from Windows to Ubuntu.
I installed php5, apache2, libcurl, php5-dev, php-pear but when I try to install the php_http ext...
2
Solved
I'm having a problem identical to this one, but the solution provided there isn't working for me.
I downloaded the Symfony 2.4.1 Standard Vendors with Vendors package from the Symfony Downloads Pa...
3
Solved
I've upgraded to Mountain Lion and installed php5.4 which took a bit of tweaking Mountain Lion change php location
My next issue is if I run pear -v or pecl -v these return
Could not open input f...
Glyn asked 11/8, 2012 at 12:0
3
Solved
I have began installing pecl on MAMP. I have added the correct php version to the path and when which php it says /Applications/MAMP/... which is correct.
I have downloaded the Server Components a...
Diva asked 23/10, 2013 at 22:57
2
Solved
I can't seem to find the MemcacheD extension for PHP.
There are a few compilations of php_memcache.dll, but that's not the same.
The main thing I'm missing is getMulti(), which doesn't exist in M...
2
Solved
When I installed Xdebug through pecl, it added the following line to my php.ini file.
extension="xdebug.so"
and everything I used worked. Until today.
Today I was having trouble setting up Xdeb...
Heal asked 18/11, 2009 at 18:18
© 2022 - 2024 — McMap. All rights reserved.