Matthew Ratzloff wrote:
> 
> The complete command is therefore:
> 
> % cd path/to/ZendFramework/library
> % find . -name '*.php' | grep -v './Loader/Autoloader.php' | \
> xargs sed -E -i~ 's/(require_once)/\/\/ \1/g'
> % find . -name '*.php~' | xargs rm -f
> 

Shouldn't this script be part of the ZF package?

-- 
regards
takeshin

-- 
View this message in context: 
http://www.nabble.com/Removing-Require_once-tp24261910p24341443.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to