Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
4answers
5k views

PHP-friendly NoSQL solutions

I'm looking to use a NoSQL solution for my next project, which will be written in PHP. What choices do I have in terms of NoSQL solutions that can easily interfaced via PHP? I haven't done much ...
10
votes
3answers
900 views

What are differences between PECL and PEAR?

I can see that GD library is for images. But I can't see differences between PECL and PEAR. Both have authentication. What are the main differences between two? Why don't they combine them?
9
votes
4answers
636 views

Install YAML Pecl PHP Extension on MAMP

I'm working on a project with a number of developers over Git and the existing codebase uses PECL YAML PHP extension (v1.0.1). I have tried a number of steps to install the PECL YAML extension on my ...
8
votes
6answers
2k views

sudo pecl install apc returns error

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 ...
8
votes
5answers
7k views

Can I install the memcached PHP extension with PECL?

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 ...
8
votes
6answers
4k views

Parallel HTTP requests in PHP using PECL HTTP classes [Answer: HttpRequestPool class]

The HttpRequestPool class provides a solution. Many thanks to those who pointed this out. A brief tutorial can be found at: http://www.phptutorial.info/?HttpRequestPool-construct Problem I'd ...
7
votes
3answers
1k views

PHP PECL_HTTP vs cURL Extension

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 use ...
6
votes
1answer
667 views

Renaming Functions during runtime in PHP

In PHP 5.3 is there a way to rename a function or "hook" a function. There is the rename_function() within "APD" which has been broken since ~2004. If you try and build it on PHP 5.3 you'll get this ...
5
votes
5answers
3k views

PECL install fails

I have browsed every Google result, read all the forum posts about this error, but I cannot solve it. When using PECL install for anything, I always end up getting this error: checking whether the C ...
4
votes
1answer
934 views

Two versions of PHP on Mac OS Snow Leopard & Installing xdebug using PECL

I was using MAMP (standard) for PHP Development for some times before I read some posts about built-in Apache/PHP on Snow Leopard. I decided to shift to those I am provided with but seems to have many ...
4
votes
5answers
2k views

oci_connect Blank Page in PHP

UPDATE (5/21/2010) SUCCESS! So after MUCH $head->desk()'ing, I've solved it. Remember kids, be wary of the instant client version you use, dependent on the virtualization settings! I had been ...
4
votes
1answer
1k views

Error on installing SVN extension with pecl

I'm trying to install the following PHP extension: http://php.net/manual/en/book.svn.php But when I do pecl install svn-beta I receive an error message that it can't locate the svn_client.h file. I ...
4
votes
2answers
2k views

What's the Difference Between Extension and zend_extension in php.ini?

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 Xdebug ...
3
votes
2answers
269 views

Enabling PHP Code Assist for different PECL extensions in Eclipse

I'm using a few PECL installed extensions in my PHP environment. I am developing with Eclipse and it would be useful to have Eclipse's code assist / auto-completion support for these extensions. This ...
3
votes
1answer
177 views

PHP PECL extension intl giving garbled results for Swedish ordinal numbers

I'm using the PECL intl module to localize dates and numbers in a PHP project. In all other languages I'm using (40), localizing ordinal numbers works fine. In Swedish, however, I get strange output. ...
3
votes
0answers
495 views

Need PECL OAUTH-1.0.0 windows dll

