Commit Graph

435 Commits

Author SHA1 Message Date
Stanley Cheung d15f5c015a PHP: fix pecl extension reported version 2017-05-17 13:21:05 -07:00
Stanley Cheung 6e589c6a15 PHP: stop requiring google/protobuf PHP implementation 2017-05-16 18:09:36 -07:00
Ken Payson 029090628d Upgrade protobuf to 3.3.0 2017-05-08 12:18:12 -07:00
Craig Tiller 06a30eef36 Merge github.com:grpc/grpc into cpparena 2017-04-19 14:40:20 -07:00
Stanley Cheung 7b692ca67b Merge pull request #10543 from practo/php_basestub_channel_fix
PHP Fixing is_a check for Channel
2017-04-19 14:33:58 -07:00
Craig Tiller 2c6f63731c Merge github.com:grpc/grpc into cpparena 2017-04-14 13:14:10 -07:00
Sree Kuchibhotla 0e5fa9ebcd Merge branch 'master' into cq_create_api_changes 2017-04-13 18:36:23 -07:00
David Garcia Quintas 9e1acc0796 master to 1.4.0-dev 2017-04-13 16:30:15 -07:00
Rajendra Talekar 9b3a6cc3d2 Fixing is_a check for Channel
php ```is_a``` function expects fully qualified class name to validate.
2017-04-10 15:07:02 +05:30
Craig Tiller dd36b15315 Call ref/unref, bugfixes 2017-03-31 08:27:28 -07:00
Sree Kuchibhotla c86460225b Merge branch 'master' into cq_create_api_changes 2017-03-29 16:18:19 -07:00
Stanley Cheung 0c10db72c4 Merge pull request #10315 from thinkerou/fix_style_php
PHP: fix code style
2017-03-29 09:08:14 -07:00
thinkerou 34d21ceadc fix php style 2017-03-26 01:10:21 +08:00
thinkerou 9f00073f3c fix markdown render error 2017-03-26 00:52:56 +08:00
Sree Kuchibhotla 944a56fa84 Merge branch 'master' into cq_create_api_changes 2017-03-24 10:55:39 -07:00
Nicolas "Pixel" Noble e44a50ffd7 Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 2017-03-24 00:54:47 +01:00
Sree Kuchibhotla 3a55efaed7 PHP changes 2017-03-22 12:37:07 -07:00
Sree Kuchibhotla 36c370793b Merge branch 'master' into cq_create_api_changes 2017-03-21 10:28:40 -07:00
Alexander Polcyn 3e30832cca bump v1.2.x branch to 1.2.1-pre1 2017-03-20 17:00:45 -07:00
Stanley Cheung 55bff48335 PHP: proto3 API change 2017-03-13 13:09:43 -07:00
Vijay Pai a20050327b Merge pull request #10012 from vjpai/phpqps
PHP benchmarking performance client, proxied through Ruby
2017-03-13 02:16:43 -07:00
Vijay Pai 958ded975f PHP benchmarking performance client, proxied through Ruby
Requires synchronous and single-threaded, so only 1 channel and 1 outstanding RPC
per channel for now. No open-loop for now
2017-03-10 10:51:05 -08:00
David Garcia Quintas 74cec10619 Bumped version to 1.3.0-dev 2017-03-09 15:00:26 -08:00
Sree Kuchibhotla 5fcb8cc271 Php: Completion queue create API changes (and also remove the redundant
completion_queue_next() loop in grpc_php_shutdown_completion_queue
function as it is no longer needed. This was most likely an artifact of
a previous version of grpc-core where completion queues did not have a
"one tag in, one tag out" rule
2017-03-07 14:57:35 -08:00
Stanley Cheung 82c6d8d4fd PHP: prepare for 1.2 release 2017-03-01 12:43:25 -08:00
Stanley Cheung 6f1a6bebab PHP: added README notes for CentOS/RHEL 6/7 users 2017-02-17 17:32:25 -08:00
Stanley Cheung 6a5c83d4de PHP: add macro for arg info in extension 2017-02-16 12:25:32 -08:00
Stanley Cheung aaf2bbaa58 PHP: update README and apache/nginx examples 2017-02-03 12:43:39 -08:00
Stanley Cheung 82c406cc08 Merge pull request #9535 from stanley-cheung/php-update-examples
PHP: update examples
2017-02-01 19:42:16 -08:00
Stanley Cheung c290c115fa PHP: update examples 2017-01-31 20:29:17 -08:00
Craig Tiller 6e0a4760c4 Merge github.com:grpc/grpc into version3 2017-01-31 15:54:32 -08:00
Stanley Cheung 6481d04ae6 Add comments 2017-01-31 13:03:48 -08:00
Stanley Cheung 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 2017-01-30 20:39:22 -08:00
Craig Tiller 5cad46e218 Bump master version numbers 2017-01-30 15:32:24 -08:00
Craig Tiller 68bb6a8453 Merge github.com:grpc/grpc into rollfwd 2017-01-27 06:52:13 -08:00
Stanley Cheung de78a21579 Merge pull request #9416 from thinkerou/update_method_property_visibility
PHP: Update the visibility property  of method
2017-01-26 19:31:48 -08:00
Stanley Cheung 8914ce0872 Merge pull request #9415 from thinkerou/fix_php_lib_code_style
PHP: fix code style
2017-01-26 19:23:55 -08:00
Craig Tiller afceb2edbd Merge github.com:grpc/grpc into rollfwd 2017-01-26 12:21:28 -08:00
Mark D. Roth 448c1f002c Move parameters for all grpc_op types into their own sub-structs. 2017-01-25 10:44:30 -08:00
Craig Tiller 7c70b6c144 Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac97.
2017-01-23 07:48:42 -08:00
Craig Tiller 5e01e2ac97 Revert "Metadata handling rewrite" 2017-01-20 18:11:52 -08:00
thinkerou 8772a366ba update method prop visibility 2017-01-20 18:24:20 +08:00
thinkerou 16713db012 fix code style 2017-01-20 14:43:19 +08:00
Craig Tiller 5acc826ace Merge github.com:grpc/grpc into metadata_filter 2017-01-17 17:20:14 -08:00
Craig Tiller aecd46eb3c Merge github.com:grpc/grpc into metadata_filter 2017-01-17 08:13:14 -08:00
Stanley Cheung 4242075c33 PHP: Prepare for 1.1.0 release 2017-01-13 15:23:11 -08:00
Stanley Cheung 50c878088a Use tmp file instead of writing to current directory 2017-01-12 15:49:56 -08:00
Craig Tiller 9d4fc31da4 Merge github.com:grpc/grpc into metadata_filter 2017-01-12 14:08:50 -08:00
Stanley Cheung 122c687d61 Fix various PHP bugs 2017-01-11 19:36:32 -08:00
Stanley Cheung 4fe4f4bf37 Merge pull request #8154 from thinkerou/fix_php_mem_leak
PHP: attempt to fix mem leaks
2017-01-11 15:11:25 -08:00