|
|
@@ -214,7 +214,7 @@ set_include_path(implode(PATH_SEPARATOR, $paths));
|
|
|
|
|
|
<programlisting role="shell"><![CDATA[
|
|
|
% cd path/to/ZendFramework/library
|
|
|
-% find . -name '*.php' -not -wholename '*/Loader/Autoloader.php -print0 | \
|
|
|
+% find . -name '*.php' -not -wholename '*/Loader/Autoloader.php' -print0 | \
|
|
|
xargs -0 sed --regexp-extended --in-place 's/(require_once)/\/\/ \1/g'
|
|
|
]]></programlisting>
|
|
|
|