aboutsummaryrefslogtreecommitdiff
path: root/php/ext
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile error for php on Mac.Bo Yang2016-10-108-27/+35
|
* Fix segmentation fault when ZTS is defined.Bo Yang2016-10-103-14/+18
|
* PHP: fix ZTS tsrm_ls errors (#2189)Stanley Cheung2016-10-106-59/+69
| | | | | | * PHP: fix ZTS tsrm_ls errors * Fix a few more macros
* Fixing inconsistent php version number.Bo Yang2016-10-102-2/+2
|
* php: support 5.5.9 for pecl extension (#2174)Stanley Cheung2016-10-101-1/+1
|
* Modify php api version and minimum supported php version.Bo Yang2016-10-101-5/+6
|
* Update minimum support php version to 5.5Charlene2016-10-101-1/+1
|
* Bump version number to 3.1.0-alpha-1.Bo Yang2016-10-101-1/+1
|
* Some php engine implementation doesn't have return_value_ptr properly set. ↵Bo Yang2016-09-151-1/+1
| | | | Explicitly use &return_value.
* Check in php implementation. (#2052)Paul Yang2016-09-1516-3745/+7936
| | | | | This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-1/+1
|
* Integrate google internal changes.Jisi Liu2016-03-309-0/+21795