system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Direktori : /usr/local/src/xcache-3.2.0/devel/ |
Current File : //usr/local/src/xcache-3.2.0/devel/lsnewini |
#!/bin/sh tmp1=`mktemp` tmp2=`mktemp` grep -F '=' xcache.ini |grep -v '^;' | sed -r -e 's# *=.*##' | sort > $tmp2 grep 'PHP_INI.*("' *.c | sed -r -e 's#^[^"]*"([^"]*)".*#\1#' | sort > $tmp1 diff -iu $tmp2 $tmp1 |grep '^[-+]' rm -f $tmp1 $tmp2