Search







Search results for «Extension» (1):

  1. Release Process

    - WikiAdmin - 24.3 KiB - en

    and major unaddressed bugs. * beta2 * is available for testers, extension developers, and other people who are curious to follow the development of the next ... # Check for required PHP extensions local missing_exts= for ext in "mbstring" "json" "phar"; do if ! php -m 2>/dev/null | grep -qi ... if [ -n "$missing_exts" ]; then log_warn "Missing PHP extensions:$missing_exts" fi