Search
Search results for «Extension» (1):
-
Release Process
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
composer