File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ task :integration do
3737 sh "phpenv config-add tests/integration/protocolbuffers.ini"
3838 sh "sudo make install"
3939 sh "sudo cp tests/integration/php-fpm.conf ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf"
40- sh "~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm"
40+ sh "sudo ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm"
4141 sleep 1
42- sh "tests/integration/fcgiget.php localhost:9000/home/vagrant/php-protocolbuffers/tests/integration/test.php"
42+ cmd_run ( "tests/integration/fcgiget.php localhost:9000/home/vagrant/php-protocolbuffers/tests/integration/test.php" )
4343 end
4444end
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ static void php_protocolbuffers_init_globals() {
307307
308308PHP_MINIT_FUNCTION (protocolbuffers )
309309{
310- ZEND_INIT_MODULE_GLOBALS (protocolbuffers , php_protocolbuffers_init_globals , NULL );
310+ // ZEND_INIT_MODULE_GLOBALS(protocolbuffers, php_protocolbuffers_init_globals, NULL);
311311 REGISTER_INI_ENTRIES ();
312312
313313 php_protocolbuffers_init (TSRMLS_C );
You can’t perform that action at this time.
0 commit comments