Anyone know where a windows dll for PECL OAUTH-1.0.0? (0.99.9 is here http://downloads.php.net/pierre/)
3
votes
5answers
7k views

pecl extesions for windows

I found few related posts here but didn't get my answer. So posting again. How would I install a PECL extension on windows? Say I want the PECL oAuth extension on Windows XP. I know 2 methods, but ...
3
votes
3answers
2k views

Installing PHP extensions on Windows

I am using a Windows XP Home Edition. I need to install a few extensions to PHP -- memcache, APC, .etc. And I would very much like to use PECL to make this happen. The problem is PECL takes it for ...
3
votes
6answers
2k views

PHP Inclued for Windows?

Is there a .dll version of the inclued extension for PHP? The manual's link for Inclued on PECL4WIN doesn't help. I don't have a compiler to build my own DLL. NOTE: The spelling "inclued" is correct! ...
2
votes
1answer
12 views

setMissingLast in PECL Solr

Problem: Items have optional price. If the price is 0 (or I can change it to null if it helps), then when displaying documents, those documents need to be sorted last when sorting by price. After long ...
2
votes
1answer
56 views

custom setcookie implementation with phpunit

I'm trying to override the setcookie implementation using the test_helpers PECL extension without any luck. $username = 'test'; set_setcookie_overload(function() { error_log('setcookie ...
2
votes
2answers
77 views

Install PECL modules without the prompts

I just installed PHP on Ubuntu Natty from source. I'm trying to use PECL to install additional modules like APC and Memcache. I'm using something like this: pecl install apc However, I get prompts ...
2
votes
1answer
268 views

How to compile PECL php_intl library?

i need php_intl.dll for PHP 5.3.5 (VC6). I couldn't find it anywhere so I decided to download source code and compile it myself. I've downloaded the evaluation version of Microsoft Visual C++ Studio ...
2
votes
1answer
83 views

does statically compiling php pecl extensions (inside binary vs. extension=ext.so) improve performance?

does compiling pecl extensions inside the php binary improve performance? i hope my terminology is right, but: http://php.net/manual/en/install.pecl.static.php thats what i mean. we have a small ...
2
votes
3answers
465 views

Installing Solr in a XAMPP server in a LINUX server

I try to install Solr PHP extension to my webserver. I already have an XAMPP server and I'm using PECL to install solr $ cd /opt/lampp/bin $ sudo ./pecl install solr-1.0.1 But I got the following ...
2
votes
2answers
5k views

Install PECL on Mac OS X 10.6

Is there any way to install PHP:s PECL handler on Mac OS X 10.6, to be used with the bundled PHP?
2
votes
3answers
409 views

php memcached stats page

I'm running php 5.3. I have installed the pecl memcached extension. Once upon a time there was the memcache.php (which I'm aware is still around and usable) for viewing useful memcached stats and ...
2
votes
2answers
898 views

Has anyone successfully installed the php-perl extension?

I've tried going about this three different ways, none of them have worked. The first: root@TheBad:/usr/local/src/# pecl install perl Package "perl" Version "1.0.0" does not have REST xml available ...
2
votes
2answers
271 views

Perl interpreter for PHP

Some of the functions I am planning for a new site of mine are already available as free Perl modules. Hence I am looking at the possibility of using them, rather than coding them again in PHP. I was ...
2
votes
1answer
790 views

Ubuntu 9.04: Pecl extension downloads but does not install

I'm new to php, so apologies if I've overlooked something simple. I want to install the php extension pecl_http. I have followed the instructions here ...
2
votes
1answer
368 views

OAUTH using PHP's PECL OAUTH - Cant use POST when using method getRequestToken()?

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 = ...
2
votes
2answers
847 views

How do you change the default Pear/PECL build folder from /var/tmp?

I'm trying to install a PECL package on Linux, but the installer never gets past the configure stage. My hosting provider mounted a file system at /var/tmp that prevents files from executing, and ...
2
votes
1answer
472 views

Installing Zorba (XQUERY) PHP Extension on Windows

I'm trying to install zorba php extension on windows and I am having all sorts of problems. I have installed the zorba binaries on my computer, but when I try to install the PECL package (pecl install ...
2
votes
4answers
5k views

Why are there no longer Windows binaries for PECL extensions like pecl_http?

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 the ...
2
votes
1answer
1k views

pecl memcached on windows

I'm using Windows XP SP3 and I need to install libmemcached (NOT MEMCACHE), the php class, through PECL. However, every time I try to it tells me that it can't find memcached.dsp. Is there a way to ...
2
votes
2answers
3k views

