after executing this command, you can open an extension, but I don"t quite understand what this principle is. I wish I couldn"t find the line that opened the extension in the php.ini configuration file.
I hope seniors can explain this.
after executing this command, you can open an extension, but I don"t quite understand what this principle is. I wish I couldn"t find the line that opened the extension in the php.ini configuration file.
I hope seniors can explain this.
isn't it
ini="$PHP_INI_DIR/conf.d/${iniName:-"docker-php-ext-$ext.ini"}"
if ! grep -q "$line" "$ini" 2>/dev/null; then
echo "$line" >> "$ini"
fi
Previous: How to use selenium to locate and extract the text in the pop-up box of a web page in python?
Next: The front-end vue project package file is too large, how should it be optimized?