]> granicus.if.org Git - php/commit
Merge branch 'PHP-7.0' into PHP-7.0.0
authorAnatol Belski <ab@php.net>
Tue, 29 Sep 2015 11:54:21 +0000 (13:54 +0200)
committerAnatol Belski <ab@php.net>
Tue, 29 Sep 2015 11:54:21 +0000 (13:54 +0200)
commit459e20eec033d41a235a7664dd7239d5f64b9798
tree85b5ac2485c6f3375a388a2411fa2e5065c41887
parentc30937d2bd2bc14b680ae918a4708620487841a6
parent27d4d32e6bd4c6ff2f65d162e9478671348764f4
Merge branch 'PHP-7.0' into PHP-7.0.0

* PHP-7.0:
  Added information about Zend Extension API chabges
  fix test
  Ensure timeout tests wait for the entire specified duration
  Added zend_internal_function.reserved[] fields, to allow extensions keep additional associated information. We didn't have zend_internal_function.reserved[] in PHP5, but we always allocated space for zend_function union, and extensions were able to reuse zend_function.op_array.reserved[] even for internal function. Now this is not possible. And extensions have to use zend_function.op_array.reserved[] for user functions and zend_function.internal_function.reserved[] for internal.
  update NEWS for next
  Update openssl_x509_checkpurpose.phpt
  add test to openssl ext