1. 18 Dec, 2018 1 commit
    • Paul Yang's avatar
      Php 7.3 fix (#5434) · d7c44095
      Paul Yang authored
      * Inherit from message instead of implement
      
      When regestering class (implmenets other class) during MINIT, zend_class_implements
      would call zend_class_entry->interface_gets_implemented(). In PHP-7.3 interface_gets_implemented shares the same location with create_object.
      However, during MINIT, the global object storeage hasn't been initialized. And thus, caused segment fault in php 7.3.
      
      * Use zend_string_init where interned string may be the value.
      zend_string_dup will keep using the existing interned string.
      In php 7.3, interned string cannot be destroyed from user's code.
      
      * Uncommment debug code
      
      * Use latest phpunit for each php versions
      
      * Revert change in Dockerfile
      
      * Update php test to use the new docker image
      
      * Update composer
      
      * Change docker organization
      
      * Update phpunit
      
      * Debug phpunit
      
      * Store phpunit into bin dir in docker image
      
      * Install valgrind to docker
      
      * Fix compatibility test
      
      * Remove generated_service_test from compatibility c extension test
      
      * Update 32bit php test to the new docker image
      
      * Install bison
      
      * Fix build.sh
      
      * Fix DOCKERIMAGE_PREFIX
      
      * Fix basename
      
      * Add comment to build_and_run_docker2.sh
      
      * Remove commented code
      
      * Fix comments
      d7c44095
  2. 09 Aug, 2018 1 commit
    • Feng Xiao's avatar
      Cleanup kokoro scripts. · f0b8a57f
      Feng Xiao authored
      Changes:
      1. Remove stuff no longer needed. Lots of the heavy lifting were there
      because we were running our own jenkins cluster and had to manage all
      the test logs ourselves. Now they are useless.
      2. Change "-j2" to "-j4" to speed up the test a little bit. Kokoro
      machines have 4 logic CPUs according to their spec.
      f0b8a57f
  3. 16 Jul, 2018 1 commit
  4. 12 Jul, 2018 1 commit
  5. 21 Dec, 2017 1 commit
  6. 20 Dec, 2017 1 commit
  7. 19 Dec, 2017 1 commit
  8. 19 Nov, 2016 1 commit
    • Feng Xiao's avatar
      Restore jenkins files. · 78079325
      Feng Xiao authored
      The last up-integration from github to google3 was made at commit
      e28286fa but somehow the change in
      that commit is not actually in the up-integration CL and as a result
      that change was reverted by the down-integration. Restoring them
      should make the jenkins tests running again.
      78079325
  9. 18 Nov, 2016 1 commit
  10. 12 Oct, 2016 1 commit
  11. 04 Mar, 2016 1 commit