Re: [fw-general] Zend_Tool does nothing / Zend Framework on MAMP / Mac

2009-07-12 Thread wenbert
IMPORTANT UPDATE: I found out that PHP CLI is using a different php.ini on the Mac. The PHP shipped with Mac OS(mine is 10.4) is old. I trying to use Macports to solve this issue -- installing PHP5 - http://blog.ekini.net -- View this message in context: http://www.nabble.com/Zend_Tool-does

Re: [fw-general] Zend_Tool does nothing / Zend Framework on MAMP / Mac

2009-07-11 Thread wenbert
I have this for the include_path: .:/Applications/MAMP/bin/php5/lib/php:/Applications/MAMP/bin/php5/lib/php/library I have removed the setting in my /etc/profile #commented out this and then logged out... #ZEND_TOOL_INCLUDE_PATH="/Applications/MAMP/bin/php5/lib/php" #export ZEND_TOOL_INCLUDE_P

Re: [fw-general] Zend_Tool does nothing / Zend Framework on MAMP / Mac

2009-07-11 Thread Graham Anderson
On Saturday 11 July 2009 20:40:50 Ralph Schindler wrote: >Do you have display_errors and display_startup_errors on? If so, do >they show any errors? > >I am betting there is something funky going on in your include_path. > >I am working on some settings that will fix these sorts of issues on >syst

Re: [fw-general] Zend_Tool does nothing / Zend Framework on MAMP / Mac

2009-07-11 Thread Ralph Schindler
Do you have display_errors and display_startup_errors on? If so, do they show any errors? I am betting there is something funky going on in your include_path. I am working on some settings that will fix these sorts of issues on systems where include_paths might include some, rather- non-stand

[fw-general] Zend_Tool does nothing / Zend Framework on MAMP / Mac

2009-07-10 Thread wenbert
I have tried to setup Zend Framework on my Mac. I do not get zf.sh errors. BUT nothing happens when I type “zf.sh” on my terminal/console. Here are my settings. Inside my /usr/local/bin wenbert:/usr/local/bin wenbert$ pwd /usr/local/bin wenbert:/usr/local/bin wenbert$ ls -la zf* -rwxr-xr-x