aboutsummaryrefslogtreecommitdiff
path: root/php/tests/gdb_test.sh
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-04-19 16:23:51 -0700
committerGitHub <noreply@github.com>2017-04-19 16:23:51 -0700
commit190b5270c8717ca343db42da489e5e7d6d9efb2c (patch)
tree3815f20268bc56aac88267004149f9e4eb634223 /php/tests/gdb_test.sh
parent43234828da6ae3a3a3ada25d11488fdfd080b79c (diff)
downloadprotobuf-190b5270c8717ca343db42da489e5e7d6d9efb2c.tar.gz
protobuf-190b5270c8717ca343db42da489e5e7d6d9efb2c.tar.bz2
protobuf-190b5270c8717ca343db42da489e5e7d6d9efb2c.zip
Make PHP c extension work with PHP7 (#2951)
Diffstat (limited to 'php/tests/gdb_test.sh')
-rwxr-xr-xphp/tests/gdb_test.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/php/tests/gdb_test.sh b/php/tests/gdb_test.sh
index 45a2841f..484e2edf 100755
--- a/php/tests/gdb_test.sh
+++ b/php/tests/gdb_test.sh
@@ -3,10 +3,8 @@
# 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 array_test.php
+gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap autoload.php encode_decode_test.php
#
-# # gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so
-# memory_leak_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
+# USE_ZEND_ALLOC=0 valgrind --leak-check=yes php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php