Questions tagged [pecl]

PECL is a repository for PHP Extensions, providing a directory of all known extensions and hosting facilities for downloading and development of PHP extensions.

828 questions
0
votes
1 answer

installing pecl memcache.. gcc compiler won't work

I'm trying to install memcache with MAMP using the following command: pecl i memcache but am getting the error: checking for gcc... gcc checking whether the C compiler works... no I am running OS X Mountain Lion with MAMP 2.1.1 and PHP 5.4.4. I have…
Dwight
  • 157
  • 2
  • 12
0
votes
1 answer

When I Use EG(active_symbol_table) I get error

I write a pecl function named sample_isset, and its code is : PHP_FUNCTION(sample_isset) { zval **fooval; if(EG(active_symbol_table) == NULL) { php_printf("the active symbol table is NULL"); }else…
xingyue
  • 122
  • 1
  • 9
0
votes
1 answer

Installing PHP Enchant using PECL on XAMPP on OS X Lion

I am trying to install the PHP enchant library using PECL, but I'm getting "error: Cannot find enchant" even though I have already installed the core enchant executable using Macports. I can even use enchant on the command line. Yet, it seems that…
Dane Iracleous
  • 1,659
  • 2
  • 16
  • 35
0
votes
1 answer

php_uploadprogress.dll on with XAMPP 1.7.3. for windows 7 professional

I'm trying to setup the pecl uploadprogress extension on my localhost development computer. It's a windows 7 home professional machine with XAMPP 1.7.3. After making and installing the extension it refused to start with: PHP Warning: PHP Startup:…
user1740636
  • 19
  • 1
  • 1
  • 4
0
votes
1 answer

How to install librsync

Trying to install the php-rsync module using pecl and I'm receiving the following errors: CentOS 6.3 [root@]# pecl install rsync Failed to download pecl/rsync within preferred state "stable", latest release is version 0.1.0, stability "beta", use…
Peter
  • 3,144
  • 11
  • 37
  • 56
0
votes
1 answer

execute system commands which need input using PHP

Is there a way in PHP to make exec() or one of its variants run a system command that needs user input in the execution session. Can be an FTP transfer for example or even just a print statement command with more flag. Say for e.g. in Windows…
Undefined Variable
  • 4,196
  • 10
  • 40
  • 69
0
votes
1 answer

runkit compile error against php 5.3.8?

It gives me a compile error against 5.3.8. I run phpize, then configure and then make: /bin/sh /root/runkit/runkit-0.9/libtool --mode=compile cc -I. -I/root/runkit/runkit-0.9 -DPHP_ATOM_INC -I/root/runkit/runkit-0.9/include…
Micromega
  • 12,486
  • 7
  • 35
  • 72
0
votes
9 answers

PHP: Use Pecl/Pear, or build my own systems?

When building some of my PHP apps, a lot of the functionality could be coded using PEAR/PECL modules, however, the fact that some people using it may not have the access to install things, It poses a puzzler for me. Should I forsake some users to…
Mez
  • 24,430
  • 14
  • 71
  • 93
0
votes
3 answers

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 problem, any modern archiving program can open…
KdgDev
  • 14,299
  • 46
  • 120
  • 156
0
votes
2 answers

installing ffmpeg on MAMP

I'm attempting to follow this tutorial: http://drupal.org/node/1464236 on installing ffmpeg on MAMP (for use with Drupal, which is incidental) I'm stuck here: You should also execute in your Terminal which php pecl phpize which should point to your…
beth
  • 1,916
  • 4
  • 23
  • 39
0
votes
1 answer

pecl install trader failes with missing file - OSX Lion

I am trying to install the trader pecl extension and I keep getting an error during the make. If anyone could try this and let me know if they get a similar error or if anyone knows a solution. pecl install trader-beta This is part of the output. …
styks
  • 3,193
  • 1
  • 23
  • 36
0
votes
1 answer

Need help installing pear, pecl and pecl->ps

The end goal is to be able to read/write/exec postscript files using PECL -> PS which I believe to be included within PEAR. I have done all the basics # yum update, # yum install php-pear. However, I can't use PEAR with php scripts, but can via ssh.…
Simon Hughes
  • 117
  • 5
0
votes
1 answer

how to install pecl mail parse on mamp?

I use MAMP 2.0.5 , php5.3.6 , OS X 10.7.2 I would like to install pecl extension (mail parse) but I'm stuck with this error Notice: unserialize(): Error at offset 276 of 1133 bytes in Config.php on line 1050 ERROR: The default config file is not a…
mdennisa
  • 177
  • 2
  • 13
0
votes
2 answers

PHP Http Requests & Pecl/Pear on Hosting Servers

I am new to PHP and web development. I am trying to build a basic Facebook application. Hence it is necessary to use Http Requests to get user data from Graph API within Facebook. I checked how to make requests with PHP yet I saw that Http request…
msharpp
  • 379
  • 1
  • 6
  • 20
0
votes
1 answer

struggling with PHP extensions

I have a PHP script that uses some simple extensions(curl, http_pecl, ...). I installed in my machine using macports and it worked fine. I tried to get this to run on another machine, but for some reason the set up is different, and the php…
Ying
  • 1,944
  • 5
  • 24
  • 38