Hello all On one of my test servers, I have the following installed:
PHP 5.3.0-0.dotdeb.8 with Suhosin-Patch 0.9.7 (cli) (built: Aug 13 2009 09:06:57) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies I have configured my system as follows... Added to .bashrc: export ZEND_TOOL_INCLUDE_PATH="/usr/share/ZendFramework-1.9.2/library" Created a symbolic link in my "bin" dir: cd bin ln -s /usr/share/ZendFramework-1.9.2/bin/zf.sh ./zf.sh "zf.sh" is now in my path and can be called. However, calling "zf.sh" results in a massive amounts of errors: http://pastebin.com/m2d622fb8 The identical setup works in PHP 5.2.9 PHP 5.2.9-0.dotdeb.2 with Suhosin-Patch 0.9.7 (cli) (built: Apr 7 2009 20:06:36) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies Has anyone else encountered this issue with PHP 5.3.0? If yes, any fixes? TIA Jonathan Maron
