PHP Too Heavy
#!/bin/sh
# PHP clean up after build caller extensions to strip debug symbols
strip -v $(php -i | grep 'extension_dir => /' | awk '{ print $5 }')/*.so
#!/bin/sh
# PHP clean up after build caller extensions to strip debug symbols
strip -v $(php -i | grep 'extension_dir => /' | awk '{ print $5 }')/*.so