c7457ef65a
* Add any support in php runtime. * Remove unused file in config.m4 * Fix comments * Fix error for tsrmls build * Add newly added file to Makefile.am
11 lines
496 B
Bash
Executable File
11 lines
496 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which
|
|
# phpunit` --bootstrap autoload.php tmp_test.php
|
|
#
|
|
gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap autoload.php well_known_test.php
|
|
#
|
|
# gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php
|
|
#
|
|
# USE_ZEND_ALLOC=0 valgrind --leak-check=yes php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php
|