Installing PDO_MYSQL on PHP 5.1.6 using PECL OS: UBUNTU

I'm having real problems getting PDO_MYSQL working. I started by just trying to install the PDO_MYSQL driver via PECL, however when this didnt work I looked round to see if there where any issues ...
2
votes
4answers
422 views

Adding functions to PHP core

I have several functions that I wrote and I use regularly on my servers, is there a way I can add them to the core so I don't have to include them from external files? I am running PHP5
1
vote
1answer
25 views

'make' fails when installing ssh2 with MAMP

I'm trying to install the ssh2 package but it invariably fails with this error: make: *** [ssh2.lo] Error 1 ERROR: `make' failed I've tried pecl install ssh2-0.11.3 as well as downloading the ...
1
vote
1answer
31 views

Upgrading Olson tz database natively implemented in PHP

I'm working on a site that makes heavy use of time zones which needs to be on the bleeding edge of the absolute latest tz information available (which I already get through the tz mailing list). What ...
1
vote
1answer
95 views

Class Normalizer not found (in PHP 5.3.8)

I'm receiving this PHP error while trying to use the Normalizer class, specifically the Normalizer::normalize function: Fatal error: Class 'Normalizer' not found. I'm currently using PHP 5.3.8 so, ...
1
vote
0answers
67 views

Gearman Cannot connect to server

Does anyone have any idea what could be causing this problem in Gearman? PHP Warning: GearmanClient::doBackground(): gearman_connection_flush:could not connect I am trying to connect to ...
1
vote
1answer
112 views

Install imagick on mac

I need to install imagick extension for php. I have already installed Image Magick. Then I did "sudo pecl install imagick". After this I had such output in console: Installing ...
1
vote
1answer
55 views

can't install perforce extension for php (system:windows sp3)

pecl and pear is installed. I type these in cmd.exe pecl install perforce-1.0.3.tgz then comes the feedback: 6 source files,building php_bin D:\wamp\bin\php\php5.3.5\php.exe appears to have a ...
1
vote
1answer
86 views

How can I install PEAR::Mail for TYPO3 without pear or phar?

In order to use the TYPO3 extension 'Direct Mail' with an external SMTP server, I need to install PEAR::Mail (http://pear.php.net/package/Mail/download/1.2.0). At least, that is what the text in the ...
1
vote
1answer
236 views

PECL OAuth-1.2.2 for Windows

I'm trying to get PECL OAuth to work on a Windows dev box (using WAMP). I found two dlls for older versions at Pierre's site but neither of them seem to work. Adding the DLL to the relevant ...
1
vote
1answer
822 views

PHP Fatal error: Class 'HttpRequest' not found

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 ...
1
vote
2answers
951 views

Can't get to install 'intl' extension for php on debian

I have a debian server and I want to install the "intl" extension through pecl. During the installation it asks me: "Specify where ICU libraries and headers can be found [DEFAULT] :" Here I've been ...
1
vote
1answer
210 views

CouchDB 1.0.2 http_post_data on View from PHP Pecl Error Bad Content Type

First, here is what my current system looks like: CouchDB 1.0.2 PHP 5.3.6 Apache httpd 2.2.19 PECL http 1.7.1 CouchDB-Lucene 0.6.1 I am building a mini search engine with CouchDB and ...
1
vote
1answer
143 views

What version of apc (or php) is the APCIterator class available?

I'm trying to use the APCIterator class, and on a number of system configurations I'm getting a Fatal Error: class 'APCIterator' not found error. I've tried: Fedora 11, PHP 5.2.13, APC 3.0.19 ...
1
vote
1answer
150 views

Installing PECL extension error

I downloaded a PECL extension and executed: $ phpize $ ./configure The following command generated dozens of errors: $ make I suspect that the first two errors lead to the others: ...

1 2 3