mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +00:00
Add michelf/php-markdown to Composer
This commit is contained in:
parent
a81dc7f5a8
commit
53f3d54ad3
27 changed files with 4736 additions and 384 deletions
4
vendor/pear-pear.php.net/PEAR/peclcmd.php
generated
vendored
4
vendor/pear-pear.php.net/PEAR/peclcmd.php
generated
vendored
|
@ -20,8 +20,8 @@
|
|||
*/
|
||||
//the space is needed for windows include paths with trailing backslash
|
||||
// http://pear.php.net/bugs/bug.php?id=19482
|
||||
if ('D:\Mes Projets\Friendica\friendica\friendica\vendor/pear-pear.php.net/PEAR ' != '@'.'include_path'.'@ ') {
|
||||
ini_set('include_path', trim('D:\Mes Projets\Friendica\friendica\friendica\vendor/pear-pear.php.net/PEAR '). PATH_SEPARATOR . get_include_path());
|
||||
if ('D:\Projects\Friendica\friendica\friendica\vendor/pear-pear.php.net/PEAR ' != '@'.'include_path'.'@ ') {
|
||||
ini_set('include_path', trim('D:\Projects\Friendica\friendica\friendica\vendor/pear-pear.php.net/PEAR '). PATH_SEPARATOR . get_include_path());
|
||||
$raw = false;
|
||||
} else {
|
||||
// this is a raw, uninstalled pear, either a cvs checkout, or php distro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue