dotkernel / zend

Automatically exported from code.google.com/p/zend
1 stars 0 forks source link

Please include zf.sh/zf.bat/zf.php #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We cannot use Command line with out these files.

Original issue reported on code.google.com by orion6sky on 7 Nov 2010 at 7:03

GoogleCodeExporter commented 8 years ago
Well, the question is : Where ?
which should be server path for /bin folder ?
As now ZF(zf/library/Zend) is installed in /server_path/PEAR/Zend.

Should we break backward compatibility path ?

Original comment by arhim...@gmail.com on 7 Nov 2010 at 10:22

GoogleCodeExporter commented 8 years ago
what about "PEAR/Zend/zf.bat" or "PEAR/zf.bat" ??

just like "PEAR/MDB2.php"

Original comment by orion6sky on 8 Nov 2010 at 2:13

GoogleCodeExporter commented 8 years ago

How about following pear's way of installation?
http://pear.php.net/manual/en/guide.developers.package2.intro.php

<install as="zf.bat" name="bin/zf.bat" />
<install as="zf.sh" name="bin/zf.sh" />

It will work out because PEAR has own config "bin_dir".

Original comment by miau...@gmail.com on 17 Jun 2011 at 6:31