Codecept installation gives me an fatal error (bz2 extension)

Zabs

I am trying to setup Codeception (v1.8) on my local development box (Windows 7 running WAMP).

I have PHP 5.3.13 running and both CURL and bzip2 are enabled modules, when I run the following command to install the 'framework' I get the following error:

php codecept.phar bootstrap

PHP Fatal error: Uncaught exception 'PharException' with message 'bz2 extension is required for bzip2 compressed .phar file "C:\wamp\www\codecept\codecept.phar"' in C:\wamp\codecept\codecept.phar:3

Stack Trace:
#0 C:\wamp\www\codecept\codecept.phar(3): Phar::mapPhar()
#1 {main}
  thrown in C:\wamp\www\codecept\codecept.phar on line 3

......

I have 5.3 running so haven't installed the latest version of Codecept (v2) as that doesn't work with my version of PHP but cannot be sure why this is happening?

Any ideas

P.S I will be using this Codecept with Yii eventually if that makes any difference

Pavel Genov

the problem you have is because the v2 of codeception requires at least php5.4, downgrade to some of the 1.x versions than you will have no problem.

Here is the link for the versions

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

if else gives fatal error

From Dev

New Symfony2 User Class gives Fatal Error

From Dev

Python installation, failing to find bz2 module

From Dev

MySQL 'AND' gives me error

From Dev

It gives me an error at GPS

From Dev

When I try to save to ui colors with userDefaults, Xcode gives me the error : Fatal error: Unexpectedly found nil while unwrapping an Optional value

From Dev

bz2 data error 7zip

From Dev

login to postgres as another user gives FATAL error

From Dev

Smarty gives Fatal error on editing .tpl file

From Dev

login to postgres as another user gives FATAL error

From Dev

molden install gives fatal compilation error

From Dev

pymongo installation gives permission error

From Dev

Animate UITableViewCell gives me error

From Dev

Sorting array gives me error

From Dev

php header gives me the error

From Dev

.getDownloadUrl() gives me error - Android

From Dev

using "this" in a fragment gives me an error

From Dev

Sorting array gives me error

From Dev

Animate UITableViewCell gives me error

From Dev

Firefox gives me dbus error

From Dev

Magento(1.7) fatal error while installation

From Dev

PHP Composer Laravel Installation Fatal Error

From Dev

Python installation of setup tools gives syntax error

From Dev

Visual Studio 2012 Installation gives error

From Dev

On Hadoop installation, bash: gives an 'is a directory error'

From Dev

cimport gives fatal error: 'numpy/arrayobject.h' file not found

From Dev

PHP Amazon Ses as an abstract class gives use fatal error

From Dev

Chef gives fatal error when running killall in bash

From Dev

Pip freeze gives me this error related with git

Related Related

HotTag

Archive