Tagged Questions

0
votes
2answers
62 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 …
1
vote
3answers
238 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 …
0
votes
1answer
61 views

pecl:command not found.

I'm trying to run the following command in terminal on my macbook pro cd /tmp; pecl download memcached but im getting pecl:command not found. after a days googling I cant find out whats up. …
1
vote
2answers
94 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?
1
vote
1answer
106 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 …
1
vote
1answer
151 views

How to create [youtube]-Tag for PECL bbcode extension?

I use the PECL bbcode extension for parsing BBCode-Tags. Can anybody show me a way of replacing the text between the BBCode tags instead of surrounding it with HTML tags? I want to build a [youtube] …
0
votes
3answers
216 views

Can I add extensions to PHP on windows that are not DLL files?

I've asked this somewhere else, but the people there don't seem to understand what I am talking about. When I go to the PECL website, all extensions found there are inside TGZ files. Which is not a …
-3
votes
1answer
353 views

Does anybody know where I can find the uploadprogress.dll library? [closed]

The pecl4win.php.net is down, and I can't seem to find the pecl extension for windows anywhere else. Does anyone know where I can find another copy, or an alternative library? Thanks in advance. …
1
vote
1answer
326 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 …
0
votes
1answer
143 views

Building PECL extension on windows

I want to build an old version of APC on windows. They say (check the link) A DLL for this PECL extension is currently unavailable. See also the building on Windows section. but the guides …
1
vote
3answers
313 views

PECL install fails

Hey! 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 …
2
votes
3answers
726 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 …
0
votes
1answer
126 views

geoip + pecl + 64 bits box

Has anyone tried to install geoip over pecl on a 64bits box? I can install geoip just fine using these commands on my 32bits fedora box. I can't on the 64bits version. Any ideas why? yum install …
2
votes
4answers
226 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
2answers
360 views

Any good documentation/tutorials for PHP’s Mailparse pecl extension

I'm looking for guidance on how to use PHP's Mailparse pecl extension. The documentation on the PHP website isn't very helpful. Does anyone have experience with this and care to share a few …

1 2 next
15 30 50 per page