Stanley Cheung
df1e05ad24
Simplify PHP installation
9 years ago
Stanley Cheung
6156f0962e
Simplify PHP installation for release 0.13
9 years ago
Stanley Cheung
708ff9d66d
fix php copyright
9 years ago
Stanley Cheung
f77a4ad9f7
channel constructor the array is required
9 years ago
Stanley Cheung
b91f0f27c5
revert unnecessary change
9 years ago
Stanley Cheung
cccf9295e6
php: add more unit tests to improve code coverage
9 years ago
Stanley Cheung
76e9ad416e
php: add unit test to bring coverage back up above 95%
9 years ago
Craig Tiller
da179ce598
Rollback gpr deletion
9 years ago
Nicolas "Pixel" Noble
09121799b0
Removing gpr as a separated library.
9 years ago
Stanley Cheung
a6b9548c43
Add lcov php code coverage report
9 years ago
Craig Tiller
e3b7beeb38
Update copyrights
9 years ago
Craig Tiller
896ef305bc
Add copyright checks to sanity; make them verify copyright year is valid
9 years ago
Craig Tiller
e959827ec0
Update copyrights
9 years ago
Craig Tiller
c506e24a57
Update copyrights
9 years ago
Craig Tiller
de3da74866
Add copyright checks to sanity; make them verify copyright year is valid
9 years ago
Stanley Cheung
6aee7a8c45
php: make channel
...
credentials createInsecure explicit
9 years ago
Stanley Cheung
17ab6a1c50
php: bump version for release
9 years ago
Stanley Cheung
6bd3180dfd
php: make channel
...
credentials createInsecure explicit
9 years ago
Stanley Cheung
27a31677d2
php: bump version for release
9 years ago
Stanley Cheung
d1cf36cdb7
pass auth metadata context to user callback
9 years ago
Stanley Cheung
b5f74f1b18
removed comment
9 years ago
Stanley Cheung
42fb70699b
add more unit test
9 years ago
Stanley Cheung
3580580367
php: metadata plugin based auth API
9 years ago
Jan Tattermusch
c484ccf38a
add todo for PHP
9 years ago
Craig Tiller
a17bb2856b
PHP fix
9 years ago
Parker Moore
513a68816a
php: remove callable type hint from BaseStub->_simpleRequest()
...
The "callable" type hint in PHP appears to be broken in PHP 5.6.6. It feels unnecessary here, as the required code is generated.
See https://bugs.php.net/bug.php?id=61467&edit=1 for more info.
9 years ago
Julien Boeuf
e32075fd8a
Fixing tests.
9 years ago
Julien Boeuf
334314b888
Updating the server1 cert so that it can be used with Go.
...
The encoding of the issuer field in this cert is now a PRINTABLESTRING
as opposed to UTF8STRING in the previous server1.pem which was causing
the Go issue.
Fixes #4086 .
9 years ago
Stanley Cheung
3baf76718e
php: append application user agent string at the beginning
9 years ago
Stanley Cheung
d5b20566f2
php: ran php-cs-fixer to comply with php coding standard
9 years ago
Stanley Cheung
a5fd9d1455
php: fix inconsistent array notation
9 years ago
Stanley Cheung
9c0b35e1e6
php: rename credentials to channel_credentials
9 years ago
Stanley Cheung
aeea10287f
php: split grpc_credentials to channel_credentials and call_credentials
9 years ago
Stanley Cheung
af93a8fddb
php: remove ssl_cert_file env var
9 years ago
Stanley Cheung
d94f9260b8
php: remove ssl_cert_file env var
9 years ago
Stanley Cheung
030387d4bb
remove include
9 years ago
Stanley Cheung
47c1a53a3f
php: remove unused file
9 years ago
Stanley Cheung
75457ff7e1
php: add more unit test for code coverage analysis
9 years ago
Anthony Yeh
04e1eb8423
PHP: Fix property reference in BaseStub::close()
9 years ago
Stanley Cheung
59a15a8558
php: add remaining auth interop tests
9 years ago
Stanley Cheung
ba0cb56b32
php: add use_tls and use_test_ca param to interop tests script
9 years ago
Stanley Cheung
e5f41cb5da
php: fix empty_stream interop test;
9 years ago
Stanley Cheung
f438ee17b0
fixed comment
9 years ago
Stanley Cheung
b0cd08acab
php: validate and normalize metadata keys
9 years ago
Stanley Cheung
66ec9bb0ef
php: call writesDone in interop test
9 years ago
Stanley Cheung
e5ba29f337
php: implement empty_stream interop test
9 years ago
Stanley Cheung
6d3f9ac527
php: update package.xml to prepare for 0.6.1 release
9 years ago
Stanley Cheung
ea1372ce7c
php: update package.xml to prepare for 0.6.1 release
9 years ago
Hannes Magnusson
63256a7c5e
Fix #2275 (Make sure PHP example can be run with Apache)
...
Normal constants, like most other things, are cleaned up during
RSHUTDOWN.
We need to explicitly mark them as persistent using CONST_PERSISTENT
9 years ago
Hannes Magnusson
bd52ac4080
Fix #2275 (Make sure PHP example can be run with Apache)
...
Normal constants, like most other things, are cleaned up during
RSHUTDOWN.
We need to explicitly mark them as persistent using CONST_PERSISTENT
9 years ago