1. 04 Aug, 2017 1 commit
    • michaelbausor's avatar
      Update PHP descriptors (#3391) · 21b0e558
      michaelbausor authored
      * Add descriptors test
      
      * Update descriptors tests
      
      * Add public descriptors
      
      * Add test_desriptors.proto to test script
      
      * Update composer files
      
      * Remove references to GPBType, update tests to be compatible with c
      
      * Update for c extension compatibility
      
      * Remove nested enums for descriptor, update tests
      
      * Strip leading '.' from descriptor name
      
      * Update tests with test for getClass, fix OneofDescriptor
      
      * Add new files to Makefile.am
      21b0e558
  2. 25 Jul, 2017 2 commits
  3. 14 Jun, 2017 1 commit
    • Brent Shaffer's avatar
      Follows proper autoloading standards (#3123) · b9b34e9b
      Brent Shaffer authored
      * Follows proper autoloading standards
       - Splits PHP classes in descriptor.php into separate files
       - Splits MapFieldIter and RepeatedFieldIter into separate files
       - Moves descriptor.php to Internal/functions.php
       - Moves all namespaced functions into Iternal/functions.php
      
      * fixes Makefile.am for added php files
      
      * [PHP] moves all functions to GPBUtil
      
      * removes description.php from the makefile
      b9b34e9b
  4. 28 Dec, 2016 1 commit
  5. 08 Dec, 2016 1 commit
  6. 26 Oct, 2016 1 commit
  7. 15 Sep, 2016 1 commit
    • Paul Yang's avatar
      Check in php implementation. (#2052) · e0e54661
      Paul Yang authored
      This pull request includes two implementation: C extension and PHP
      package. Both implementations support encode/decode of singular,
      repeated and map fields.
      e0e54661