]> granicus.if.org Git - php/commit
Merge branch 'master' of https://git.php.net/repository/php-src
authorChristopher Jones <sixd@php.net>
Wed, 9 Oct 2013 16:41:12 +0000 (09:41 -0700)
committerChristopher Jones <sixd@php.net>
Wed, 9 Oct 2013 16:41:12 +0000 (09:41 -0700)
commit3979b8b9c43f0544b9c5e127288c06fd46bc6ed6
treebd783db3c0d501cb997f53287bcb1c84c2d53072
parentc0bcedafbcfcc73d239e192bddfcae5a9f92a9fa
parente2d123a72092cf010209607d6aa504cfda743e75
Merge branch 'master' of https://git.php.net/repository/php-src

# By Michael Wallner (4) and others
# Via Michael Wallner (8) and Stanley Sufficool (1)
* 'master' of https://git.php.net/repository/php-src:
  C89
  Changed return types to zend_bool, renamed test
  C89 compatibility
  Fixed segfault when built with OpenSSL >= 1.0.1
  Thanks Daniel, I didn't think long enough
  consolidate NEWS with 5.4
  Added SAN matching during peer verification
  fixing a minor typo in CODING_STANDARDS document
  FIX BUG #65219 - Typo correction
  FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92 FreeTDS <0.92 does not support DBSETLDBNAME option and therefore will not work with SQL Azure. Fallback to dbuse command in letter versions.
  run-tests.php: Adding support for sections EXPECT_EXTERNAL, EXPECTF_EXTERNAL and EXPECTREGEX_EXTERNAL. (Issue 55736)