Tagged Questions
1
vote
1answer
90 views
Reinstall PHP Pear
I used to have MAMP (http://www.mamp.info/en/index.html). Uninstalled that and installed "MAMP" via Macports.
I completely removed /Applications/MAMP/ folders. I would now like to install PHPUnit via ...
0
votes
2answers
406 views
PHP_Beautifier - Fatal Error - require PEAR.php
I have installed pear and php_beautifier with sudo...
From what I've read I should be able to format code with the command
php_beautifier x.php
But when I try to do this I get this error:
...
0
votes
1answer
363 views
Upgrading PEAR on Mac OS X / MAMP
I am installing PHPUnit on Mac OS X and I am having problems with my current PEAR version. Existing SO questions don't resolve the problem. The current PEAR version is listed as 1.9.1. PHPUnit ...
1
vote
2answers
717 views
Trying to install PEAR on Mac OSX 10.6.8
Can anybody advise me how I can install PEAR on my MAC?
Attempt 1:
curl http://pear.php.net/go-pear | sudo php
% Total % Received % Xferd Average Speed Time Time Time Current
...
0
votes
1answer
1k views
Using Pear's PHP codesniffer with MAMP Pro on mac
I’d like to ask for some help getting Pear’s PHP Code Sniffer set up properly.
I’m using MAMP pro 2.0.5 on a Mac PB 10.7.4 with PHP 5.3.6.
I do have Pear installed and can run pear commands, when I ...
0
votes
1answer
262 views
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 ...
0
votes
1answer
110 views
PEAR gives no output from CLI
I am trying to run
/Applications/MAMP/bin/php/php5.4.3/bin/pear
From Terminal on Mac OS X Lion. I get no output, using -h, -v, -V and version do not give any output either.
There are also no ...
4
votes
2answers
718 views
using PEAR with MAC OS X
I've tried using pear to install both phpunit and phpdoc and seem to be running into a problem with my pear installation.
following the installation guide here :
You can prepare your PEAR ...
0
votes
1answer
273 views
MDB2 and PHP MySQL Extension on OSX
This has me stumped so far. I develop on a Mac, and I need to use MDB2, but when I try to install MDB2_Driver_mysql pear gives me
pear/MDB2_Driver_mysql requires PHP extension "mysql"
My ...
0
votes
1answer
149 views
Install php pear on mac os
How to correct instal pear for php. I store all for web server in /opt/local.
But pear want be installed to /Users/. How change this folder.
c8-bc-c8-d8-eb-65:tmp macbookpro$ sudo php -d ...
3
votes
4answers
2k views
MAMP PEAR configuration is pointing to local directories
I am using MAMP 2.0.5 and I have an issue upgrading PEAR
MAMP: How to upgrade PEAR
The issue is that PEAR is always installed in the "local" PEAR directory instead of the MAMP PEAR directory.
My ...
16
votes
3answers
5k views
MAMP: How to upgrade PEAR
When trying to upgrade MAMP pear the following error is raised:
Notice: unserialize(): Error at offset 276 of 1133 bytes in Config.php on line 1050
ERROR: The default config file is not a valid ...
0
votes
1answer
508 views
Having trouble installing predis pear package osx
I am trying to install predis through pear in the osx terminal and getting this error:
$ pear install pearhub/predis
Attempting to discover channel "pearhub"...
Attempting fallback to https instead ...
1
vote
2answers
6k views
sudo: pear: command not found
I have snow leopard which apparently has php with pear pre-installed. I enabled php but could not find any signs of PEAR. So I have installed it and now phpinfo() shows its installation
include_path ...
0
votes
2answers
161 views
Anyway to use Terminal to locate this file?
I downloaded and installed PEAR Auth package using the following on my terminal
/Applications/MAMP/bin/php5/bin/pear install Auth
I got confirmation that it is installed, but when I do a ...
1
vote
1answer
931 views
Possible issue with my include_path OSX 10.6.6 + PHP 5.3.3 + PEAR
Ok, I think before I start I should just say that I'm a complete n00b when it comes to topic of OSX/BSD. I've only had my MBP for the past week or so and have been learning HEAPS. Though, despite ...
0
votes
3answers
154 views
Pear outputs IS_VAR
If I use pear from comandline i get strange output "IS_VAR" (whatever pear comands, php unit test's)
example "pear list"
IS_VAR
IS_VAR
IS_VAR
IS_VAR
IS_VAR
IS_VAR
Installed packages, channel ...
1
vote
2answers
477 views
How to install PEAR on Mac
I have Mac 10.5.8, trying to install PEAR.
I believe at pear.php.net any version of Mac > 10.4 does not include PEAR in it.
Not sure if this is true or not, but when I go to the terminal and type in
...
7
votes
2answers
1k views
PHPUnit CLI not available after PEAR install
I've installed PHPUnit on my OS X Snow Leopard box using the following command:
sudo pear channel-discover pear.phpunit.de
sudo pear install phpunit/PHPUnit
I would expect that the phpunitCLI ...
2
votes
1answer
644 views
Getting MDB2 to work with sqlite3 via pdo
I am using MDB2_Driver_pdoSqlite to access a sqlite3 database with PEAR. I am able to connect to the database and display a list of tables with listTables(), but when I try to run the mdb2 function ...
3
votes
2answers
1k views
Install PEAR SOAP fails
All,
I'm getting the following error attempting to use PEAR to install SOAP
# pear install soap
Failed to download pear/soap within preferred state "stable", latest release is
version ...
0
votes
1answer
1k views
Problems installing PEAR MDB2 with MAMP
I've installed a copy of MAMP on my macbook so I can run my php/mysql based website locally.
The MAMP package itself seems to work fine but I needed the PEAR MDB2 Package.
I did the following to ...
1
vote
4answers
6k views
Install PHPUnit and Pear correctly on OSX Leopard
I've installed pear using this guide http://t-machine.org/index.php/2008/12/28/how-to-install-pear-on-os-x-105/
In /etc/php.ini my include_path = ".:/usr/local/PEAR"
PHPUnit is installed under ...
4
votes
3answers
3k views
PhpDocumentor installed via PEAR on OSX not working - missing files?
I'm basically new to PEAR (and PhpDocumentor); I installed PhpDocumentor using the PEAR CLI, and everything seemed to go fine... until I went to use it, at which point I got the following error:
...
8
votes
3answers
14k views
How to set up PEAR on Mac OS X 10.5 Leopard
I'm ultimately trying to install PEAR so I can easily install PHPUnit. I want to set up a Mac, Apache, MySQL, PHP, PHPUnit development environment so I can test locally. I already have Apach, MySQL ...