Bonjour,

J'ai téléchargé et installé zf 1.11 mais quand je tape zf create project nomduprojet, j'ai des erreurs.

J'utilise wamp server sous windows 7.
include_path = '".;c:\php\includes;C:\wamp\www\zf\library"

Mon arborescence :

wamp /
-- bin /
---- zf /
------ zf.bat
------ zf.php
-- www /
---- lib /
------ Zend /
-------- Acl /
-------- Amf /
-------- ....
---- zf /
------ bin /
------ library /
------ ....
Mes variables d'environnements :

path = "..... C:\wamp\bin\php\php5.3.9\;C:\wamp\bin\zf"

Erreur :

In order to run the zf command, you need to ensure that Zend Framework
is inside your include_path. There are a variety of ways that you can
ensure that this zf command line tool knows where the Zend Framework
library is on your system, but not all of them can be described here.

The easiest way to get the zf command running is to give it the include
path via an environment variable ZEND_TOOL_INCLUDE_PATH or
ZEND_TOOL_INCLUDE_PATH_PREPEND with the proper include path to use,
.....

Qu'ai je fais de mal ?