BLUE
PHP 7.4.33
Path:
//usr/share/bug/php8.4-cli
Run
Logout
Edit File
Size: 598 B
Close
//usr/share/bug/php8.4-cli/script
Text
Base64
#!/bin/sh MATCH="^[[:space:]]*($|;)" echo "==== Additional PHP 8.4 information ====" >&3 echo "" >&3 echo "++++ PHP 8.4 SAPI (php8.4query -S): ++++" >&3 /usr/sbin/php8.4query -S >&3 echo "" >&3 echo "++++ PHP 8.4 Extensions (php8.4query -M -v): ++++" >&3 /usr/sbin/php8.4query -M -v >&3 echo "" >&3 echo "++++ Configuration files: ++++" >&3 "**** /etc/php/8.4/cli/php.ini ****" >&3 grep -Ev "$MATCH" /etc/php/8.4/cli/php.ini >&3 echo "" >&3 find /etc/php/8.4/cli/conf.d/ -name '*.ini' | \ while read CONF; do echo "**** $CONF ****" >&3 grep -Ev "$MATCH" "$CONF" >&3 echo "" >&3 done
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
control
27 B
lrw-r--r--
2025-07-03 12:41:53
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
script
598 B
lrwxr-xr-x
2025-07-03 12:41:53
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).