debian additional PHP versions ( 8.3 ) headless

Headless php8.3 install on debian ( >= 10 ) ( if not added , read here to add sury repository )

# apt-get install php8.3 php8.3-cli php8.3-cgi php8.3-fpm php8.3-gd php8.3-mysql php8.3-imap php8.3-curl php8.3-intl php8.3-pspell php8.3-sqlite3 php8.3-tidy php8.3-xsl php8.3-zip php8.3-mbstring php8.3-soap php8.3-opcache libonig5 php8.3-common php8.3-readline php8.3-xml

check if the php version ( base is correctly setted up )

  • Debian 12 = 8.2
  • Debian 11 = 7.4
  • Debian 10 = 7.3
# update-alternatives --config php
# update-alternatives --config php-cgi
# update-alternatives --config php-fpm.sock

 

Torna in alto