Re: [fw-general] Re[fw-general] moving Require_once

2009-06-30 Thread Matthew Weier O'Phinney
-- aSecondWill willjbar...@gmail.com wrote (on Monday, 29 June 2009, 06:09 PM -0700): The instructions given here: http://framework.zend.com/manual/en/performance.classloading.html#performance.classloading.striprequires.sed Don't work in terminal on OSX. Does anyone have an alternative ?

[fw-general] Re[fw-general] moving Require_once

2009-06-29 Thread aSecondWill
The instructions given here: http://framework.zend.com/manual/en/performance.classloading.html#performance.classloading.striprequires.sed Don't work in terminal on OSX. Does anyone have an alternative ? Is it possible to make a production ready version of the framework available? one with

Re: [fw-general] Re[fw-general] moving Require_once

2009-06-29 Thread Matthew Ratzloff
You'll need to delete all the backup versions of the files afterward with this command, BTW. I don't think BSD sed will permit in-place editing using stdin. The complete command is therefore: % cd path/to/ZendFramework/library % find . -name '*.php' | grep -v './Loader/Autoloader.php' | \ xargs