Luego de seguir tutoriales de instalacion logre lo siguiente:
Test de instalaciones:
Zend Version
Cita:
Pear Instalacionc:\AppServ\www>zf show version
Zend Framework Version: 1.11.11
Zend Framework Version: 1.11.11
Cita:
PHP instalacionc:\AppServ\www>pear list
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE VERSION STATE
Archive_Tar 1.3.10 stable
Console_Getopt 1.2.3 stable
PEAR 1.9.4 stable
Structures_Graph 1.0.4 stable
XML_Util 1.2.1 stable
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE VERSION STATE
Archive_Tar 1.3.10 stable
Console_Getopt 1.2.3 stable
PEAR 1.9.4 stable
Structures_Graph 1.0.4 stable
XML_Util 1.2.1 stable
Cita:
c:\AppServ\www>php -v
PHP 5.2.6 (cli) (built: May 2 2008 18:02:07)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
PHP 5.2.6 (cli) (built: May 2 2008 18:02:07)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
Como veran todo esta correcto, pero a la hora de crear un proyecto con el comando: zf create project miproyecto
Me indica que no encontro PHPUnit en mi include_patch.
Mi archivo php.ini :
; Windows: "\path1;\path2"
include_path = ".D:\frame_zen\library"
Creating project at C:/AppServ/www/miwebzend
Note: This command created a web project, for more information setting up your V
HOST, please see docs/README
Testing Note: PHPUnit was not found in your include_path, therefore no testing a
ctions will be created.
Debo mencionar tambien que mi proyecto se crea pero me sale ese Testing Note.. Creen ustedes que afecte durante la elaboracion de mi proyecto o no pasa nada?