Hi all,
I try to install ZF 1.12 on a shared server. When I run the command zf create project Demo, i get this error :
Fatal error: Out of memory (allocated 786432) (tried to allocate 7680 bytes) in /home/moi/ZF/bin/zf.php on line 500
I don't understand why : memory_limit is set to 512M (checked on the php.ini file and in phpinfo). It's not sufficient ?
What can I do to finish the installation with Zend_Tool ? and initialize my project ? Thank you for your help.

