aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
Commit message (Collapse)AuthorAge
* Merge pull request #14017 from ZhouyihaiDing/php_channl_memory_leakGravatar Zhouyihai Ding2018-01-16
|\ | | | | php: fix memory leak during creating channel
| * php channel: fix memory leakGravatar Zhouyihai Ding2018-01-16
| |
* | metadata plugin update statuses in wrapped langsGravatar Jan Tattermusch2017-12-14
|/
* Merge pull request #12706 from applinskinner/masterGravatar Zhouyihai Ding2017-12-11
|\ | | | | Fix a PHP memory leak with SSL root certificates
* | Bump 1.8.0-dev to 1.9.0-devGravatar Mehrdad Afshari2017-11-27
| |
| * Fix a PHP memory leak with SSL root certificatesGravatar Jack Wakefield2017-11-27
|/
* fix php testWatchConnectivityStateGravatar Jan Tattermusch2017-11-06
|
* Merge pull request #13037 from quizlet/php_doc_fixGravatar Stanley Cheung2017-10-18
|\ | | | | Fix return value doc in two PHP functions
| * Fixing return value documentation on PHP addSecureHttp2Port and addHttp2PortGravatar Ryan Gordon2017-10-17
| |
* | php return the right classesGravatar Guilherme Oliveira2017-10-09
| |
* | exclude uploading stats, add unconstained php benchmarkGravatar ZhouyihaiDing2017-10-06
| | | | | | | | php7 build once
* | Update version to 1.8.0-dev, update g word to 'generous'Gravatar murgatroid992017-10-02
|/
* Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-25
|\
| * update composer installing protobuf v3 for php-qpsGravatar ZhouyihaiDing2017-09-19
| |
* | Fixed some PHP errorsGravatar Stanley Cheung2017-09-04
| |
* | Change plugin credentials API to support both sync and async modes.Gravatar Mark D. Roth2017-09-01
|/
* Remove invalide macroGravatar thinkerou2017-09-01
|
* PHP: upmerge from 1.4.x branchGravatar Stanley Cheung2017-08-22
|
* Merge pull request #12188 from michaelbausor/add-async-supportGravatar Stanley Cheung2017-08-17
|\ | | | | PHP: Move OP_RECV_INITIAL_METADATA out of start() methods
* | Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
| |
| * Remove assignmentGravatar Michael Bausor2017-08-16
| |
| * Remove metadata setGravatar Michael Bausor2017-08-16
| |
| * Move OP_RECV_INITIAL_METADATA out of start() methodsGravatar Michael Bausor2017-08-15
|/ | | | | | | Moves the OP_RECV_INITIAL_METADATA out of the start() methods for UnaryCall and ServerStreamingCall, and adds a check so that the getMetadata methods for those objects will always contain the metadata.
* PHP: persistent channelGravatar Stanley Cheung2017-08-03
|
* Reset OWNERS stateGravatar Craig Tiller2017-07-17
|
* Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13
|
* Fetch grpc.io/release over httpsGravatar Mehrdad Afshari2017-07-10
|
* Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.xGravatar murgatroid992017-06-15
|\
* | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| |
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | change LICENSE, add AUTHORSGravatar Jan Tattermusch2017-06-08
| |
| * PHP: windows config.w32 fixGravatar Stanley Cheung2017-06-01
| |
* | master bumped to 1.5.xGravatar David Garcia Quintas2017-05-30
|/
* Merge pull request #11198 from stanley-cheung/upmerge-v1_3_2-to-masterGravatar Stanley Cheung2017-05-18
|\ | | | | Upmerge v1.3.x branch to master
| * Upmerge from v1.3.x branch to masterGravatar Stanley Cheung2017-05-17
| |\
* | | PHP: fix pecl extension reported versionGravatar Stanley Cheung2017-05-17
|/ /
* | PHP: stop requiring google/protobuf PHP implementationGravatar Stanley Cheung2017-05-16
| |
| * Bump to version 1.3.3Gravatar Ken Payson2017-05-16
| |
| * Merge pull request #11005 from stanley-cheung/php-fix-memory-leaksGravatar Stanley Cheung2017-05-10
| |\ | | | | | | PHP: fixed some memory leaks
| * | Bump to 1.3.2-pre1Gravatar Stanley Cheung2017-05-09
| | |
| | * PHP: fixed some memory leaksGravatar Stanley Cheung2017-05-09
| |/
* | Upgrade protobuf to 3.3.0Gravatar Ken Payson2017-05-08
| |
| * 1.3.0 -> 1.3.1-pre1Gravatar David Garcia Quintas2017-04-27
| |
| * Revert "Merge branch 'master' into v1.3.x"Gravatar Alexander Polcyn2017-04-26
|/ | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca.
* Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-19
|\
| * Merge pull request #10543 from practo/php_basestub_channel_fixGravatar Stanley Cheung2017-04-19
| |\ | | | | | | PHP Fixing is_a check for Channel
* | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
|\| |
| * | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-13
| |\ \
| | * | master to 1.4.0-devGravatar David Garcia Quintas2017-04-13
| | | |
| | | * Fixing is_a check for ChannelGravatar Rajendra Talekar2017-04-10
| | |/ | | | | | | php ```is_a``` function expects fully qualified class name to validate.