Add terminating character to zend_lookup_class call (#5871)
* add terminating character * adjust name length input * add test cases * correct script name * Misc fixes * add new script to EXTRA_DIST listpull/5890/head
parent
791b863687
commit
93533f780b
6 changed files with 69 additions and 7 deletions
@ -0,0 +1,10 @@ |
||||
#!/bin/bash |
||||
|
||||
EXTENSION_PATH=$1 |
||||
|
||||
pushd $EXTENSION_PATH |
||||
make clean || true |
||||
set -e |
||||
# Add following in configure for debug: --enable-debug CFLAGS='-g -O0' |
||||
phpize && ./configure CFLAGS='-g -O0' && make |
||||
popd |
Loading…
Reference in new issue