mirror of
https://github.com/friendica/friendica
synced 2025-02-22 00:06:55 +00:00
- 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.
10 lines
No EOL
260 B
XML
10 lines
No EOL
260 B
XML
<commands version="1.0">
|
|
<build>
|
|
<summary>Build an Extension From C Source</summary>
|
|
<function>doBuild</function>
|
|
<shortcut>b</shortcut>
|
|
<options />
|
|
<doc>[package.xml]
|
|
Builds one or more extensions contained in a package.</doc>
|
|
</build>
|
|
</commands> |