1. 14 Feb, 2020 3 commits
  2. 13 Feb, 2020 1 commit
  3. 12 Feb, 2020 6 commits
  4. 11 Feb, 2020 1 commit
    • Paul Yang's avatar
      Aggregate Metadata Files (#7155) (#7194) · 537c5aa9
      Paul Yang authored
      Instead of calling initOnce of dependencies, initialize metadata of dependencies in the same file.
      
      Needs to pass aggregate_metadata option to protoc to trigger, e.g.:
      --php_out=aggregate_metadata=foo#bar:generated_dir
      For each input file, transitive dependencies (including itself), whose package name has the prefix of foo or bar, will be aggregated, in which their metadata string will be aggregated in the same internalAddGeneratedFile call. For other dependencies, initOnce is called as before.
      
      This feature is EXPERIMENTAL. DO NOT USE!!!
      537c5aa9
  5. 10 Feb, 2020 1 commit
  6. 02 Feb, 2020 1 commit
  7. 01 Feb, 2020 1 commit
  8. 31 Jan, 2020 4 commits
  9. 30 Jan, 2020 1 commit
  10. 22 Jan, 2020 1 commit
  11. 21 Jan, 2020 1 commit
  12. 15 Jan, 2020 1 commit
  13. 13 Jan, 2020 1 commit
  14. 09 Jan, 2020 2 commits
  15. 19 Dec, 2019 2 commits
  16. 13 Dec, 2019 1 commit
  17. 12 Dec, 2019 1 commit
    • Paul Yang's avatar
      Fix Multiple Request for PHP (#7008) · fe1790ca
      Paul Yang authored
      * Add scripts to test multirequest
      
      * chmod ug+x multirequest.sh
      
      * Add continuous test
      
      * Compile c extension
      
      * Class entry is obsolete in the second request
      1) Needes to use class name in persistent map
      2) Invalidate class entry stored in descriptor
      
      * Add new files to dist
      
      * Fix compile_extension
      
      * Cleanup outputs for phpize
      fe1790ca
  18. 11 Dec, 2019 1 commit
  19. 10 Dec, 2019 2 commits
    • Rafi Kamal's avatar
      Update CHANGES.txt for 3.11.2 release (#7002) · b58896e5
      Rafi Kamal authored
      b58896e5
    • Paul Yang's avatar
      Make c extension portable for php 7.4 (#6968) · a66423f0
      Paul Yang authored
      * Make c extension portable for php 7.4
      
      * Fix conformance tests
      
      * Fix comments
      
      * Fix 32-bit
      
      * Update conformance failure list
      
      * Fix compiler warnings
      
      * Cleanup configure created by phpize
      The file created in php 7.4 is not recognizable by previous versions
      
      * Fix conformance tests for 64-bit php
      
      * Fix conformance test
      
      * Fix compile warning
      
      * Fix compile warnings
      a66423f0
  20. 03 Dec, 2019 3 commits
  21. 02 Dec, 2019 2 commits
  22. 27 Nov, 2019 1 commit
  23. 25 Nov, 2019 2 commits