1ab28bbe03
- Fixes critical mistake in boot.php regarding set_include_path - Fixes minor mistake in text.php regarding strpos order of arguments Note: This change significantly increases Composer running time because Text_Highlither is a PEAR package. I'm already planning to replace it with scrivo/highlight.php.
5 lines
75 B
Bash
5 lines
75 B
Bash
#!/bin/sh
|
|
|
|
/usr/local/bin/php package.php make
|
|
/usr/local/bin/pear package
|