Navigation Menu

Skip to content

0xC0D3D00D/grpc-php7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-php7-extension

REASON

  • The code forked from grpc.

  • Because the php extension only supports PHP5.x, and hopes it supports PHP7.

  • Not change the extension code original logic.

TODO

  • Add phpt test case
  • Upgate phpunit, because added macro ZEND_PARSE_PARAMETERS_START\END
  • Check memory using Valgrind
  • Review code for checking zval or zval* for using right

About

Upgrading grpc PHP extensions from PHP5 to PHP7(PHP NG)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 47.4%
  • C 42.1%
  • Protocol Buffer 4.7%
  • Shell 4.2%
  • M4 1.6%