aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext
Commit message (Collapse)AuthorAge
* php: remove gpr_log debugGravatar Stanley Cheung2016-07-08
|
* Merge pull request #6783 from thinkerou/compressGravatar kpayson642016-07-08
|\ | | | | Make PHP work correctly when receiving a compressed message
| * fetch and fix conflictGravatar thinkerou2016-07-08
| |\
* | | php: add warning about shutdown functionGravatar Stanley Cheung2016-07-07
| |/ |/|
* | Added TODO for php.Gravatar David Garcia Quintas2016-06-30
| |
* | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
| |
* | php: fix shutdown hang, call was never destroyedGravatar Stanley Cheung2016-06-29
| |
| * Make PHP work correctly when receiving a compressed messageGravatar thinkerou2016-06-17
| |
* | Load default roots.pem in PHP via grpc_set_ssl_roots_override_callbackGravatar thinkerou2016-06-17
|/
* Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
|\
| * GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWNGravatar Craig Tiller2016-06-02
| |
* | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
|\|
| * Updated functions with TSRM macros for ZTS supportGravatar Michael Bausor2016-05-16
| |
* | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-12
|\|
| * add ownend and delete dtorGravatar thinkerou2016-05-11
| |
* | Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
| | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
| * Add to call zend_object_std_dtorGravatar thinkerou2016-05-01
| |
| * PHP Extension: add owned assignmentGravatar thinkerou2016-04-27
|/
* Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | | | application handle the authentication.
* php: destroy grpc_byte_buffer after startBatchGravatar Stanley Cheung2016-04-06
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* php: return channel arg typeGravatar Stanley Cheung2016-03-17
|
* remove stale src/php/ext/grpc/README.mdGravatar Stanley Cheung2016-03-10
|
* fix php copyrightGravatar Stanley Cheung2016-02-16
|
* channel constructor the array is requiredGravatar Stanley Cheung2016-02-16
|
* revert unnecessary changeGravatar Stanley Cheung2016-02-16
|
* php: add more unit tests to improve code coverageGravatar Stanley Cheung2016-02-12
|
* Rollback gpr deletionGravatar Craig Tiller2016-02-09
|
* Removing gpr as a separated library.Gravatar Nicolas "Pixel" Noble2016-01-30
|
* Add lcov php code coverage reportGravatar Stanley Cheung2016-01-13
|
* Update copyrightsGravatar Craig Tiller2016-01-04
|
* Add copyright checks to sanity; make them verify copyright year is validGravatar Craig Tiller2016-01-04
|
* php: make channelGravatar Stanley Cheung2015-12-16
| | | | credentials createInsecure explicit
* php: bump version for releaseGravatar Stanley Cheung2015-12-15
|
* pass auth metadata context to user callbackGravatar Stanley Cheung2015-12-11
|
* removed commentGravatar Stanley Cheung2015-12-10
|
* php: metadata plugin based auth APIGravatar Stanley Cheung2015-12-10
|
* php: rename credentials to channel_credentialsGravatar Stanley Cheung2015-10-23
|
* php: split grpc_credentials to channel_credentials and call_credentialsGravatar Stanley Cheung2015-10-23
|
* php: remove ssl_cert_file env varGravatar Stanley Cheung2015-10-23
|
* php: update package.xml to prepare for 0.6.1 releaseGravatar Stanley Cheung2015-10-08
|
* Fix #2275 (Make sure PHP example can be run with Apache)Gravatar Hannes Magnusson2015-10-06
| | | | | | Normal constants, like most other things, are cleaned up during RSHUTDOWN. We need to explicitly mark them as persistent using CONST_PERSISTENT
* php: update helloworld and route guide after beta releaseGravatar Stanley Cheung2015-09-24
|
* php: missed a line in docGravatar Stanley Cheung2015-09-02
|
* php: update pecl package.xmlGravatar Stanley Cheung2015-09-02
|
* php: support per message compression disableGravatar Stanley Cheung2015-09-02
|
* Merge branch 'grpc_security_abi' into credentials_naming_and_cleanupGravatar Julien Boeuf2015-08-25
|\
| * Fixing PHP.Gravatar Julien Boeuf2015-08-25
| |
* | Credentials cleanup:Gravatar Julien Boeuf2015-08-25
|/ | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages.
* Fixing tests.Gravatar Julien Boeuf2015-08-25
|