source:
trunk/devel/lsnewini
@
1005
| Last change on this file since 1005 was 1005, checked in by moo, 10 months ago | |
|---|---|
|
|
| File size: 244 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | tmp1=`mktemp` |
| 4 | tmp2=`mktemp` |
| 5 | grep -F '=' xcache.ini |grep -v '^;' | sed -r -e 's# *=.*##' | sort > $tmp2 |
| 6 | grep 'PHP_INI.*("' *.c | sed -r -e 's#^[^"]*"([^"]*)".*#\1#' | sort > $tmp1 |
| 7 | diff -iu $tmp2 $tmp1 |grep '^[-+]' |
| 8 | rm -f $tmp1 $tmp2 |
Note: See TracBrowser
for help on using the repository browser.

