aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
Commit message (Expand)AuthorAge
* update PHP README installation instructions, and dockerfileGravatar Stanley Cheung2015-06-10
* Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
* Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
* fix php generated code test server portGravatar Stanley Cheung2015-05-27
* Made PHP library use only a single completion queueGravatar murgatroid992015-05-14
* fix php5.6 ext locationGravatar Stanley Cheung2015-05-13
* php test math proto: add default valueGravatar Stanley Cheung2015-05-13
* Merge pull request #1472 from ctiller/bye-bye-completion-queue-pieGravatar Yang Gao2015-05-13
|\
* | add commentGravatar Stanley Cheung2015-05-12
* | PHP: add support to pass JWT auth uri to auth libraryGravatar Stanley Cheung2015-05-12
| * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-12
| |\ | |/ |/|
| * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
| |\
* | \ Merge branch 'churn-churn-churn-the-api-gently-down-the-stream' of github.com...Gravatar Craig Tiller2015-05-08
|\ \ \ | | |/ | |/|
| * | ignore PHP vendor/ folderGravatar Stanley Cheung2015-05-07
| * | remove composer.lock fileGravatar Stanley Cheung2015-05-07
| * | bump php composer.lock again because of auth library fixGravatar Stanley Cheung2015-05-07
| | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-06
| | |\
| * | | update php composer.lockGravatar Stanley Cheung2015-05-06
| | |/ | |/|
* / | Fix some wrapped languagesGravatar Craig Tiller2015-05-06
|/ /
* | add php compute_engine_creds auth interop testGravatar Stanley Cheung2015-05-05
| * C Core API cleanup.Gravatar Craig Tiller2015-05-04
|/
* more commentsGravatar Stanley Cheung2015-04-30
* add php service account credentials auth interop test, tested against cloud s...Gravatar Stanley Cheung2015-04-30
* remove opts param from signatureGravatar Stanley Cheung2015-04-21
* forgot to update class nameGravatar Stanley Cheung2015-04-21
* Support update metadata callback function in php BaseStubGravatar Stanley Cheung2015-04-21
* Merge pull request #1235 from murgatroid99/php_memory_leaksGravatar Tim Emiola2015-04-09
|\
| * Fixed memory leaks in PHP extension codeGravatar murgatroid992015-04-08
* | Simplified scriptGravatar murgatroid992015-04-08
* | Added script to generate test .php files from .proto filesGravatar murgatroid992015-04-08
|/
* Updated composer.json to version 0.5.0Gravatar murgatroid992015-04-07
* Merge pull request #1178 from murgatroid99/php_camel_case_methodsGravatar Tim Emiola2015-04-03
|\
* | Updated GeneratedCodeTest to match (not so) recent stub changesGravatar murgatroid992015-04-02
| * Updated PHP files to new method namesGravatar murgatroid992015-04-02
| * Changed C files to have camelCase method namesGravatar murgatroid992015-04-02
|/
* Merge pull request #1153 from murgatroid99/php_interop_selector_fixGravatar Tim Emiola2015-04-02
|\
* | Fixed scripts again for PHP 5.5Gravatar murgatroid992015-04-01
* | Updated scripts with PHP 5.6's build locationGravatar murgatroid992015-04-01
* | Removed pedantic flag from PHP buildGravatar murgatroid992015-04-01
* | Made external header includes use angle bracketsGravatar murgatroid992015-04-01
* | Merge pull request #1162 from murgatroid99/php_add_protosGravatar donnadionne2015-04-01
|\ \
* | | Do not expect metadata until expecting first readGravatar murgatroid992015-04-01
| * | Re-added overzealously removed fileGravatar murgatroid992015-03-31
| * | Removed generated code filesGravatar murgatroid992015-03-31
| * | Updated generated code to match protosGravatar murgatroid992015-03-31
| * | Added proto filesGravatar murgatroid992015-03-31
|/ /
| * Minor fix to test case switch statement, to fix a false negativeGravatar murgatroid992015-03-30
|/
* Removed redundant autoload require linesGravatar murgatroid992015-03-27
* Replaced existing autoloader with one generated by composerGravatar murgatroid992015-03-27
* Added composer file to PHP libraryGravatar murgatroid992015-03-27