HEX
Server: Apache
System: Linux srv.bison-studio.com 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: redorangenebison (1284)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //bin/jemalloc.sh
#!/bin/sh

prefix=/usr
exec_prefix=/usr
libdir=/usr/lib64

LD_PRELOAD=${libdir}/libjemalloc.so.1
export LD_PRELOAD
exec "$@"