Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
1 MB
Referenced Files
None
Subscribers
None
This file is larger than 256 KB, so syntax highlighting was skipped.
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/libtool.m4 b/mongodb-1.3.3/src/libmongoc/build/autotools/m4/libtool.m4
deleted file mode 100644
index 10ab2844..00000000
--- a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/libtool.m4
+++ /dev/null
@@ -1,8388 +0,0 @@
-# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
-#
-# Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
-# Written by Gordon Matzigkeit, 1996
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-m4_define([_LT_COPYING], [dnl
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions. There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the same
-# distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-])
-
-# serial 58 LT_INIT
-
-
-# LT_PREREQ(VERSION)
-# ------------------
-# Complain and exit if this libtool version is less that VERSION.
-m4_defun([LT_PREREQ],
-[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
- [m4_default([$3],
- [m4_fatal([Libtool version $1 or higher is required],
- 63)])],
- [$2])])
-
-
-# _LT_CHECK_BUILDDIR
-# ------------------
-# Complain if the absolute build directory name contains unusual characters
-m4_defun([_LT_CHECK_BUILDDIR],
-[case `pwd` in
- *\ * | *\ *)
- AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
-esac
-])
-
-
-# LT_INIT([OPTIONS])
-# ------------------
-AC_DEFUN([LT_INIT],
-[AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
-AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-AC_BEFORE([$0], [LT_LANG])dnl
-AC_BEFORE([$0], [LT_OUTPUT])dnl
-AC_BEFORE([$0], [LTDL_INIT])dnl
-m4_require([_LT_CHECK_BUILDDIR])dnl
-
-dnl Autoconf doesn't catch unexpanded LT_ macros by default:
-m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
-m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
-dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
-dnl unless we require an AC_DEFUNed macro:
-AC_REQUIRE([LTOPTIONS_VERSION])dnl
-AC_REQUIRE([LTSUGAR_VERSION])dnl
-AC_REQUIRE([LTVERSION_VERSION])dnl
-AC_REQUIRE([LTOBSOLETE_VERSION])dnl
-m4_require([_LT_PROG_LTMAIN])dnl
-
-_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
-
-dnl Parse OPTIONS
-_LT_SET_OPTIONS([$0], [$1])
-
-# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS=$ltmain
-
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-AC_SUBST(LIBTOOL)dnl
-
-_LT_SETUP
-
-# Only expand once:
-m4_define([LT_INIT])
-])# LT_INIT
-
-# Old names:
-AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
-AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
-dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
-
-
-# _LT_PREPARE_CC_BASENAME
-# -----------------------
-m4_defun([_LT_PREPARE_CC_BASENAME], [
-# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
-func_cc_basename ()
-{
- for cc_temp in @S|@*""; do
- case $cc_temp in
- compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
- distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
- \-*) ;;
- *) break;;
- esac
- done
- func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-}
-])# _LT_PREPARE_CC_BASENAME
-
-
-# _LT_CC_BASENAME(CC)
-# -------------------
-# It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME,
-# but that macro is also expanded into generated libtool script, which
-# arranges for $SED and $ECHO to be set by different means.
-m4_defun([_LT_CC_BASENAME],
-[m4_require([_LT_PREPARE_CC_BASENAME])dnl
-AC_REQUIRE([_LT_DECL_SED])dnl
-AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
-func_cc_basename $1
-cc_basename=$func_cc_basename_result
-])
-
-
-# _LT_FILEUTILS_DEFAULTS
-# ----------------------
-# It is okay to use these file commands and assume they have been set
-# sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'.
-m4_defun([_LT_FILEUTILS_DEFAULTS],
-[: ${CP="cp -f"}
-: ${MV="mv -f"}
-: ${RM="rm -f"}
-])# _LT_FILEUTILS_DEFAULTS
-
-
-# _LT_SETUP
-# ---------
-m4_defun([_LT_SETUP],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
-AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
-
-_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
-dnl
-_LT_DECL([], [host_alias], [0], [The host system])dnl
-_LT_DECL([], [host], [0])dnl
-_LT_DECL([], [host_os], [0])dnl
-dnl
-_LT_DECL([], [build_alias], [0], [The build system])dnl
-_LT_DECL([], [build], [0])dnl
-_LT_DECL([], [build_os], [0])dnl
-dnl
-AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([LT_PATH_LD])dnl
-AC_REQUIRE([LT_PATH_NM])dnl
-dnl
-AC_REQUIRE([AC_PROG_LN_S])dnl
-test -z "$LN_S" && LN_S="ln -s"
-_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
-dnl
-AC_REQUIRE([LT_CMD_MAX_LEN])dnl
-_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
-_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
-dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_CHECK_SHELL_FEATURES])dnl
-m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
-m4_require([_LT_CMD_RELOAD])dnl
-m4_require([_LT_CHECK_MAGIC_METHOD])dnl
-m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
-m4_require([_LT_CMD_OLD_ARCHIVE])dnl
-m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
-m4_require([_LT_WITH_SYSROOT])dnl
-m4_require([_LT_CMD_TRUNCATE])dnl
-
-_LT_CONFIG_LIBTOOL_INIT([
-# See if we are running on zsh, and set the options that allow our
-# commands through without removal of \ escapes INIT.
-if test -n "\${ZSH_VERSION+set}"; then
- setopt NO_GLOB_SUBST
-fi
-])
-if test -n "${ZSH_VERSION+set}"; then
- setopt NO_GLOB_SUBST
-fi
-
-_LT_CHECK_OBJDIR
-
-m4_require([_LT_TAG_COMPILER])dnl
-
-case $host_os in
-aix3*)
- # AIX sometimes has problems with the GCC collect2 program. For some
- # reason, if we set the COLLECT_NAMES environment variable, the problems
- # vanish in a puff of smoke.
- if test set != "${COLLECT_NAMES+set}"; then
- COLLECT_NAMES=
- export COLLECT_NAMES
- fi
- ;;
-esac
-
-# Global variables:
-ofile=libtool
-can_build_shared=yes
-
-# All known linkers require a '.a' archive for static linking (except MSVC,
-# which needs '.lib').
-libext=a
-
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
-old_CC=$CC
-old_CFLAGS=$CFLAGS
-
-# Set sane defaults for various variables
-test -z "$CC" && CC=cc
-test -z "$LTCC" && LTCC=$CC
-test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
-test -z "$LD" && LD=ld
-test -z "$ac_objext" && ac_objext=o
-
-_LT_CC_BASENAME([$compiler])
-
-# Only perform the check for file, if the check method requires it
-test -z "$MAGIC_CMD" && MAGIC_CMD=file
-case $deplibs_check_method in
-file_magic*)
- if test "$file_magic_cmd" = '$MAGIC_CMD'; then
- _LT_PATH_MAGIC
- fi
- ;;
-esac
-
-# Use C for the default configuration in the libtool script
-LT_SUPPORTED_TAG([CC])
-_LT_LANG_C_CONFIG
-_LT_LANG_DEFAULT_CONFIG
-_LT_CONFIG_COMMANDS
-])# _LT_SETUP
-
-
-# _LT_PREPARE_SED_QUOTE_VARS
-# --------------------------
-# Define a few sed substitution that help us do robust quoting.
-m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
-[# Backslashify metacharacters that are still active within
-# double-quoted strings.
-sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
-
-# Same as above, but do not quote variable references.
-double_quote_subst='s/\([["`\\]]\)/\\\1/g'
-
-# Sed substitution to delay expansion of an escaped shell variable in a
-# double_quote_subst'ed string.
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
-
-# Sed substitution to delay expansion of an escaped single quote.
-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
-
-# Sed substitution to avoid accidental globbing in evaled expressions
-no_glob_subst='s/\*/\\\*/g'
-])
-
-# _LT_PROG_LTMAIN
-# ---------------
-# Note that this code is called both from 'configure', and 'config.status'
-# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
-# 'config.status' has no value for ac_aux_dir unless we are using Automake,
-# so we pass a copy along to make sure it has a sensible value anyway.
-m4_defun([_LT_PROG_LTMAIN],
-[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
-_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
-ltmain=$ac_aux_dir/ltmain.sh
-])# _LT_PROG_LTMAIN
-
-
-## ------------------------------------- ##
-## Accumulate code for creating libtool. ##
-## ------------------------------------- ##
-
-# So that we can recreate a full libtool script including additional
-# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
-# in macros and then make a single call at the end using the 'libtool'
-# label.
-
-
-# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
-# ----------------------------------------
-# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
-m4_define([_LT_CONFIG_LIBTOOL_INIT],
-[m4_ifval([$1],
- [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
- [$1
-])])])
-
-# Initialize.
-m4_define([_LT_OUTPUT_LIBTOOL_INIT])
-
-
-# _LT_CONFIG_LIBTOOL([COMMANDS])
-# ------------------------------
-# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
-m4_define([_LT_CONFIG_LIBTOOL],
-[m4_ifval([$1],
- [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
- [$1
-])])])
-
-# Initialize.
-m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
-
-
-# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
-# -----------------------------------------------------
-m4_defun([_LT_CONFIG_SAVE_COMMANDS],
-[_LT_CONFIG_LIBTOOL([$1])
-_LT_CONFIG_LIBTOOL_INIT([$2])
-])
-
-
-# _LT_FORMAT_COMMENT([COMMENT])
-# -----------------------------
-# Add leading comment marks to the start of each line, and a trailing
-# full-stop to the whole comment if one is not present already.
-m4_define([_LT_FORMAT_COMMENT],
-[m4_ifval([$1], [
-m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
- [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
-)])
-
-
-
-## ------------------------ ##
-## FIXME: Eliminate VARNAME ##
-## ------------------------ ##
-
-
-# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
-# -------------------------------------------------------------------
-# CONFIGNAME is the name given to the value in the libtool script.
-# VARNAME is the (base) name used in the configure script.
-# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
-# VARNAME. Any other value will be used directly.
-m4_define([_LT_DECL],
-[lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
- [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
- [m4_ifval([$1], [$1], [$2])])
- lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
- m4_ifval([$4],
- [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
- lt_dict_add_subkey([lt_decl_dict], [$2],
- [tagged?], [m4_ifval([$5], [yes], [no])])])
-])
-
-
-# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
-# --------------------------------------------------------
-m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
-
-
-# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
-# ------------------------------------------------
-m4_define([lt_decl_tag_varnames],
-[_lt_decl_filter([tagged?], [yes], $@)])
-
-
-# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
-# ---------------------------------------------------------
-m4_define([_lt_decl_filter],
-[m4_case([$#],
- [0], [m4_fatal([$0: too few arguments: $#])],
- [1], [m4_fatal([$0: too few arguments: $#: $1])],
- [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
- [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
- [lt_dict_filter([lt_decl_dict], $@)])[]dnl
-])
-
-
-# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
-# --------------------------------------------------
-m4_define([lt_decl_quote_varnames],
-[_lt_decl_filter([value], [1], $@)])
-
-
-# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
-# ---------------------------------------------------
-m4_define([lt_decl_dquote_varnames],
-[_lt_decl_filter([value], [2], $@)])
-
-
-# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
-# ---------------------------------------------------
-m4_define([lt_decl_varnames_tagged],
-[m4_assert([$# <= 2])dnl
-_$0(m4_quote(m4_default([$1], [[, ]])),
- m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
- m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
-m4_define([_lt_decl_varnames_tagged],
-[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
-
-
-# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
-# ------------------------------------------------
-m4_define([lt_decl_all_varnames],
-[_$0(m4_quote(m4_default([$1], [[, ]])),
- m4_if([$2], [],
- m4_quote(lt_decl_varnames),
- m4_quote(m4_shift($@))))[]dnl
-])
-m4_define([_lt_decl_all_varnames],
-[lt_join($@, lt_decl_varnames_tagged([$1],
- lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
-])
-
-
-# _LT_CONFIG_STATUS_DECLARE([VARNAME])
-# ------------------------------------
-# Quote a variable value, and forward it to 'config.status' so that its
-# declaration there will have the same value as in 'configure'. VARNAME
-# must have a single quote delimited value for this to work.
-m4_define([_LT_CONFIG_STATUS_DECLARE],
-[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
-
-
-# _LT_CONFIG_STATUS_DECLARATIONS
-# ------------------------------
-# We delimit libtool config variables with single quotes, so when
-# we write them to config.status, we have to be sure to quote all
-# embedded single quotes properly. In configure, this macro expands
-# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
-#
-# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
-[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
- [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
-
-
-# _LT_LIBTOOL_TAGS
-# ----------------
-# Output comment and list of tags supported by the script
-m4_defun([_LT_LIBTOOL_TAGS],
-[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
-available_tags='_LT_TAGS'dnl
-])
-
-
-# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
-# -----------------------------------
-# Extract the dictionary values for VARNAME (optionally with TAG) and
-# expand to a commented shell variable setting:
-#
-# # Some comment about what VAR is for.
-# visible_name=$lt_internal_name
-m4_define([_LT_LIBTOOL_DECLARE],
-[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
- [description])))[]dnl
-m4_pushdef([_libtool_name],
- m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
-m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
- [0], [_libtool_name=[$]$1],
- [1], [_libtool_name=$lt_[]$1],
- [2], [_libtool_name=$lt_[]$1],
- [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
-m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
-])
-
-
-# _LT_LIBTOOL_CONFIG_VARS
-# -----------------------
-# Produce commented declarations of non-tagged libtool config variables
-# suitable for insertion in the LIBTOOL CONFIG section of the 'libtool'
-# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
-# section) are produced by _LT_LIBTOOL_TAG_VARS.
-m4_defun([_LT_LIBTOOL_CONFIG_VARS],
-[m4_foreach([_lt_var],
- m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
- [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
-
-
-# _LT_LIBTOOL_TAG_VARS(TAG)
-# -------------------------
-m4_define([_LT_LIBTOOL_TAG_VARS],
-[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
- [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
-
-
-# _LT_TAGVAR(VARNAME, [TAGNAME])
-# ------------------------------
-m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
-
-
-# _LT_CONFIG_COMMANDS
-# -------------------
-# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
-# variables for single and double quote escaping we saved from calls
-# to _LT_DECL, we can put quote escaped variables declarations
-# into 'config.status', and then the shell code to quote escape them in
-# for loops in 'config.status'. Finally, any additional code accumulated
-# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
-m4_defun([_LT_CONFIG_COMMANDS],
-[AC_PROVIDE_IFELSE([LT_OUTPUT],
- dnl If the libtool generation code has been placed in $CONFIG_LT,
- dnl instead of duplicating it all over again into config.status,
- dnl then we will have config.status run $CONFIG_LT later, so it
- dnl needs to know what name is stored there:
- [AC_CONFIG_COMMANDS([libtool],
- [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
- dnl If the libtool generation code is destined for config.status,
- dnl expand the accumulated commands and init code now:
- [AC_CONFIG_COMMANDS([libtool],
- [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
-])#_LT_CONFIG_COMMANDS
-
-
-# Initialize.
-m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
-[
-
-# The HP-UX ksh and POSIX shell print the target directory to stdout
-# if CDPATH is set.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-sed_quote_subst='$sed_quote_subst'
-double_quote_subst='$double_quote_subst'
-delay_variable_subst='$delay_variable_subst'
-_LT_CONFIG_STATUS_DECLARATIONS
-LTCC='$LTCC'
-LTCFLAGS='$LTCFLAGS'
-compiler='$compiler_DEFAULT'
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
- eval 'cat <<_LTECHO_EOF
-\$[]1
-_LTECHO_EOF'
-}
-
-# Quote evaled strings.
-for var in lt_decl_all_varnames([[ \
-]], lt_decl_quote_varnames); do
- case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
- *[[\\\\\\\`\\"\\\$]]*)
- eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
- ;;
- *)
- eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
- ;;
- esac
-done
-
-# Double-quote double-evaled strings.
-for var in lt_decl_all_varnames([[ \
-]], lt_decl_dquote_varnames); do
- case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
- *[[\\\\\\\`\\"\\\$]]*)
- eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
- ;;
- *)
- eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
- ;;
- esac
-done
-
-_LT_OUTPUT_LIBTOOL_INIT
-])
-
-# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
-# ------------------------------------
-# Generate a child script FILE with all initialization necessary to
-# reuse the environment learned by the parent script, and make the
-# file executable. If COMMENT is supplied, it is inserted after the
-# '#!' sequence but before initialization text begins. After this
-# macro, additional text can be appended to FILE to form the body of
-# the child script. The macro ends with non-zero status if the
-# file could not be fully written (such as if the disk is full).
-m4_ifdef([AS_INIT_GENERATED],
-[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
-[m4_defun([_LT_GENERATED_FILE_INIT],
-[m4_require([AS_PREPARE])]dnl
-[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
-[lt_write_fail=0
-cat >$1 <<_ASEOF || lt_write_fail=1
-#! $SHELL
-# Generated by $as_me.
-$2
-SHELL=\${CONFIG_SHELL-$SHELL}
-export SHELL
-_ASEOF
-cat >>$1 <<\_ASEOF || lt_write_fail=1
-AS_SHELL_SANITIZE
-_AS_PREPARE
-exec AS_MESSAGE_FD>&1
-_ASEOF
-test 0 = "$lt_write_fail" && chmod +x $1[]dnl
-m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
-
-# LT_OUTPUT
-# ---------
-# This macro allows early generation of the libtool script (before
-# AC_OUTPUT is called), incase it is used in configure for compilation
-# tests.
-AC_DEFUN([LT_OUTPUT],
-[: ${CONFIG_LT=./config.lt}
-AC_MSG_NOTICE([creating $CONFIG_LT])
-_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
-[# Run this file to recreate a libtool stub with the current configuration.])
-
-cat >>"$CONFIG_LT" <<\_LTEOF
-lt_cl_silent=false
-exec AS_MESSAGE_LOG_FD>>config.log
-{
- echo
- AS_BOX([Running $as_me.])
-} >&AS_MESSAGE_LOG_FD
-
-lt_cl_help="\
-'$as_me' creates a local libtool stub from the current configuration,
-for use in further configure time tests before the real libtool is
-generated.
-
-Usage: $[0] [[OPTIONS]]
-
- -h, --help print this help, then exit
- -V, --version print version number, then exit
- -q, --quiet do not print progress messages
- -d, --debug don't remove temporary files
-
-Report bugs to <bug-libtool@gnu.org>."
-
-lt_cl_version="\
-m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
-m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
-configured by $[0], generated by m4_PACKAGE_STRING.
-
-Copyright (C) 2011 Free Software Foundation, Inc.
-This config.lt script is free software; the Free Software Foundation
-gives unlimited permision to copy, distribute and modify it."
-
-while test 0 != $[#]
-do
- case $[1] in
- --version | --v* | -V )
- echo "$lt_cl_version"; exit 0 ;;
- --help | --h* | -h )
- echo "$lt_cl_help"; exit 0 ;;
- --debug | --d* | -d )
- debug=: ;;
- --quiet | --q* | --silent | --s* | -q )
- lt_cl_silent=: ;;
-
- -*) AC_MSG_ERROR([unrecognized option: $[1]
-Try '$[0] --help' for more information.]) ;;
-
- *) AC_MSG_ERROR([unrecognized argument: $[1]
-Try '$[0] --help' for more information.]) ;;
- esac
- shift
-done
-
-if $lt_cl_silent; then
- exec AS_MESSAGE_FD>/dev/null
-fi
-_LTEOF
-
-cat >>"$CONFIG_LT" <<_LTEOF
-_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
-_LTEOF
-
-cat >>"$CONFIG_LT" <<\_LTEOF
-AC_MSG_NOTICE([creating $ofile])
-_LT_OUTPUT_LIBTOOL_COMMANDS
-AS_EXIT(0)
-_LTEOF
-chmod +x "$CONFIG_LT"
-
-# configure is writing to config.log, but config.lt does its own redirection,
-# appending to config.log, which fails on DOS, as config.log is still kept
-# open by configure. Here we exec the FD to /dev/null, effectively closing
-# config.log, so it can be properly (re)opened and appended to by config.lt.
-lt_cl_success=:
-test yes = "$silent" &&
- lt_config_lt_args="$lt_config_lt_args --quiet"
-exec AS_MESSAGE_LOG_FD>/dev/null
-$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
-exec AS_MESSAGE_LOG_FD>>config.log
-$lt_cl_success || AS_EXIT(1)
-])# LT_OUTPUT
-
-
-# _LT_CONFIG(TAG)
-# ---------------
-# If TAG is the built-in tag, create an initial libtool script with a
-# default configuration from the untagged config vars. Otherwise add code
-# to config.status for appending the configuration named by TAG from the
-# matching tagged config vars.
-m4_defun([_LT_CONFIG],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-_LT_CONFIG_SAVE_COMMANDS([
- m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
- m4_if(_LT_TAG, [C], [
- # See if we are running on zsh, and set the options that allow our
- # commands through without removal of \ escapes.
- if test -n "${ZSH_VERSION+set}"; then
- setopt NO_GLOB_SUBST
- fi
-
- cfgfile=${ofile}T
- trap "$RM \"$cfgfile\"; exit 1" 1 2 15
- $RM "$cfgfile"
-
- cat <<_LT_EOF >> "$cfgfile"
-#! $SHELL
-# Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
-_LT_COPYING
-_LT_LIBTOOL_TAGS
-
-# Configured defaults for sys_lib_dlsearch_path munging.
-: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
-
-# ### BEGIN LIBTOOL CONFIG
-_LT_LIBTOOL_CONFIG_VARS
-_LT_LIBTOOL_TAG_VARS
-# ### END LIBTOOL CONFIG
-
-_LT_EOF
-
- cat <<'_LT_EOF' >> "$cfgfile"
-
-# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
-
-_LT_PREPARE_MUNGE_PATH_LIST
-_LT_PREPARE_CC_BASENAME
-
-# ### END FUNCTIONS SHARED WITH CONFIGURE
-
-_LT_EOF
-
- case $host_os in
- aix3*)
- cat <<\_LT_EOF >> "$cfgfile"
-# AIX sometimes has problems with the GCC collect2 program. For some
-# reason, if we set the COLLECT_NAMES environment variable, the problems
-# vanish in a puff of smoke.
-if test set != "${COLLECT_NAMES+set}"; then
- COLLECT_NAMES=
- export COLLECT_NAMES
-fi
-_LT_EOF
- ;;
- esac
-
- _LT_PROG_LTMAIN
-
- # We use sed instead of cat because bash on DJGPP gets confused if
- # if finds mixed CR/LF and LF-only lines. Since sed operates in
- # text mode, it properly converts lines to CR/LF. This bash problem
- # is reportedly fixed, but why not run on old versions too?
- sed '$q' "$ltmain" >> "$cfgfile" \
- || (rm -f "$cfgfile"; exit 1)
-
- mv -f "$cfgfile" "$ofile" ||
- (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
- chmod +x "$ofile"
-],
-[cat <<_LT_EOF >> "$ofile"
-
-dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
-dnl in a comment (ie after a #).
-# ### BEGIN LIBTOOL TAG CONFIG: $1
-_LT_LIBTOOL_TAG_VARS(_LT_TAG)
-# ### END LIBTOOL TAG CONFIG: $1
-_LT_EOF
-])dnl /m4_if
-],
-[m4_if([$1], [], [
- PACKAGE='$PACKAGE'
- VERSION='$VERSION'
- RM='$RM'
- ofile='$ofile'], [])
-])dnl /_LT_CONFIG_SAVE_COMMANDS
-])# _LT_CONFIG
-
-
-# LT_SUPPORTED_TAG(TAG)
-# ---------------------
-# Trace this macro to discover what tags are supported by the libtool
-# --tag option, using:
-# autoconf --trace 'LT_SUPPORTED_TAG:$1'
-AC_DEFUN([LT_SUPPORTED_TAG], [])
-
-
-# C support is built-in for now
-m4_define([_LT_LANG_C_enabled], [])
-m4_define([_LT_TAGS], [])
-
-
-# LT_LANG(LANG)
-# -------------
-# Enable libtool support for the given language if not already enabled.
-AC_DEFUN([LT_LANG],
-[AC_BEFORE([$0], [LT_OUTPUT])dnl
-m4_case([$1],
- [C], [_LT_LANG(C)],
- [C++], [_LT_LANG(CXX)],
- [Go], [_LT_LANG(GO)],
- [Java], [_LT_LANG(GCJ)],
- [Fortran 77], [_LT_LANG(F77)],
- [Fortran], [_LT_LANG(FC)],
- [Windows Resource], [_LT_LANG(RC)],
- [m4_ifdef([_LT_LANG_]$1[_CONFIG],
- [_LT_LANG($1)],
- [m4_fatal([$0: unsupported language: "$1"])])])dnl
-])# LT_LANG
-
-
-# _LT_LANG(LANGNAME)
-# ------------------
-m4_defun([_LT_LANG],
-[m4_ifdef([_LT_LANG_]$1[_enabled], [],
- [LT_SUPPORTED_TAG([$1])dnl
- m4_append([_LT_TAGS], [$1 ])dnl
- m4_define([_LT_LANG_]$1[_enabled], [])dnl
- _LT_LANG_$1_CONFIG($1)])dnl
-])# _LT_LANG
-
-
-m4_ifndef([AC_PROG_GO], [
-############################################################
-# NOTE: This macro has been submitted for inclusion into #
-# GNU Autoconf as AC_PROG_GO. When it is available in #
-# a released version of Autoconf we should remove this #
-# macro and use it instead. #
-############################################################
-m4_defun([AC_PROG_GO],
-[AC_LANG_PUSH(Go)dnl
-AC_ARG_VAR([GOC], [Go compiler command])dnl
-AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
-_AC_ARG_VAR_LDFLAGS()dnl
-AC_CHECK_TOOL(GOC, gccgo)
-if test -z "$GOC"; then
- if test -n "$ac_tool_prefix"; then
- AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
- fi
-fi
-if test -z "$GOC"; then
- AC_CHECK_PROG(GOC, gccgo, gccgo, false)
-fi
-])#m4_defun
-])#m4_ifndef
-
-
-# _LT_LANG_DEFAULT_CONFIG
-# -----------------------
-m4_defun([_LT_LANG_DEFAULT_CONFIG],
-[AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [LT_LANG(CXX)],
- [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
-
-AC_PROVIDE_IFELSE([AC_PROG_F77],
- [LT_LANG(F77)],
- [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
-
-AC_PROVIDE_IFELSE([AC_PROG_FC],
- [LT_LANG(FC)],
- [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
-
-dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
-dnl pulling things in needlessly.
-AC_PROVIDE_IFELSE([AC_PROG_GCJ],
- [LT_LANG(GCJ)],
- [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
- [LT_LANG(GCJ)],
- [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
- [LT_LANG(GCJ)],
- [m4_ifdef([AC_PROG_GCJ],
- [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
- m4_ifdef([A][M_PROG_GCJ],
- [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
- m4_ifdef([LT_PROG_GCJ],
- [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
-
-AC_PROVIDE_IFELSE([AC_PROG_GO],
- [LT_LANG(GO)],
- [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
-
-AC_PROVIDE_IFELSE([LT_PROG_RC],
- [LT_LANG(RC)],
- [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
-])# _LT_LANG_DEFAULT_CONFIG
-
-# Obsolete macros:
-AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
-AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
-AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
-AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
-AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
-dnl AC_DEFUN([AC_LIBTOOL_F77], [])
-dnl AC_DEFUN([AC_LIBTOOL_FC], [])
-dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
-dnl AC_DEFUN([AC_LIBTOOL_RC], [])
-
-
-# _LT_TAG_COMPILER
-# ----------------
-m4_defun([_LT_TAG_COMPILER],
-[AC_REQUIRE([AC_PROG_CC])dnl
-
-_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
-_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
-_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
-_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
-
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
-
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
-
-# Allow CC to be a program name with arguments.
-compiler=$CC
-])# _LT_TAG_COMPILER
-
-
-# _LT_COMPILER_BOILERPLATE
-# ------------------------
-# Check for compiler boilerplate output or warnings with
-# the simple compiler test code.
-m4_defun([_LT_COMPILER_BOILERPLATE],
-[m4_require([_LT_DECL_SED])dnl
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
-])# _LT_COMPILER_BOILERPLATE
-
-
-# _LT_LINKER_BOILERPLATE
-# ----------------------
-# Check for linker boilerplate output or warnings with
-# the simple link test code.
-m4_defun([_LT_LINKER_BOILERPLATE],
-[m4_require([_LT_DECL_SED])dnl
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
-])# _LT_LINKER_BOILERPLATE
-
-# _LT_REQUIRED_DARWIN_CHECKS
-# -------------------------
-m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
- case $host_os in
- rhapsody* | darwin*)
- AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
- AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
- AC_CHECK_TOOL([LIPO], [lipo], [:])
- AC_CHECK_TOOL([OTOOL], [otool], [:])
- AC_CHECK_TOOL([OTOOL64], [otool64], [:])
- _LT_DECL([], [DSYMUTIL], [1],
- [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
- _LT_DECL([], [NMEDIT], [1],
- [Tool to change global to local symbols on Mac OS X])
- _LT_DECL([], [LIPO], [1],
- [Tool to manipulate fat objects and archives on Mac OS X])
- _LT_DECL([], [OTOOL], [1],
- [ldd/readelf like tool for Mach-O binaries on Mac OS X])
- _LT_DECL([], [OTOOL64], [1],
- [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
-
- AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
- [lt_cv_apple_cc_single_mod=no
- if test -z "$LT_MULTI_MODULE"; then
- # By default we will add the -single_module flag. You can override
- # by either setting the environment variable LT_MULTI_MODULE
- # non-empty at configure time, or by adding -multi_module to the
- # link flags.
- rm -rf libconftest.dylib*
- echo "int foo(void){return 1;}" > conftest.c
- echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
--dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
- $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
- -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
- _lt_result=$?
- # If there is a non-empty error log, and "single_module"
- # appears in it, assume the flag caused a linker warning
- if test -s conftest.err && $GREP single_module conftest.err; then
- cat conftest.err >&AS_MESSAGE_LOG_FD
- # Otherwise, if the output was created with a 0 exit code from
- # the compiler, it worked.
- elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
- lt_cv_apple_cc_single_mod=yes
- else
- cat conftest.err >&AS_MESSAGE_LOG_FD
- fi
- rm -rf libconftest.dylib*
- rm -f conftest.*
- fi])
-
- AC_CACHE_CHECK([for -exported_symbols_list linker flag],
- [lt_cv_ld_exported_symbols_list],
- [lt_cv_ld_exported_symbols_list=no
- save_LDFLAGS=$LDFLAGS
- echo "_main" > conftest.sym
- LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
- AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
- [lt_cv_ld_exported_symbols_list=yes],
- [lt_cv_ld_exported_symbols_list=no])
- LDFLAGS=$save_LDFLAGS
- ])
-
- AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
- [lt_cv_ld_force_load=no
- cat > conftest.c << _LT_EOF
-int forced_loaded() { return 2;}
-_LT_EOF
- echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
- $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
- echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
- $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
- echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
- $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
- cat > conftest.c << _LT_EOF
-int main() { return 0;}
-_LT_EOF
- echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
- $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
- _lt_result=$?
- if test -s conftest.err && $GREP force_load conftest.err; then
- cat conftest.err >&AS_MESSAGE_LOG_FD
- elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
- lt_cv_ld_force_load=yes
- else
- cat conftest.err >&AS_MESSAGE_LOG_FD
- fi
- rm -f conftest.err libconftest.a conftest conftest.c
- rm -rf conftest.dSYM
- ])
- case $host_os in
- rhapsody* | darwin1.[[012]])
- _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
- darwin1.*)
- _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
- darwin*) # darwin 5.x on
- # if running on 10.5 or later, the deployment target defaults
- # to the OS version, if on x86, and 10.4, the deployment
- # target defaults to 10.4. Don't you love it?
- case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
- 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
- _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
- 10.[[012]][[,.]]*)
- _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
- 10.*)
- _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
- esac
- ;;
- esac
- if test yes = "$lt_cv_apple_cc_single_mod"; then
- _lt_dar_single_mod='$single_module'
- fi
- if test yes = "$lt_cv_ld_exported_symbols_list"; then
- _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
- else
- _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
- fi
- if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
- _lt_dsymutil='~$DSYMUTIL $lib || :'
- else
- _lt_dsymutil=
- fi
- ;;
- esac
-])
-
-
-# _LT_DARWIN_LINKER_FEATURES([TAG])
-# ---------------------------------
-# Checks for linker and compiler features on darwin
-m4_defun([_LT_DARWIN_LINKER_FEATURES],
-[
- m4_require([_LT_REQUIRED_DARWIN_CHECKS])
- _LT_TAGVAR(archive_cmds_need_lc, $1)=no
- _LT_TAGVAR(hardcode_direct, $1)=no
- _LT_TAGVAR(hardcode_automatic, $1)=yes
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
- if test yes = "$lt_cv_ld_force_load"; then
- _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
- [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
- else
- _LT_TAGVAR(whole_archive_flag_spec, $1)=''
- fi
- _LT_TAGVAR(link_all_deplibs, $1)=yes
- _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined
- case $cc_basename in
- ifort*|nagfor*) _lt_dar_can_shared=yes ;;
- *) _lt_dar_can_shared=$GCC ;;
- esac
- if test yes = "$_lt_dar_can_shared"; then
- output_verbose_link_cmd=func_echo_all
- _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
- _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
- _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
- _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
- m4_if([$1], [CXX],
-[ if test yes != "$lt_cv_apple_cc_single_mod"; then
- _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
- _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
- fi
-],[])
- else
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
-])
-
-# _LT_SYS_MODULE_PATH_AIX([TAGNAME])
-# ----------------------------------
-# Links a minimal program and checks the executable
-# for the system default hardcoded library path. In most cases,
-# this is /usr/lib:/lib, but when the MPI compilers are used
-# the location of the communication and MPI libs are included too.
-# If we don't find anything, use the default library path according
-# to the aix ld manual.
-# Store the results from the different compilers for each TAGNAME.
-# Allow to override them for all tags through lt_cv_aix_libpath.
-m4_defun([_LT_SYS_MODULE_PATH_AIX],
-[m4_require([_LT_DECL_SED])dnl
-if test set = "${lt_cv_aix_libpath+set}"; then
- aix_libpath=$lt_cv_aix_libpath
-else
- AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
- [AC_LINK_IFELSE([AC_LANG_PROGRAM],[
- lt_aix_libpath_sed='[
- /Import File Strings/,/^$/ {
- /^0/ {
- s/^0 *\([^ ]*\) *$/\1/
- p
- }
- }]'
- _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
- # Check for a 64-bit object if we didn't find anything.
- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
- _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
- fi],[])
- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
- _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib
- fi
- ])
- aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
-fi
-])# _LT_SYS_MODULE_PATH_AIX
-
-
-# _LT_SHELL_INIT(ARG)
-# -------------------
-m4_define([_LT_SHELL_INIT],
-[m4_divert_text([M4SH-INIT], [$1
-])])# _LT_SHELL_INIT
-
-
-
-# _LT_PROG_ECHO_BACKSLASH
-# -----------------------
-# Find how we can fake an echo command that does not interpret backslash.
-# In particular, with Autoconf 2.60 or later we add some code to the start
-# of the generated configure script that will find a shell with a builtin
-# printf (that we can use as an echo command).
-m4_defun([_LT_PROG_ECHO_BACKSLASH],
-[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
-
-AC_MSG_CHECKING([how to print strings])
-# Test print first, because it will be a builtin if present.
-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
- test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
- ECHO='print -r --'
-elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
- ECHO='printf %s\n'
-else
- # Use this function as a fallback that always works.
- func_fallback_echo ()
- {
- eval 'cat <<_LTECHO_EOF
-$[]1
-_LTECHO_EOF'
- }
- ECHO='func_fallback_echo'
-fi
-
-# func_echo_all arg...
-# Invoke $ECHO with all args, space-separated.
-func_echo_all ()
-{
- $ECHO "$*"
-}
-
-case $ECHO in
- printf*) AC_MSG_RESULT([printf]) ;;
- print*) AC_MSG_RESULT([print -r]) ;;
- *) AC_MSG_RESULT([cat]) ;;
-esac
-
-m4_ifdef([_AS_DETECT_SUGGESTED],
-[_AS_DETECT_SUGGESTED([
- test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
- ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
- ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
- ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
- PATH=/empty FPATH=/empty; export PATH FPATH
- test "X`printf %s $ECHO`" = "X$ECHO" \
- || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
-
-_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
-_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
-])# _LT_PROG_ECHO_BACKSLASH
-
-
-# _LT_WITH_SYSROOT
-# ----------------
-AC_DEFUN([_LT_WITH_SYSROOT],
-[AC_MSG_CHECKING([for sysroot])
-AC_ARG_WITH([sysroot],
-[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
- [Search for dependent libraries within DIR (or the compiler's sysroot
- if not specified).])],
-[], [with_sysroot=no])
-
-dnl lt_sysroot will always be passed unquoted. We quote it here
-dnl in case the user passed a directory name.
-lt_sysroot=
-case $with_sysroot in #(
- yes)
- if test yes = "$GCC"; then
- lt_sysroot=`$CC --print-sysroot 2>/dev/null`
- fi
- ;; #(
- /*)
- lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
- ;; #(
- no|'')
- ;; #(
- *)
- AC_MSG_RESULT([$with_sysroot])
- AC_MSG_ERROR([The sysroot must be an absolute path.])
- ;;
-esac
-
- AC_MSG_RESULT([${lt_sysroot:-no}])
-_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
-[dependent libraries, and where our libraries should be installed.])])
-
-# _LT_ENABLE_LOCK
-# ---------------
-m4_defun([_LT_ENABLE_LOCK],
-[AC_ARG_ENABLE([libtool-lock],
- [AS_HELP_STRING([--disable-libtool-lock],
- [avoid locking (might break parallel builds)])])
-test no = "$enable_libtool_lock" || enable_libtool_lock=yes
-
-# Some flags need to be propagated to the compiler or linker for good
-# libtool support.
-case $host in
-ia64-*-hpux*)
- # Find out what ABI is being produced by ac_compile, and set mode
- # options accordingly.
- echo 'int i;' > conftest.$ac_ext
- if AC_TRY_EVAL(ac_compile); then
- case `/usr/bin/file conftest.$ac_objext` in
- *ELF-32*)
- HPUX_IA64_MODE=32
- ;;
- *ELF-64*)
- HPUX_IA64_MODE=64
- ;;
- esac
- fi
- rm -rf conftest*
- ;;
-*-*-irix6*)
- # Find out what ABI is being produced by ac_compile, and set linker
- # options accordingly.
- echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
- if AC_TRY_EVAL(ac_compile); then
- if test yes = "$lt_cv_prog_gnu_ld"; then
- case `/usr/bin/file conftest.$ac_objext` in
- *32-bit*)
- LD="${LD-ld} -melf32bsmip"
- ;;
- *N32*)
- LD="${LD-ld} -melf32bmipn32"
- ;;
- *64-bit*)
- LD="${LD-ld} -melf64bmip"
- ;;
- esac
- else
- case `/usr/bin/file conftest.$ac_objext` in
- *32-bit*)
- LD="${LD-ld} -32"
- ;;
- *N32*)
- LD="${LD-ld} -n32"
- ;;
- *64-bit*)
- LD="${LD-ld} -64"
- ;;
- esac
- fi
- fi
- rm -rf conftest*
- ;;
-
-mips64*-*linux*)
- # Find out what ABI is being produced by ac_compile, and set linker
- # options accordingly.
- echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
- if AC_TRY_EVAL(ac_compile); then
- emul=elf
- case `/usr/bin/file conftest.$ac_objext` in
- *32-bit*)
- emul="${emul}32"
- ;;
- *64-bit*)
- emul="${emul}64"
- ;;
- esac
- case `/usr/bin/file conftest.$ac_objext` in
- *MSB*)
- emul="${emul}btsmip"
- ;;
- *LSB*)
- emul="${emul}ltsmip"
- ;;
- esac
- case `/usr/bin/file conftest.$ac_objext` in
- *N32*)
- emul="${emul}n32"
- ;;
- esac
- LD="${LD-ld} -m $emul"
- fi
- rm -rf conftest*
- ;;
-
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
-s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
- # Find out what ABI is being produced by ac_compile, and set linker
- # options accordingly. Note that the listed cases only cover the
- # situations where additional linker options are needed (such as when
- # doing 32-bit compilation for a host where ld defaults to 64-bit, or
- # vice versa); the common cases where no linker options are needed do
- # not appear in the list.
- echo 'int i;' > conftest.$ac_ext
- if AC_TRY_EVAL(ac_compile); then
- case `/usr/bin/file conftest.o` in
- *32-bit*)
- case $host in
- x86_64-*kfreebsd*-gnu)
- LD="${LD-ld} -m elf_i386_fbsd"
- ;;
- x86_64-*linux*)
- case `/usr/bin/file conftest.o` in
- *x86-64*)
- LD="${LD-ld} -m elf32_x86_64"
- ;;
- *)
- LD="${LD-ld} -m elf_i386"
- ;;
- esac
- ;;
- powerpc64le-*linux*)
- LD="${LD-ld} -m elf32lppclinux"
- ;;
- powerpc64-*linux*)
- LD="${LD-ld} -m elf32ppclinux"
- ;;
- s390x-*linux*)
- LD="${LD-ld} -m elf_s390"
- ;;
- sparc64-*linux*)
- LD="${LD-ld} -m elf32_sparc"
- ;;
- esac
- ;;
- *64-bit*)
- case $host in
- x86_64-*kfreebsd*-gnu)
- LD="${LD-ld} -m elf_x86_64_fbsd"
- ;;
- x86_64-*linux*)
- LD="${LD-ld} -m elf_x86_64"
- ;;
- powerpcle-*linux*)
- LD="${LD-ld} -m elf64lppc"
- ;;
- powerpc-*linux*)
- LD="${LD-ld} -m elf64ppc"
- ;;
- s390*-*linux*|s390*-*tpf*)
- LD="${LD-ld} -m elf64_s390"
- ;;
- sparc*-*linux*)
- LD="${LD-ld} -m elf64_sparc"
- ;;
- esac
- ;;
- esac
- fi
- rm -rf conftest*
- ;;
-
-*-*-sco3.2v5*)
- # On SCO OpenServer 5, we need -belf to get full-featured binaries.
- SAVE_CFLAGS=$CFLAGS
- CFLAGS="$CFLAGS -belf"
- AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
- [AC_LANG_PUSH(C)
- AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
- AC_LANG_POP])
- if test yes != "$lt_cv_cc_needs_belf"; then
- # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
- CFLAGS=$SAVE_CFLAGS
- fi
- ;;
-*-*solaris*)
- # Find out what ABI is being produced by ac_compile, and set linker
- # options accordingly.
- echo 'int i;' > conftest.$ac_ext
- if AC_TRY_EVAL(ac_compile); then
- case `/usr/bin/file conftest.o` in
- *64-bit*)
- case $lt_cv_prog_gnu_ld in
- yes*)
- case $host in
- i?86-*-solaris*|x86_64-*-solaris*)
- LD="${LD-ld} -m elf_x86_64"
- ;;
- sparc*-*-solaris*)
- LD="${LD-ld} -m elf64_sparc"
- ;;
- esac
- # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
- if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
- LD=${LD-ld}_sol2
- fi
- ;;
- *)
- if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
- LD="${LD-ld} -64"
- fi
- ;;
- esac
- ;;
- esac
- fi
- rm -rf conftest*
- ;;
-esac
-
-need_locks=$enable_libtool_lock
-])# _LT_ENABLE_LOCK
-
-
-# _LT_PROG_AR
-# -----------
-m4_defun([_LT_PROG_AR],
-[AC_CHECK_TOOLS(AR, [ar], false)
-: ${AR=ar}
-: ${AR_FLAGS=cru}
-_LT_DECL([], [AR], [1], [The archiver])
-_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
-
-AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
- [lt_cv_ar_at_file=no
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
- [echo conftest.$ac_objext > conftest.lst
- lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
- AC_TRY_EVAL([lt_ar_try])
- if test 0 -eq "$ac_status"; then
- # Ensure the archiver fails upon bogus file names.
- rm -f conftest.$ac_objext libconftest.a
- AC_TRY_EVAL([lt_ar_try])
- if test 0 -ne "$ac_status"; then
- lt_cv_ar_at_file=@
- fi
- fi
- rm -f conftest.* libconftest.a
- ])
- ])
-
-if test no = "$lt_cv_ar_at_file"; then
- archiver_list_spec=
-else
- archiver_list_spec=$lt_cv_ar_at_file
-fi
-_LT_DECL([], [archiver_list_spec], [1],
- [How to feed a file listing to the archiver])
-])# _LT_PROG_AR
-
-
-# _LT_CMD_OLD_ARCHIVE
-# -------------------
-m4_defun([_LT_CMD_OLD_ARCHIVE],
-[_LT_PROG_AR
-
-AC_CHECK_TOOL(STRIP, strip, :)
-test -z "$STRIP" && STRIP=:
-_LT_DECL([], [STRIP], [1], [A symbol stripping program])
-
-AC_CHECK_TOOL(RANLIB, ranlib, :)
-test -z "$RANLIB" && RANLIB=:
-_LT_DECL([], [RANLIB], [1],
- [Commands used to install an old-style archive])
-
-# Determine commands to create old-style static archives.
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
-old_postinstall_cmds='chmod 644 $oldlib'
-old_postuninstall_cmds=
-
-if test -n "$RANLIB"; then
- case $host_os in
- bitrig* | openbsd*)
- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
- ;;
- *)
- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
- ;;
- esac
- old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
-fi
-
-case $host_os in
- darwin*)
- lock_old_archive_extraction=yes ;;
- *)
- lock_old_archive_extraction=no ;;
-esac
-_LT_DECL([], [old_postinstall_cmds], [2])
-_LT_DECL([], [old_postuninstall_cmds], [2])
-_LT_TAGDECL([], [old_archive_cmds], [2],
- [Commands used to build an old-style archive])
-_LT_DECL([], [lock_old_archive_extraction], [0],
- [Whether to use a lock for old archive extraction])
-])# _LT_CMD_OLD_ARCHIVE
-
-
-# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
-# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
-# ----------------------------------------------------------------
-# Check whether the given compiler option works
-AC_DEFUN([_LT_COMPILER_OPTION],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_SED])dnl
-AC_CACHE_CHECK([$1], [$2],
- [$2=no
- m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
- echo "$lt_simple_compile_test_code" > conftest.$ac_ext
- lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment
- # Insert the option either (1) after the last *FLAGS variable, or
- # (2) before a word containing "conftest.", or (3) at the end.
- # Note that $ac_compile itself does not contain backslashes and begins
- # with a dollar sign (not a hyphen), so the echo should work correctly.
- # The option is referenced via a variable to avoid confusing sed.
- lt_compile=`echo "$ac_compile" | $SED \
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
- -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
- -e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
- (eval "$lt_compile" 2>conftest.err)
- ac_status=$?
- cat conftest.err >&AS_MESSAGE_LOG_FD
- echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
- if (exit $ac_status) && test -s "$ac_outfile"; then
- # The compiler can only warn and ignore the option if not recognized
- # So say no if there are warnings other than the usual output.
- $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
- $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
- if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
- $2=yes
- fi
- fi
- $RM conftest*
-])
-
-if test yes = "[$]$2"; then
- m4_if([$5], , :, [$5])
-else
- m4_if([$6], , :, [$6])
-fi
-])# _LT_COMPILER_OPTION
-
-# Old name:
-AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
-
-
-# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
-# [ACTION-SUCCESS], [ACTION-FAILURE])
-# ----------------------------------------------------
-# Check whether the given linker option works
-AC_DEFUN([_LT_LINKER_OPTION],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_SED])dnl
-AC_CACHE_CHECK([$1], [$2],
- [$2=no
- save_LDFLAGS=$LDFLAGS
- LDFLAGS="$LDFLAGS $3"
- echo "$lt_simple_link_test_code" > conftest.$ac_ext
- if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
- # The linker can only warn and ignore the option if not recognized
- # So say no if there are warnings
- if test -s conftest.err; then
- # Append any errors to the config.log.
- cat conftest.err 1>&AS_MESSAGE_LOG_FD
- $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
- $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
- if diff conftest.exp conftest.er2 >/dev/null; then
- $2=yes
- fi
- else
- $2=yes
- fi
- fi
- $RM -r conftest*
- LDFLAGS=$save_LDFLAGS
-])
-
-if test yes = "[$]$2"; then
- m4_if([$4], , :, [$4])
-else
- m4_if([$5], , :, [$5])
-fi
-])# _LT_LINKER_OPTION
-
-# Old name:
-AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
-
-
-# LT_CMD_MAX_LEN
-#---------------
-AC_DEFUN([LT_CMD_MAX_LEN],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-# find the maximum length of command line arguments
-AC_MSG_CHECKING([the maximum length of command line arguments])
-AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
- i=0
- teststring=ABCD
-
- case $build_os in
- msdosdjgpp*)
- # On DJGPP, this test can blow up pretty badly due to problems in libc
- # (any single argument exceeding 2000 bytes causes a buffer overrun
- # during glob expansion). Even if it were fixed, the result of this
- # check would be larger than it should be.
- lt_cv_sys_max_cmd_len=12288; # 12K is about right
- ;;
-
- gnu*)
- # Under GNU Hurd, this test is not required because there is
- # no limit to the length of command line arguments.
- # Libtool will interpret -1 as no limit whatsoever
- lt_cv_sys_max_cmd_len=-1;
- ;;
-
- cygwin* | mingw* | cegcc*)
- # On Win9x/ME, this test blows up -- it succeeds, but takes
- # about 5 minutes as the teststring grows exponentially.
- # Worse, since 9x/ME are not pre-emptively multitasking,
- # you end up with a "frozen" computer, even though with patience
- # the test eventually succeeds (with a max line length of 256k).
- # Instead, let's just punt: use the minimum linelength reported by
- # all of the supported platforms: 8192 (on NT/2K/XP).
- lt_cv_sys_max_cmd_len=8192;
- ;;
-
- mint*)
- # On MiNT this can take a long time and run out of memory.
- lt_cv_sys_max_cmd_len=8192;
- ;;
-
- amigaos*)
- # On AmigaOS with pdksh, this test takes hours, literally.
- # So we just punt and use a minimum line length of 8192.
- lt_cv_sys_max_cmd_len=8192;
- ;;
-
- bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
- # This has been around since 386BSD, at least. Likely further.
- if test -x /sbin/sysctl; then
- lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
- elif test -x /usr/sbin/sysctl; then
- lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
- else
- lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
- fi
- # And add a safety zone
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
- ;;
-
- interix*)
- # We know the value 262144 and hardcode it with a safety zone (like BSD)
- lt_cv_sys_max_cmd_len=196608
- ;;
-
- os2*)
- # The test takes a long time on OS/2.
- lt_cv_sys_max_cmd_len=8192
- ;;
-
- osf*)
- # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
- # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
- # nice to cause kernel panics so lets avoid the loop below.
- # First set a reasonable default.
- lt_cv_sys_max_cmd_len=16384
- #
- if test -x /sbin/sysconfig; then
- case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
- *1*) lt_cv_sys_max_cmd_len=-1 ;;
- esac
- fi
- ;;
- sco3.2v5*)
- lt_cv_sys_max_cmd_len=102400
- ;;
- sysv5* | sco5v6* | sysv4.2uw2*)
- kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
- if test -n "$kargmax"; then
- lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
- else
- lt_cv_sys_max_cmd_len=32768
- fi
- ;;
- *)
- lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
- if test -n "$lt_cv_sys_max_cmd_len" && \
- test undefined != "$lt_cv_sys_max_cmd_len"; then
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
- else
- # Make teststring a little bigger before we do anything with it.
- # a 1K string should be a reasonable start.
- for i in 1 2 3 4 5 6 7 8; do
- teststring=$teststring$teststring
- done
- SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
- # If test is not a shell built-in, we'll probably end up computing a
- # maximum length that is only half of the actual maximum length, but
- # we can't tell.
- while { test X`env echo "$teststring$teststring" 2>/dev/null` \
- = "X$teststring$teststring"; } >/dev/null 2>&1 &&
- test 17 != "$i" # 1/2 MB should be enough
- do
- i=`expr $i + 1`
- teststring=$teststring$teststring
- done
- # Only check the string length outside the loop.
- lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
- teststring=
- # Add a significant safety factor because C++ compilers can tack on
- # massive amounts of additional arguments before passing them to the
- # linker. It appears as though 1/2 is a usable value.
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
- fi
- ;;
- esac
-])
-if test -n "$lt_cv_sys_max_cmd_len"; then
- AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
-else
- AC_MSG_RESULT(none)
-fi
-max_cmd_len=$lt_cv_sys_max_cmd_len
-_LT_DECL([], [max_cmd_len], [0],
- [What is the maximum length of a command?])
-])# LT_CMD_MAX_LEN
-
-# Old name:
-AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
-
-
-# _LT_HEADER_DLFCN
-# ----------------
-m4_defun([_LT_HEADER_DLFCN],
-[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
-])# _LT_HEADER_DLFCN
-
-
-# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
-# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
-# ----------------------------------------------------------------
-m4_defun([_LT_TRY_DLOPEN_SELF],
-[m4_require([_LT_HEADER_DLFCN])dnl
-if test yes = "$cross_compiling"; then :
- [$4]
-else
- lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
- lt_status=$lt_dlunknown
- cat > conftest.$ac_ext <<_LT_EOF
-[#line $LINENO "configure"
-#include "confdefs.h"
-
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
-#include <stdio.h>
-
-#ifdef RTLD_GLOBAL
-# define LT_DLGLOBAL RTLD_GLOBAL
-#else
-# ifdef DL_GLOBAL
-# define LT_DLGLOBAL DL_GLOBAL
-# else
-# define LT_DLGLOBAL 0
-# endif
-#endif
-
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
- find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-# ifdef RTLD_LAZY
-# define LT_DLLAZY_OR_NOW RTLD_LAZY
-# else
-# ifdef DL_LAZY
-# define LT_DLLAZY_OR_NOW DL_LAZY
-# else
-# ifdef RTLD_NOW
-# define LT_DLLAZY_OR_NOW RTLD_NOW
-# else
-# ifdef DL_NOW
-# define LT_DLLAZY_OR_NOW DL_NOW
-# else
-# define LT_DLLAZY_OR_NOW 0
-# endif
-# endif
-# endif
-# endif
-#endif
-
-/* When -fvisibility=hidden is used, assume the code has been annotated
- correspondingly for the symbols needed. */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-
-int fnord () { return 42; }
-int main ()
-{
- void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
- int status = $lt_dlunknown;
-
- if (self)
- {
- if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
- else
- {
- if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
- else puts (dlerror ());
- }
- /* dlclose (self); */
- }
- else
- puts (dlerror ());
-
- return status;
-}]
-_LT_EOF
- if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
- (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
- lt_status=$?
- case x$lt_status in
- x$lt_dlno_uscore) $1 ;;
- x$lt_dlneed_uscore) $2 ;;
- x$lt_dlunknown|x*) $3 ;;
- esac
- else :
- # compilation failed
- $3
- fi
-fi
-rm -fr conftest*
-])# _LT_TRY_DLOPEN_SELF
-
-
-# LT_SYS_DLOPEN_SELF
-# ------------------
-AC_DEFUN([LT_SYS_DLOPEN_SELF],
-[m4_require([_LT_HEADER_DLFCN])dnl
-if test yes != "$enable_dlopen"; then
- enable_dlopen=unknown
- enable_dlopen_self=unknown
- enable_dlopen_self_static=unknown
-else
- lt_cv_dlopen=no
- lt_cv_dlopen_libs=
-
- case $host_os in
- beos*)
- lt_cv_dlopen=load_add_on
- lt_cv_dlopen_libs=
- lt_cv_dlopen_self=yes
- ;;
-
- mingw* | pw32* | cegcc*)
- lt_cv_dlopen=LoadLibrary
- lt_cv_dlopen_libs=
- ;;
-
- cygwin*)
- lt_cv_dlopen=dlopen
- lt_cv_dlopen_libs=
- ;;
-
- darwin*)
- # if libdl is installed we need to link against it
- AC_CHECK_LIB([dl], [dlopen],
- [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
- lt_cv_dlopen=dyld
- lt_cv_dlopen_libs=
- lt_cv_dlopen_self=yes
- ])
- ;;
-
- tpf*)
- # Don't try to run any link tests for TPF. We know it's impossible
- # because TPF is a cross-compiler, and we know how we open DSOs.
- lt_cv_dlopen=dlopen
- lt_cv_dlopen_libs=
- lt_cv_dlopen_self=no
- ;;
-
- *)
- AC_CHECK_FUNC([shl_load],
- [lt_cv_dlopen=shl_load],
- [AC_CHECK_LIB([dld], [shl_load],
- [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
- [AC_CHECK_FUNC([dlopen],
- [lt_cv_dlopen=dlopen],
- [AC_CHECK_LIB([dl], [dlopen],
- [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
- [AC_CHECK_LIB([svld], [dlopen],
- [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
- [AC_CHECK_LIB([dld], [dld_link],
- [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
- ])
- ])
- ])
- ])
- ])
- ;;
- esac
-
- if test no = "$lt_cv_dlopen"; then
- enable_dlopen=no
- else
- enable_dlopen=yes
- fi
-
- case $lt_cv_dlopen in
- dlopen)
- save_CPPFLAGS=$CPPFLAGS
- test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
-
- save_LDFLAGS=$LDFLAGS
- wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
-
- save_LIBS=$LIBS
- LIBS="$lt_cv_dlopen_libs $LIBS"
-
- AC_CACHE_CHECK([whether a program can dlopen itself],
- lt_cv_dlopen_self, [dnl
- _LT_TRY_DLOPEN_SELF(
- lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
- lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
- ])
-
- if test yes = "$lt_cv_dlopen_self"; then
- wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
- AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
- lt_cv_dlopen_self_static, [dnl
- _LT_TRY_DLOPEN_SELF(
- lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
- lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
- ])
- fi
-
- CPPFLAGS=$save_CPPFLAGS
- LDFLAGS=$save_LDFLAGS
- LIBS=$save_LIBS
- ;;
- esac
-
- case $lt_cv_dlopen_self in
- yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
- *) enable_dlopen_self=unknown ;;
- esac
-
- case $lt_cv_dlopen_self_static in
- yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
- *) enable_dlopen_self_static=unknown ;;
- esac
-fi
-_LT_DECL([dlopen_support], [enable_dlopen], [0],
- [Whether dlopen is supported])
-_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
- [Whether dlopen of programs is supported])
-_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
- [Whether dlopen of statically linked programs is supported])
-])# LT_SYS_DLOPEN_SELF
-
-# Old name:
-AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
-
-
-# _LT_COMPILER_C_O([TAGNAME])
-# ---------------------------
-# Check to see if options -c and -o are simultaneously supported by compiler.
-# This macro does not hard code the compiler like AC_PROG_CC_C_O.
-m4_defun([_LT_COMPILER_C_O],
-[m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_TAG_COMPILER])dnl
-AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
- [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
- [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
- $RM -r conftest 2>/dev/null
- mkdir conftest
- cd conftest
- mkdir out
- echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
- lt_compiler_flag="-o out/conftest2.$ac_objext"
- # Insert the option either (1) after the last *FLAGS variable, or
- # (2) before a word containing "conftest.", or (3) at the end.
- # Note that $ac_compile itself does not contain backslashes and begins
- # with a dollar sign (not a hyphen), so the echo should work correctly.
- lt_compile=`echo "$ac_compile" | $SED \
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
- -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
- -e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
- (eval "$lt_compile" 2>out/conftest.err)
- ac_status=$?
- cat out/conftest.err >&AS_MESSAGE_LOG_FD
- echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
- if (exit $ac_status) && test -s out/conftest2.$ac_objext
- then
- # The compiler can only warn and ignore the option if not recognized
- # So say no if there are warnings
- $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
- $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
- if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
- _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
- fi
- fi
- chmod u+w . 2>&AS_MESSAGE_LOG_FD
- $RM conftest*
- # SGI C++ compiler will create directory out/ii_files/ for
- # template instantiation
- test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
- $RM out/* && rmdir out
- cd ..
- $RM -r conftest
- $RM conftest*
-])
-_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
- [Does compiler simultaneously support -c and -o options?])
-])# _LT_COMPILER_C_O
-
-
-# _LT_COMPILER_FILE_LOCKS([TAGNAME])
-# ----------------------------------
-# Check to see if we can do hard links to lock some files if needed
-m4_defun([_LT_COMPILER_FILE_LOCKS],
-[m4_require([_LT_ENABLE_LOCK])dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-_LT_COMPILER_C_O([$1])
-
-hard_links=nottested
-if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then
- # do not overwrite the value of need_locks provided by the user
- AC_MSG_CHECKING([if we can lock with hard links])
- hard_links=yes
- $RM conftest*
- ln conftest.a conftest.b 2>/dev/null && hard_links=no
- touch conftest.a
- ln conftest.a conftest.b 2>&5 || hard_links=no
- ln conftest.a conftest.b 2>/dev/null && hard_links=no
- AC_MSG_RESULT([$hard_links])
- if test no = "$hard_links"; then
- AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe])
- need_locks=warn
- fi
-else
- need_locks=no
-fi
-_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
-])# _LT_COMPILER_FILE_LOCKS
-
-
-# _LT_CHECK_OBJDIR
-# ----------------
-m4_defun([_LT_CHECK_OBJDIR],
-[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
-[rm -f .libs 2>/dev/null
-mkdir .libs 2>/dev/null
-if test -d .libs; then
- lt_cv_objdir=.libs
-else
- # MS-DOS does not allow filenames that begin with a dot.
- lt_cv_objdir=_libs
-fi
-rmdir .libs 2>/dev/null])
-objdir=$lt_cv_objdir
-_LT_DECL([], [objdir], [0],
- [The name of the directory that contains temporary libtool files])dnl
-m4_pattern_allow([LT_OBJDIR])dnl
-AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/",
- [Define to the sub-directory where libtool stores uninstalled libraries.])
-])# _LT_CHECK_OBJDIR
-
-
-# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
-# --------------------------------------
-# Check hardcoding attributes.
-m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
-[AC_MSG_CHECKING([how to hardcode library paths into programs])
-_LT_TAGVAR(hardcode_action, $1)=
-if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
- test -n "$_LT_TAGVAR(runpath_var, $1)" ||
- test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then
-
- # We can hardcode non-existent directories.
- if test no != "$_LT_TAGVAR(hardcode_direct, $1)" &&
- # If the only mechanism to avoid hardcoding is shlibpath_var, we
- # have to relink, otherwise we might link with an installed library
- # when we should be linking with a yet-to-be-installed one
- ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" &&
- test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then
- # Linking always hardcodes the temporary library directory.
- _LT_TAGVAR(hardcode_action, $1)=relink
- else
- # We can link without hardcoding, and we can hardcode nonexisting dirs.
- _LT_TAGVAR(hardcode_action, $1)=immediate
- fi
-else
- # We cannot hardcode anything, or else we can only hardcode existing
- # directories.
- _LT_TAGVAR(hardcode_action, $1)=unsupported
-fi
-AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
-
-if test relink = "$_LT_TAGVAR(hardcode_action, $1)" ||
- test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then
- # Fast installation is not supported
- enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
- test no = "$enable_shared"; then
- # Fast installation is not necessary
- enable_fast_install=needless
-fi
-_LT_TAGDECL([], [hardcode_action], [0],
- [How to hardcode a shared library path into an executable])
-])# _LT_LINKER_HARDCODE_LIBPATH
-
-
-# _LT_CMD_STRIPLIB
-# ----------------
-m4_defun([_LT_CMD_STRIPLIB],
-[m4_require([_LT_DECL_EGREP])
-striplib=
-old_striplib=
-AC_MSG_CHECKING([whether stripping libraries is possible])
-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
- test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
- test -z "$striplib" && striplib="$STRIP --strip-unneeded"
- AC_MSG_RESULT([yes])
-else
-# FIXME - insert some real tests, host_os isn't really good enough
- case $host_os in
- darwin*)
- if test -n "$STRIP"; then
- striplib="$STRIP -x"
- old_striplib="$STRIP -S"
- AC_MSG_RESULT([yes])
- else
- AC_MSG_RESULT([no])
- fi
- ;;
- *)
- AC_MSG_RESULT([no])
- ;;
- esac
-fi
-_LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
-_LT_DECL([], [striplib], [1])
-])# _LT_CMD_STRIPLIB
-
-
-# _LT_PREPARE_MUNGE_PATH_LIST
-# ---------------------------
-# Make sure func_munge_path_list() is defined correctly.
-m4_defun([_LT_PREPARE_MUNGE_PATH_LIST],
-[[# func_munge_path_list VARIABLE PATH
-# -----------------------------------
-# VARIABLE is name of variable containing _space_ separated list of
-# directories to be munged by the contents of PATH, which is string
-# having a format:
-# "DIR[:DIR]:"
-# string "DIR[ DIR]" will be prepended to VARIABLE
-# ":DIR[:DIR]"
-# string "DIR[ DIR]" will be appended to VARIABLE
-# "DIRP[:DIRP]::[DIRA:]DIRA"
-# string "DIRP[ DIRP]" will be prepended to VARIABLE and string
-# "DIRA[ DIRA]" will be appended to VARIABLE
-# "DIR[:DIR]"
-# VARIABLE will be replaced by "DIR[ DIR]"
-func_munge_path_list ()
-{
- case x@S|@2 in
- x)
- ;;
- *:)
- eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
- ;;
- x:*)
- eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
- ;;
- *::*)
- eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
- eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
- ;;
- *)
- eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
- ;;
- esac
-}
-]])# _LT_PREPARE_PATH_LIST
-
-
-# _LT_SYS_DYNAMIC_LINKER([TAG])
-# -----------------------------
-# PORTME Fill in your ld.so characteristics
-m4_defun([_LT_SYS_DYNAMIC_LINKER],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_OBJDUMP])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_CHECK_SHELL_FEATURES])dnl
-m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl
-AC_MSG_CHECKING([dynamic linker characteristics])
-m4_if([$1],
- [], [
-if test yes = "$GCC"; then
- case $host_os in
- darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
- *) lt_awk_arg='/^libraries:/' ;;
- esac
- case $host_os in
- mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;;
- *) lt_sed_strip_eq='s|=/|/|g' ;;
- esac
- lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
- case $lt_search_path_spec in
- *\;*)
- # if the path contains ";" then we assume it to be the separator
- # otherwise default to the standard path separator (i.e. ":") - it is
- # assumed that no part of a normal pathname contains ";" but that should
- # okay in the real world where ";" in dirpaths is itself problematic.
- lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
- ;;
- *)
- lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
- ;;
- esac
- # Ok, now we have the path, separated by spaces, we can step through it
- # and add multilib dir if necessary...
- lt_tmp_lt_search_path_spec=
- lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
- # ...but if some path component already ends with the multilib dir we assume
- # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
- case "$lt_multi_os_dir; $lt_search_path_spec " in
- "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
- lt_multi_os_dir=
- ;;
- esac
- for lt_sys_path in $lt_search_path_spec; do
- if test -d "$lt_sys_path$lt_multi_os_dir"; then
- lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
- elif test -n "$lt_multi_os_dir"; then
- test -d "$lt_sys_path" && \
- lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
- fi
- done
- lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
-BEGIN {RS = " "; FS = "/|\n";} {
- lt_foo = "";
- lt_count = 0;
- for (lt_i = NF; lt_i > 0; lt_i--) {
- if ($lt_i != "" && $lt_i != ".") {
- if ($lt_i == "..") {
- lt_count++;
- } else {
- if (lt_count == 0) {
- lt_foo = "/" $lt_i lt_foo;
- } else {
- lt_count--;
- }
- }
- }
- }
- if (lt_foo != "") { lt_freq[[lt_foo]]++; }
- if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
-}'`
- # AWK program above erroneously prepends '/' to C:/dos/paths
- # for these hosts.
- case $host_os in
- mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
- $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;;
- esac
- sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
-else
- sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-fi])
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-AC_ARG_VAR([LT_SYS_LIBRARY_PATH],
-[User-defined run-time library search path.])
-
-case $host_os in
-aix3*)
- version_type=linux # correct to gnu/linux during the next big refactor
- library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
- shlibpath_var=LIBPATH
-
- # AIX 3 has no versioning support, so we append a major version to the name.
- soname_spec='$libname$release$shared_ext$major'
- ;;
-
-aix[[4-9]]*)
- version_type=linux # correct to gnu/linux during the next big refactor
- need_lib_prefix=no
- need_version=no
- hardcode_into_libs=yes
- if test ia64 = "$host_cpu"; then
- # AIX 5 supports IA64
- library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
- shlibpath_var=LD_LIBRARY_PATH
- else
- # With GCC up to 2.95.x, collect2 would create an import file
- # for dependence libraries. The import file would start with
- # the line '#! .'. This would cause the generated library to
- # depend on '.', always an invalid library. This was fixed in
- # development snapshots of GCC prior to 3.0.
- case $host_os in
- aix4 | aix4.[[01]] | aix4.[[01]].*)
- if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
- echo ' yes '
- echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
- :
- else
- can_build_shared=no
- fi
- ;;
- esac
- # Using Import Files as archive members, it is possible to support
- # filename-based versioning of shared library archives on AIX. While
- # this would work for both with and without runtime linking, it will
- # prevent static linking of such archives. So we do filename-based
- # shared library versioning with .so extension only, which is used
- # when both runtime linking and shared linking is enabled.
- # Unfortunately, runtime linking may impact performance, so we do
- # not want this to be the default eventually. Also, we use the
- # versioned .so libs for executables only if there is the -brtl
- # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
- # To allow for filename-based versioning support, we need to create
- # libNAME.so.V as an archive file, containing:
- # *) an Import File, referring to the versioned filename of the
- # archive as well as the shared archive member, telling the
- # bitwidth (32 or 64) of that shared object, and providing the
- # list of exported symbols of that shared object, eventually
- # decorated with the 'weak' keyword
- # *) the shared object with the F_LOADONLY flag set, to really avoid
- # it being seen by the linker.
- # At run time we better use the real file rather than another symlink,
- # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
- case $with_aix_soname,$aix_use_runtimelinking in
- # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
- # soname into executable. Probably we can add versioning support to
- # collect2, so additional links can be useful in future.
- aix,yes) # traditional libtool
- dynamic_linker='AIX unversionable lib.so'
- # If using run time linking (on AIX 4.2 or later) use lib<name>.so
- # instead of lib<name>.a to let people know that these are not
- # typical AIX shared libraries.
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- ;;
- aix,no) # traditional AIX only
- dynamic_linker='AIX lib.a[(]lib.so.V[)]'
- # We preserve .a as extension for shared libraries through AIX4.2
- # and later when we are not doing run time linking.
- library_names_spec='$libname$release.a $libname.a'
- soname_spec='$libname$release$shared_ext$major'
- ;;
- svr4,*) # full svr4 only
- dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]"
- library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
- # We do not specify a path in Import Files, so LIBPATH fires.
- shlibpath_overrides_runpath=yes
- ;;
- *,yes) # both, prefer svr4
- dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]"
- library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
- # unpreferred sharedlib libNAME.a needs extra handling
- postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
- postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
- # We do not specify a path in Import Files, so LIBPATH fires.
- shlibpath_overrides_runpath=yes
- ;;
- *,no) # both, prefer aix
- dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]"
- library_names_spec='$libname$release.a $libname.a'
- soname_spec='$libname$release$shared_ext$major'
- # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
- postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
- postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
- ;;
- esac
- shlibpath_var=LIBPATH
- fi
- ;;
-
-amigaos*)
- case $host_cpu in
- powerpc)
- # Since July 2007 AmigaOS4 officially supports .so libraries.
- # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- ;;
- m68k)
- library_names_spec='$libname.ixlibrary $libname.a'
- # Create ${libname}_ixlibrary.a entries in /sys/libs.
- finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
- ;;
- esac
- ;;
-
-beos*)
- library_names_spec='$libname$shared_ext'
- dynamic_linker="$host_os ld.so"
- shlibpath_var=LIBRARY_PATH
- ;;
-
-bsdi[[45]]*)
- version_type=linux # correct to gnu/linux during the next big refactor
- need_version=no
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
- shlibpath_var=LD_LIBRARY_PATH
- sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
- sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
- # the default ld.so.conf also contains /usr/contrib/lib and
- # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
- # libtool to hard-code these into programs
- ;;
-
-cygwin* | mingw* | pw32* | cegcc*)
- version_type=windows
- shrext_cmds=.dll
- need_version=no
- need_lib_prefix=no
-
- case $GCC,$cc_basename in
- yes,*)
- # gcc
- library_names_spec='$libname.dll.a'
- # DLL is installed to $(libdir)/../bin by postinstall_cmds
- postinstall_cmds='base_file=`basename \$file`~
- dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
- dldir=$destdir/`dirname \$dlpath`~
- test -d \$dldir || mkdir -p \$dldir~
- $install_prog $dir/$dlname \$dldir/$dlname~
- chmod a+x \$dldir/$dlname~
- if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
- eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
- fi'
- postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
- dlpath=$dir/\$dldll~
- $RM \$dlpath'
- shlibpath_overrides_runpath=yes
-
- case $host_os in
- cygwin*)
- # Cygwin DLLs use 'cyg' prefix rather than 'lib'
- soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
-m4_if([$1], [],[
- sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
- ;;
- mingw* | cegcc*)
- # MinGW DLLs use traditional 'lib' prefix
- soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
- ;;
- pw32*)
- # pw32 DLLs use 'pw' prefix rather than 'lib'
- library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
- ;;
- esac
- dynamic_linker='Win32 ld.exe'
- ;;
-
- *,cl*)
- # Native MSVC
- libname_spec='$name'
- soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
- library_names_spec='$libname.dll.lib'
-
- case $build_os in
- mingw*)
- sys_lib_search_path_spec=
- lt_save_ifs=$IFS
- IFS=';'
- for lt_path in $LIB
- do
- IFS=$lt_save_ifs
- # Let DOS variable expansion print the short 8.3 style file name.
- lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
- done
- IFS=$lt_save_ifs
- # Convert to MSYS style.
- sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
- ;;
- cygwin*)
- # Convert to unix form, then to dos form, then back to unix form
- # but this time dos style (no spaces!) so that the unix form looks
- # like /cygdrive/c/PROGRA~1:/cygdr...
- sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
- sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
- sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
- ;;
- *)
- sys_lib_search_path_spec=$LIB
- if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
- # It is most probably a Windows format PATH.
- sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
- else
- sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
- fi
- # FIXME: find the short name or the path components, as spaces are
- # common. (e.g. "Program Files" -> "PROGRA~1")
- ;;
- esac
-
- # DLL is installed to $(libdir)/../bin by postinstall_cmds
- postinstall_cmds='base_file=`basename \$file`~
- dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
- dldir=$destdir/`dirname \$dlpath`~
- test -d \$dldir || mkdir -p \$dldir~
- $install_prog $dir/$dlname \$dldir/$dlname'
- postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
- dlpath=$dir/\$dldll~
- $RM \$dlpath'
- shlibpath_overrides_runpath=yes
- dynamic_linker='Win32 link.exe'
- ;;
-
- *)
- # Assume MSVC wrapper
- library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
- dynamic_linker='Win32 ld.exe'
- ;;
- esac
- # FIXME: first we should search . and the directory the executable is in
- shlibpath_var=PATH
- ;;
-
-darwin* | rhapsody*)
- dynamic_linker="$host_os dyld"
- version_type=darwin
- need_lib_prefix=no
- need_version=no
- library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
- soname_spec='$libname$release$major$shared_ext'
- shlibpath_overrides_runpath=yes
- shlibpath_var=DYLD_LIBRARY_PATH
- shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-m4_if([$1], [],[
- sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
- sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
- ;;
-
-dgux*)
- version_type=linux # correct to gnu/linux during the next big refactor
- need_lib_prefix=no
- need_version=no
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- shlibpath_var=LD_LIBRARY_PATH
- ;;
-
-freebsd* | dragonfly*)
- # DragonFly does not have aout. When/if they implement a new
- # versioning mechanism, adjust this.
- if test -x /usr/bin/objformat; then
- objformat=`/usr/bin/objformat`
- else
- case $host_os in
- freebsd[[23]].*) objformat=aout ;;
- *) objformat=elf ;;
- esac
- fi
- version_type=freebsd-$objformat
- case $version_type in
- freebsd-elf*)
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- need_version=no
- need_lib_prefix=no
- ;;
- freebsd-*)
- library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
- need_version=yes
- ;;
- esac
- shlibpath_var=LD_LIBRARY_PATH
- case $host_os in
- freebsd2.*)
- shlibpath_overrides_runpath=yes
- ;;
- freebsd3.[[01]]* | freebsdelf3.[[01]]*)
- shlibpath_overrides_runpath=yes
- hardcode_into_libs=yes
- ;;
- freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
- freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
- shlibpath_overrides_runpath=no
- hardcode_into_libs=yes
- ;;
- *) # from 4.6 on, and DragonFly
- shlibpath_overrides_runpath=yes
- hardcode_into_libs=yes
- ;;
- esac
- ;;
-
-haiku*)
- version_type=linux # correct to gnu/linux during the next big refactor
- need_lib_prefix=no
- need_version=no
- dynamic_linker="$host_os runtime_loader"
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- shlibpath_var=LIBRARY_PATH
- shlibpath_overrides_runpath=no
- sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
- hardcode_into_libs=yes
- ;;
-
-hpux9* | hpux10* | hpux11*)
- # Give a soname corresponding to the major version so that dld.sl refuses to
- # link against other versions.
- version_type=sunos
- need_lib_prefix=no
- need_version=no
- case $host_cpu in
- ia64*)
- shrext_cmds='.so'
- hardcode_into_libs=yes
- dynamic_linker="$host_os dld.so"
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- if test 32 = "$HPUX_IA64_MODE"; then
- sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
- sys_lib_dlsearch_path_spec=/usr/lib/hpux32
- else
- sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
- sys_lib_dlsearch_path_spec=/usr/lib/hpux64
- fi
- ;;
- hppa*64*)
- shrext_cmds='.sl'
- hardcode_into_libs=yes
- dynamic_linker="$host_os dld.sl"
- shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
- shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
- ;;
- *)
- shrext_cmds='.sl'
- dynamic_linker="$host_os dld.sl"
- shlibpath_var=SHLIB_PATH
- shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- ;;
- esac
- # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
- postinstall_cmds='chmod 555 $lib'
- # or fails outright, so override atomically:
- install_override_mode=555
- ;;
-
-interix[[3-9]]*)
- version_type=linux # correct to gnu/linux during the next big refactor
- need_lib_prefix=no
- need_version=no
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=no
- hardcode_into_libs=yes
- ;;
-
-irix5* | irix6* | nonstopux*)
- case $host_os in
- nonstopux*) version_type=nonstopux ;;
- *)
- if test yes = "$lt_cv_prog_gnu_ld"; then
- version_type=linux # correct to gnu/linux during the next big refactor
- else
- version_type=irix
- fi ;;
- esac
- need_lib_prefix=no
- need_version=no
- soname_spec='$libname$release$shared_ext$major'
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
- case $host_os in
- irix5* | nonstopux*)
- libsuff= shlibsuff=
- ;;
- *)
- case $LD in # libtool.m4 will add one of these switches to LD
- *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
- libsuff= shlibsuff= libmagic=32-bit;;
- *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
- libsuff=32 shlibsuff=N32 libmagic=N32;;
- *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
- libsuff=64 shlibsuff=64 libmagic=64-bit;;
- *) libsuff= shlibsuff= libmagic=never-match;;
- esac
- ;;
- esac
- shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
- shlibpath_overrides_runpath=no
- sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
- sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
- hardcode_into_libs=yes
- ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
- dynamic_linker=no
- ;;
-
-linux*android*)
- version_type=none # Android doesn't support versioned libraries.
- need_lib_prefix=no
- need_version=no
- library_names_spec='$libname$release$shared_ext'
- soname_spec='$libname$release$shared_ext'
- finish_cmds=
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=yes
-
- # This implies no fast_install, which is unacceptable.
- # Some rework will be needed to allow for fast_install
- # before this can be enabled.
- hardcode_into_libs=yes
-
- dynamic_linker='Android linker'
- # Don't embed -rpath directories since the linker doesn't support them.
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
- version_type=linux # correct to gnu/linux during the next big refactor
- need_lib_prefix=no
- need_version=no
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=no
-
- # Some binutils ld are patched to set DT_RUNPATH
- AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath],
- [lt_cv_shlibpath_overrides_runpath=no
- save_LDFLAGS=$LDFLAGS
- save_libdir=$libdir
- eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
- LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
- AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
- [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
- [lt_cv_shlibpath_overrides_runpath=yes])])
- LDFLAGS=$save_LDFLAGS
- libdir=$save_libdir
- ])
- shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
- # This implies no fast_install, which is unacceptable.
- # Some rework will be needed to allow for fast_install
- # before this can be enabled.
- hardcode_into_libs=yes
-
- # Ideally, we could use ldconfig to report *all* directores which are
- # searched for libraries, however this is still not possible. Aside from not
- # being certain /sbin/ldconfig is available, command
- # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
- # even though it is searched at run-time. Try to do the best guess by
- # appending ld.so.conf contents (and includes) to the search path.
- if test -f /etc/ld.so.conf; then
- lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
- fi
-
- # We used to test for /lib/ld.so.1 and disable shared libraries on
- # powerpc, because MkLinux only supported shared libraries with the
- # GNU dynamic linker. Since this was broken with cross compilers,
- # most powerpc-linux boxes support dynamic linking these days and
- # people can always --disable-shared, the test was removed, and we
- # assume the GNU/Linux dynamic linker is in use.
- dynamic_linker='GNU/Linux ld.so'
- ;;
-
-netbsdelf*-gnu)
- version_type=linux
- need_lib_prefix=no
- need_version=no
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
- soname_spec='${libname}${release}${shared_ext}$major'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=no
- hardcode_into_libs=yes
- dynamic_linker='NetBSD ld.elf_so'
- ;;
-
-netbsd*)
- version_type=sunos
- need_lib_prefix=no
- need_version=no
- if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
- library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
- dynamic_linker='NetBSD (a.out) ld.so'
- else
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- dynamic_linker='NetBSD ld.elf_so'
- fi
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=yes
- hardcode_into_libs=yes
- ;;
-
-newsos6)
- version_type=linux # correct to gnu/linux during the next big refactor
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=yes
- ;;
-
-*nto* | *qnx*)
- version_type=qnx
- need_lib_prefix=no
- need_version=no
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=no
- hardcode_into_libs=yes
- dynamic_linker='ldqnx.so'
- ;;
-
-openbsd* | bitrig*)
- version_type=sunos
- sys_lib_dlsearch_path_spec=/usr/lib
- need_lib_prefix=no
- if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
- need_version=no
- else
- need_version=yes
- fi
- library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=yes
- ;;
-
-os2*)
- libname_spec='$name'
- version_type=windows
- shrext_cmds=.dll
- need_version=no
- need_lib_prefix=no
- # OS/2 can only load a DLL with a base name of 8 characters or less.
- soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
- v=$($ECHO $release$versuffix | tr -d .-);
- n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
- $ECHO $n$v`$shared_ext'
- library_names_spec='${libname}_dll.$libext'
- dynamic_linker='OS/2 ld.exe'
- shlibpath_var=BEGINLIBPATH
- sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
- postinstall_cmds='base_file=`basename \$file`~
- dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
- dldir=$destdir/`dirname \$dlpath`~
- test -d \$dldir || mkdir -p \$dldir~
- $install_prog $dir/$dlname \$dldir/$dlname~
- chmod a+x \$dldir/$dlname~
- if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
- eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
- fi'
- postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
- dlpath=$dir/\$dldll~
- $RM \$dlpath'
- ;;
-
-osf3* | osf4* | osf5*)
- version_type=osf
- need_lib_prefix=no
- need_version=no
- soname_spec='$libname$release$shared_ext$major'
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- shlibpath_var=LD_LIBRARY_PATH
- sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
- ;;
-
-rdos*)
- dynamic_linker=no
- ;;
-
-solaris*)
- version_type=linux # correct to gnu/linux during the next big refactor
- need_lib_prefix=no
- need_version=no
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=yes
- hardcode_into_libs=yes
- # ldd complains unless libraries are executable
- postinstall_cmds='chmod +x $lib'
- ;;
-
-sunos4*)
- version_type=sunos
- library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
- finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=yes
- if test yes = "$with_gnu_ld"; then
- need_lib_prefix=no
- fi
- need_version=yes
- ;;
-
-sysv4 | sysv4.3*)
- version_type=linux # correct to gnu/linux during the next big refactor
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- shlibpath_var=LD_LIBRARY_PATH
- case $host_vendor in
- sni)
- shlibpath_overrides_runpath=no
- need_lib_prefix=no
- runpath_var=LD_RUN_PATH
- ;;
- siemens)
- need_lib_prefix=no
- ;;
- motorola)
- need_lib_prefix=no
- need_version=no
- shlibpath_overrides_runpath=no
- sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
- ;;
- esac
- ;;
-
-sysv4*MP*)
- if test -d /usr/nec; then
- version_type=linux # correct to gnu/linux during the next big refactor
- library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
- soname_spec='$libname$shared_ext.$major'
- shlibpath_var=LD_LIBRARY_PATH
- fi
- ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
- version_type=sco
- need_lib_prefix=no
- need_version=no
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=yes
- hardcode_into_libs=yes
- if test yes = "$with_gnu_ld"; then
- sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
- else
- sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
- case $host_os in
- sco3.2v5*)
- sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
- ;;
- esac
- fi
- sys_lib_dlsearch_path_spec='/usr/lib'
- ;;
-
-tpf*)
- # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
- version_type=linux # correct to gnu/linux during the next big refactor
- need_lib_prefix=no
- need_version=no
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=no
- hardcode_into_libs=yes
- ;;
-
-uts4*)
- version_type=linux # correct to gnu/linux during the next big refactor
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
- soname_spec='$libname$release$shared_ext$major'
- shlibpath_var=LD_LIBRARY_PATH
- ;;
-
-*)
- dynamic_linker=no
- ;;
-esac
-AC_MSG_RESULT([$dynamic_linker])
-test no = "$dynamic_linker" && can_build_shared=no
-
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
- variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
- sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
-fi
-
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
- sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-# remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
-configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
-
-# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
-func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
-
-# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
-configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
-
-_LT_DECL([], [variables_saved_for_relink], [1],
- [Variables whose values should be saved in libtool wrapper scripts and
- restored at link time])
-_LT_DECL([], [need_lib_prefix], [0],
- [Do we need the "lib" prefix for modules?])
-_LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
-_LT_DECL([], [version_type], [0], [Library versioning type])
-_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable])
-_LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
-_LT_DECL([], [shlibpath_overrides_runpath], [0],
- [Is shlibpath searched before the hard-coded library search path?])
-_LT_DECL([], [libname_spec], [1], [Format of library name prefix])
-_LT_DECL([], [library_names_spec], [1],
- [[List of archive names. First name is the real one, the rest are links.
- The last name is the one that the linker finds with -lNAME]])
-_LT_DECL([], [soname_spec], [1],
- [[The coded name of the library, if different from the real name]])
-_LT_DECL([], [install_override_mode], [1],
- [Permission mode override for installation of shared libraries])
-_LT_DECL([], [postinstall_cmds], [2],
- [Command to use after installation of a shared archive])
-_LT_DECL([], [postuninstall_cmds], [2],
- [Command to use after uninstallation of a shared archive])
-_LT_DECL([], [finish_cmds], [2],
- [Commands used to finish a libtool library installation in a directory])
-_LT_DECL([], [finish_eval], [1],
- [[As "finish_cmds", except a single script fragment to be evaled but
- not shown]])
-_LT_DECL([], [hardcode_into_libs], [0],
- [Whether we should hardcode library paths into libraries])
-_LT_DECL([], [sys_lib_search_path_spec], [2],
- [Compile-time system search path for libraries])
-_LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2],
- [Detected run-time system search path for libraries])
-_LT_DECL([], [configure_time_lt_sys_library_path], [2],
- [Explicit LT_SYS_LIBRARY_PATH set during ./configure time])
-])# _LT_SYS_DYNAMIC_LINKER
-
-
-# _LT_PATH_TOOL_PREFIX(TOOL)
-# --------------------------
-# find a file program that can recognize shared library
-AC_DEFUN([_LT_PATH_TOOL_PREFIX],
-[m4_require([_LT_DECL_EGREP])dnl
-AC_MSG_CHECKING([for $1])
-AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
-[case $MAGIC_CMD in
-[[\\/*] | ?:[\\/]*])
- lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
- ;;
-*)
- lt_save_MAGIC_CMD=$MAGIC_CMD
- lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-dnl $ac_dummy forces splitting on constant user-supplied paths.
-dnl POSIX.2 word splitting is done only on the output of word expansions,
-dnl not every word. This closes a longstanding sh security hole.
- ac_dummy="m4_if([$2], , $PATH, [$2])"
- for ac_dir in $ac_dummy; do
- IFS=$lt_save_ifs
- test -z "$ac_dir" && ac_dir=.
- if test -f "$ac_dir/$1"; then
- lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
- if test -n "$file_magic_test_file"; then
- case $deplibs_check_method in
- "file_magic "*)
- file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
- MAGIC_CMD=$lt_cv_path_MAGIC_CMD
- if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
- $EGREP "$file_magic_regex" > /dev/null; then
- :
- else
- cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such. This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem. Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool@gnu.org
-
-_LT_EOF
- fi ;;
- esac
- fi
- break
- fi
- done
- IFS=$lt_save_ifs
- MAGIC_CMD=$lt_save_MAGIC_CMD
- ;;
-esac])
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
- AC_MSG_RESULT($MAGIC_CMD)
-else
- AC_MSG_RESULT(no)
-fi
-_LT_DECL([], [MAGIC_CMD], [0],
- [Used to examine libraries when file_magic_cmd begins with "file"])dnl
-])# _LT_PATH_TOOL_PREFIX
-
-# Old name:
-AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
-
-
-# _LT_PATH_MAGIC
-# --------------
-# find a file program that can recognize a shared library
-m4_defun([_LT_PATH_MAGIC],
-[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
-if test -z "$lt_cv_path_MAGIC_CMD"; then
- if test -n "$ac_tool_prefix"; then
- _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
- else
- MAGIC_CMD=:
- fi
-fi
-])# _LT_PATH_MAGIC
-
-
-# LT_PATH_LD
-# ----------
-# find the pathname to the GNU or non-GNU linker
-AC_DEFUN([LT_PATH_LD],
-[AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
-
-AC_ARG_WITH([gnu-ld],
- [AS_HELP_STRING([--with-gnu-ld],
- [assume the C compiler uses GNU ld @<:@default=no@:>@])],
- [test no = "$withval" || with_gnu_ld=yes],
- [with_gnu_ld=no])dnl
-
-ac_prog=ld
-if test yes = "$GCC"; then
- # Check if gcc -print-prog-name=ld gives a path.
- AC_MSG_CHECKING([for ld used by $CC])
- case $host in
- *-*-mingw*)
- # gcc leaves a trailing carriage return, which upsets mingw
- ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
- *)
- ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
- esac
- case $ac_prog in
- # Accept absolute paths.
- [[\\/]]* | ?:[[\\/]]*)
- re_direlt='/[[^/]][[^/]]*/\.\./'
- # Canonicalize the pathname of ld
- ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
- ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
- done
- test -z "$LD" && LD=$ac_prog
- ;;
- "")
- # If it fails, then pretend we aren't using GCC.
- ac_prog=ld
- ;;
- *)
- # If it is relative, then search for the first ld in PATH.
- with_gnu_ld=unknown
- ;;
- esac
-elif test yes = "$with_gnu_ld"; then
- AC_MSG_CHECKING([for GNU ld])
-else
- AC_MSG_CHECKING([for non-GNU ld])
-fi
-AC_CACHE_VAL(lt_cv_path_LD,
-[if test -z "$LD"; then
- lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
- for ac_dir in $PATH; do
- IFS=$lt_save_ifs
- test -z "$ac_dir" && ac_dir=.
- if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
- lt_cv_path_LD=$ac_dir/$ac_prog
- # Check to see if the program is GNU ld. I'd rather use --version,
- # but apparently some variants of GNU ld only accept -v.
- # Break only if it was the GNU/non-GNU ld that we prefer.
- case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
- *GNU* | *'with BFD'*)
- test no != "$with_gnu_ld" && break
- ;;
- *)
- test yes != "$with_gnu_ld" && break
- ;;
- esac
- fi
- done
- IFS=$lt_save_ifs
-else
- lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi])
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
- AC_MSG_RESULT($LD)
-else
- AC_MSG_RESULT(no)
-fi
-test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
-_LT_PATH_LD_GNU
-AC_SUBST([LD])
-
-_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
-])# LT_PATH_LD
-
-# Old names:
-AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
-AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AM_PROG_LD], [])
-dnl AC_DEFUN([AC_PROG_LD], [])
-
-
-# _LT_PATH_LD_GNU
-#- --------------
-m4_defun([_LT_PATH_LD_GNU],
-[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
- lt_cv_prog_gnu_ld=yes
- ;;
-*)
- lt_cv_prog_gnu_ld=no
- ;;
-esac])
-with_gnu_ld=$lt_cv_prog_gnu_ld
-])# _LT_PATH_LD_GNU
-
-
-# _LT_CMD_RELOAD
-# --------------
-# find reload flag for linker
-# -- PORTME Some linkers may need a different reload flag.
-m4_defun([_LT_CMD_RELOAD],
-[AC_CACHE_CHECK([for $LD option to reload object files],
- lt_cv_ld_reload_flag,
- [lt_cv_ld_reload_flag='-r'])
-reload_flag=$lt_cv_ld_reload_flag
-case $reload_flag in
-"" | " "*) ;;
-*) reload_flag=" $reload_flag" ;;
-esac
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
-case $host_os in
- cygwin* | mingw* | pw32* | cegcc*)
- if test yes != "$GCC"; then
- reload_cmds=false
- fi
- ;;
- darwin*)
- if test yes = "$GCC"; then
- reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
- else
- reload_cmds='$LD$reload_flag -o $output$reload_objs'
- fi
- ;;
-esac
-_LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
-_LT_TAGDECL([], [reload_cmds], [2])dnl
-])# _LT_CMD_RELOAD
-
-
-# _LT_PATH_DD
-# -----------
-# find a working dd
-m4_defun([_LT_PATH_DD],
-[AC_CACHE_CHECK([for a working dd], [ac_cv_path_lt_DD],
-[printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-: ${lt_DD:=$DD}
-AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd],
-[if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
- cmp -s conftest.i conftest.out \
- && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
-fi])
-rm -f conftest.i conftest2.i conftest.out])
-])# _LT_PATH_DD
-
-
-# _LT_CMD_TRUNCATE
-# ----------------
-# find command to truncate a binary pipe
-m4_defun([_LT_CMD_TRUNCATE],
-[m4_require([_LT_PATH_DD])
-AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin],
-[printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-lt_cv_truncate_bin=
-if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
- cmp -s conftest.i conftest.out \
- && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
-fi
-rm -f conftest.i conftest2.i conftest.out
-test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"])
-_LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1],
- [Command to truncate a binary pipe])
-])# _LT_CMD_TRUNCATE
-
-
-# _LT_CHECK_MAGIC_METHOD
-# ----------------------
-# how to check for library dependencies
-# -- PORTME fill in with the dynamic library characteristics
-m4_defun([_LT_CHECK_MAGIC_METHOD],
-[m4_require([_LT_DECL_EGREP])
-m4_require([_LT_DECL_OBJDUMP])
-AC_CACHE_CHECK([how to recognize dependent libraries],
-lt_cv_deplibs_check_method,
-[lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file=
-lt_cv_deplibs_check_method='unknown'
-# Need to set the preceding variable on all platforms that support
-# interlibrary dependencies.
-# 'none' -- dependencies not supported.
-# 'unknown' -- same as none, but documents that we really don't know.
-# 'pass_all' -- all dependencies passed with no checks.
-# 'test_compile' -- check by making test program.
-# 'file_magic [[regex]]' -- check by looking for files in library path
-# that responds to the $file_magic_cmd with a given extended regex.
-# If you have 'file' or equivalent on your system and you're not sure
-# whether 'pass_all' will *always* work, you probably want this one.
-
-case $host_os in
-aix[[4-9]]*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-beos*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-bsdi[[45]]*)
- lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
- lt_cv_file_magic_cmd='/usr/bin/file -L'
- lt_cv_file_magic_test_file=/shlib/libc.so
- ;;
-
-cygwin*)
- # func_win32_libid is a shell function defined in ltmain.sh
- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
- lt_cv_file_magic_cmd='func_win32_libid'
- ;;
-
-mingw* | pw32*)
- # Base MSYS/MinGW do not provide the 'file' command needed by
- # func_win32_libid shell function, so use a weaker test based on 'objdump',
- # unless we find 'file', for example because we are cross-compiling.
- if ( file / ) >/dev/null 2>&1; then
- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
- lt_cv_file_magic_cmd='func_win32_libid'
- else
- # Keep this pattern in sync with the one in func_win32_libid.
- lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
- lt_cv_file_magic_cmd='$OBJDUMP -f'
- fi
- ;;
-
-cegcc*)
- # use the weaker test based on 'objdump'. See mingw*.
- lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
- lt_cv_file_magic_cmd='$OBJDUMP -f'
- ;;
-
-darwin* | rhapsody*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-freebsd* | dragonfly*)
- if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
- case $host_cpu in
- i*86 )
- # Not sure whether the presence of OpenBSD here was a mistake.
- # Let's accept both of them until this is cleared up.
- lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
- lt_cv_file_magic_cmd=/usr/bin/file
- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
- ;;
- esac
- else
- lt_cv_deplibs_check_method=pass_all
- fi
- ;;
-
-haiku*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-hpux10.20* | hpux11*)
- lt_cv_file_magic_cmd=/usr/bin/file
- case $host_cpu in
- ia64*)
- lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
- lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
- ;;
- hppa*64*)
- [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]']
- lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
- ;;
- *)
- lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library'
- lt_cv_file_magic_test_file=/usr/lib/libc.sl
- ;;
- esac
- ;;
-
-interix[[3-9]]*)
- # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
- ;;
-
-irix5* | irix6* | nonstopux*)
- case $LD in
- *-32|*"-32 ") libmagic=32-bit;;
- *-n32|*"-n32 ") libmagic=N32;;
- *-64|*"-64 ") libmagic=64-bit;;
- *) libmagic=never-match;;
- esac
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-netbsd* | netbsdelf*-gnu)
- if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
- else
- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
- fi
- ;;
-
-newos6*)
- lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
- lt_cv_file_magic_cmd=/usr/bin/file
- lt_cv_file_magic_test_file=/usr/lib/libnls.so
- ;;
-
-*nto* | *qnx*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-openbsd* | bitrig*)
- if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
- else
- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
- fi
- ;;
-
-osf3* | osf4* | osf5*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-rdos*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-solaris*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-sysv4 | sysv4.3*)
- case $host_vendor in
- motorola)
- lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
- ;;
- ncr)
- lt_cv_deplibs_check_method=pass_all
- ;;
- sequent)
- lt_cv_file_magic_cmd='/bin/file'
- lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
- ;;
- sni)
- lt_cv_file_magic_cmd='/bin/file'
- lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
- lt_cv_file_magic_test_file=/lib/libc.so
- ;;
- siemens)
- lt_cv_deplibs_check_method=pass_all
- ;;
- pc)
- lt_cv_deplibs_check_method=pass_all
- ;;
- esac
- ;;
-
-tpf*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-os2*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-esac
-])
-
-file_magic_glob=
-want_nocaseglob=no
-if test "$build" = "$host"; then
- case $host_os in
- mingw* | pw32*)
- if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
- want_nocaseglob=yes
- else
- file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
- fi
- ;;
- esac
-fi
-
-file_magic_cmd=$lt_cv_file_magic_cmd
-deplibs_check_method=$lt_cv_deplibs_check_method
-test -z "$deplibs_check_method" && deplibs_check_method=unknown
-
-_LT_DECL([], [deplibs_check_method], [1],
- [Method to check whether dependent libraries are shared objects])
-_LT_DECL([], [file_magic_cmd], [1],
- [Command to use when deplibs_check_method = "file_magic"])
-_LT_DECL([], [file_magic_glob], [1],
- [How to find potential files when deplibs_check_method = "file_magic"])
-_LT_DECL([], [want_nocaseglob], [1],
- [Find potential files using nocaseglob when deplibs_check_method = "file_magic"])
-])# _LT_CHECK_MAGIC_METHOD
-
-
-# LT_PATH_NM
-# ----------
-# find the pathname to a BSD- or MS-compatible name lister
-AC_DEFUN([LT_PATH_NM],
-[AC_REQUIRE([AC_PROG_CC])dnl
-AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
-[if test -n "$NM"; then
- # Let the user override the test.
- lt_cv_path_NM=$NM
-else
- lt_nm_to_check=${ac_tool_prefix}nm
- if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
- lt_nm_to_check="$lt_nm_to_check nm"
- fi
- for lt_tmp_nm in $lt_nm_to_check; do
- lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
- for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
- IFS=$lt_save_ifs
- test -z "$ac_dir" && ac_dir=.
- tmp_nm=$ac_dir/$lt_tmp_nm
- if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
- # Check to see if the nm accepts a BSD-compat flag.
- # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
- # nm: unknown option "B" ignored
- # Tru64's nm complains that /dev/null is an invalid object file
- # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
- case $build_os in
- mingw*) lt_bad_file=conftest.nm/nofile ;;
- *) lt_bad_file=/dev/null ;;
- esac
- case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
- *$lt_bad_file* | *'Invalid file or object type'*)
- lt_cv_path_NM="$tmp_nm -B"
- break 2
- ;;
- *)
- case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
- */dev/null*)
- lt_cv_path_NM="$tmp_nm -p"
- break 2
- ;;
- *)
- lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
- continue # so that we can try to find one that supports BSD flags
- ;;
- esac
- ;;
- esac
- fi
- done
- IFS=$lt_save_ifs
- done
- : ${lt_cv_path_NM=no}
-fi])
-if test no != "$lt_cv_path_NM"; then
- NM=$lt_cv_path_NM
-else
- # Didn't find any BSD compatible name lister, look for dumpbin.
- if test -n "$DUMPBIN"; then :
- # Let the user override the test.
- else
- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
- case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
- *COFF*)
- DUMPBIN="$DUMPBIN -symbols -headers"
- ;;
- *)
- DUMPBIN=:
- ;;
- esac
- fi
- AC_SUBST([DUMPBIN])
- if test : != "$DUMPBIN"; then
- NM=$DUMPBIN
- fi
-fi
-test -z "$NM" && NM=nm
-AC_SUBST([NM])
-_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
-
-AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
- [lt_cv_nm_interface="BSD nm"
- echo "int some_variable = 0;" > conftest.$ac_ext
- (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
- (eval "$ac_compile" 2>conftest.err)
- cat conftest.err >&AS_MESSAGE_LOG_FD
- (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
- (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
- cat conftest.err >&AS_MESSAGE_LOG_FD
- (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
- cat conftest.out >&AS_MESSAGE_LOG_FD
- if $GREP 'External.*some_variable' conftest.out > /dev/null; then
- lt_cv_nm_interface="MS dumpbin"
- fi
- rm -f conftest*])
-])# LT_PATH_NM
-
-# Old names:
-AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
-AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AM_PROG_NM], [])
-dnl AC_DEFUN([AC_PROG_NM], [])
-
-# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
-# --------------------------------
-# how to determine the name of the shared library
-# associated with a specific link library.
-# -- PORTME fill in with the dynamic library characteristics
-m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB],
-[m4_require([_LT_DECL_EGREP])
-m4_require([_LT_DECL_OBJDUMP])
-m4_require([_LT_DECL_DLLTOOL])
-AC_CACHE_CHECK([how to associate runtime and link libraries],
-lt_cv_sharedlib_from_linklib_cmd,
-[lt_cv_sharedlib_from_linklib_cmd='unknown'
-
-case $host_os in
-cygwin* | mingw* | pw32* | cegcc*)
- # two different shell functions defined in ltmain.sh;
- # decide which one to use based on capabilities of $DLLTOOL
- case `$DLLTOOL --help 2>&1` in
- *--identify-strict*)
- lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
- ;;
- *)
- lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
- ;;
- esac
- ;;
-*)
- # fallback: assume linklib IS sharedlib
- lt_cv_sharedlib_from_linklib_cmd=$ECHO
- ;;
-esac
-])
-sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
-test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
-
-_LT_DECL([], [sharedlib_from_linklib_cmd], [1],
- [Command to associate shared and link libraries])
-])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
-
-
-# _LT_PATH_MANIFEST_TOOL
-# ----------------------
-# locate the manifest tool
-m4_defun([_LT_PATH_MANIFEST_TOOL],
-[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :)
-test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
-AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool],
- [lt_cv_path_mainfest_tool=no
- echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD
- $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
- cat conftest.err >&AS_MESSAGE_LOG_FD
- if $GREP 'Manifest Tool' conftest.out > /dev/null; then
- lt_cv_path_mainfest_tool=yes
- fi
- rm -f conftest*])
-if test yes != "$lt_cv_path_mainfest_tool"; then
- MANIFEST_TOOL=:
-fi
-_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
-])# _LT_PATH_MANIFEST_TOOL
-
-
-# _LT_DLL_DEF_P([FILE])
-# ---------------------
-# True iff FILE is a Windows DLL '.def' file.
-# Keep in sync with func_dll_def_p in the libtool script
-AC_DEFUN([_LT_DLL_DEF_P],
-[dnl
- test DEF = "`$SED -n dnl
- -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace
- -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments
- -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl
- -e q dnl Only consider the first "real" line
- $1`" dnl
-])# _LT_DLL_DEF_P
-
-
-# LT_LIB_M
-# --------
-# check for math library
-AC_DEFUN([LT_LIB_M],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-LIBM=
-case $host in
-*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
- # These system don't have libm, or don't need it
- ;;
-*-ncr-sysv4.3*)
- AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
- AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
- ;;
-*)
- AC_CHECK_LIB(m, cos, LIBM=-lm)
- ;;
-esac
-AC_SUBST([LIBM])
-])# LT_LIB_M
-
-# Old name:
-AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_CHECK_LIBM], [])
-
-
-# _LT_COMPILER_NO_RTTI([TAGNAME])
-# -------------------------------
-m4_defun([_LT_COMPILER_NO_RTTI],
-[m4_require([_LT_TAG_COMPILER])dnl
-
-_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
-
-if test yes = "$GCC"; then
- case $cc_basename in
- nvcc*)
- _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
- *)
- _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
- esac
-
- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
- lt_cv_prog_compiler_rtti_exceptions,
- [-fno-rtti -fno-exceptions], [],
- [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
-fi
-_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
- [Compiler flag to turn off builtin functions])
-])# _LT_COMPILER_NO_RTTI
-
-
-# _LT_CMD_GLOBAL_SYMBOLS
-# ----------------------
-m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([AC_PROG_AWK])dnl
-AC_REQUIRE([LT_PATH_NM])dnl
-AC_REQUIRE([LT_PATH_LD])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_TAG_COMPILER])dnl
-
-# Check for command to grab the raw symbol name followed by C symbol from nm.
-AC_MSG_CHECKING([command to parse $NM output from $compiler object])
-AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
-[
-# These are sane defaults that work on at least a few old systems.
-# [They come from Ultrix. What could be older than Ultrix?!! ;)]
-
-# Character class describing NM global symbol codes.
-symcode='[[BCDEGRST]]'
-
-# Regexp to match symbols that can be accessed directly from C.
-sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
-
-# Define system-specific variables.
-case $host_os in
-aix*)
- symcode='[[BCDT]]'
- ;;
-cygwin* | mingw* | pw32* | cegcc*)
- symcode='[[ABCDGISTW]]'
- ;;
-hpux*)
- if test ia64 = "$host_cpu"; then
- symcode='[[ABCDEGRST]]'
- fi
- ;;
-irix* | nonstopux*)
- symcode='[[BCDEGRST]]'
- ;;
-osf*)
- symcode='[[BCDEGQRST]]'
- ;;
-solaris*)
- symcode='[[BDRT]]'
- ;;
-sco3.2v5*)
- symcode='[[DT]]'
- ;;
-sysv4.2uw2*)
- symcode='[[DT]]'
- ;;
-sysv5* | sco5v6* | unixware* | OpenUNIX*)
- symcode='[[ABDT]]'
- ;;
-sysv4)
- symcode='[[DFNSTU]]'
- ;;
-esac
-
-# If we're using GNU nm, then use its standard symbol codes.
-case `$NM -V 2>&1` in
-*GNU* | *'with BFD'*)
- symcode='[[ABCDGIRSTW]]' ;;
-esac
-
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
- # Gets list of data symbols to import.
- lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
- # Adjust the below global symbol transforms to fixup imported variables.
- lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
- lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
- lt_c_name_lib_hook="\
- -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\
- -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'"
-else
- # Disable hooks by default.
- lt_cv_sys_global_symbol_to_import=
- lt_cdecl_hook=
- lt_c_name_hook=
- lt_c_name_lib_hook=
-fi
-
-# Transform an extracted symbol line into a proper C declaration.
-# Some systems (esp. on ia64) link data and code symbols differently,
-# so use this general approach.
-lt_cv_sys_global_symbol_to_cdecl="sed -n"\
-$lt_cdecl_hook\
-" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
-
-# Transform an extracted symbol line into symbol name and symbol address
-lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
-$lt_c_name_hook\
-" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
-
-# Transform an extracted symbol line into symbol name with lib prefix and
-# symbol address.
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
-$lt_c_name_lib_hook\
-" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'"
-
-# Handle CRLF in mingw tool chain
-opt_cr=
-case $build_os in
-mingw*)
- opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
- ;;
-esac
-
-# Try without a prefix underscore, then with it.
-for ac_symprfx in "" "_"; do
-
- # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
- symxfrm="\\1 $ac_symprfx\\2 \\2"
-
- # Write the raw and C identifiers.
- if test "$lt_cv_nm_interface" = "MS dumpbin"; then
- # Fake it for dumpbin and say T for any non-static function,
- # D for any global variable and I for any imported variable.
- # Also find C++ and __fastcall symbols from MSVC++,
- # which start with @ or ?.
- lt_cv_sys_global_symbol_pipe="$AWK ['"\
-" {last_section=section; section=\$ 3};"\
-" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
-" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
-" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
-" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
-" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
-" \$ 0!~/External *\|/{next};"\
-" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
-" {if(hide[section]) next};"\
-" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
-" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
-" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
-" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
-" ' prfx=^$ac_symprfx]"
- else
- lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
- fi
- lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
-
- # Check to see that the pipe works correctly.
- pipe_works=no
-
- rm -f conftest*
- cat > conftest.$ac_ext <<_LT_EOF
-#ifdef __cplusplus
-extern "C" {
-#endif
-char nm_test_var;
-void nm_test_func(void);
-void nm_test_func(void){}
-#ifdef __cplusplus
-}
-#endif
-int main(){nm_test_var='a';nm_test_func();return(0);}
-_LT_EOF
-
- if AC_TRY_EVAL(ac_compile); then
- # Now try to grab the symbols.
- nlist=conftest.nm
- if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
- # Try sorting and uniquifying the output.
- if sort "$nlist" | uniq > "$nlist"T; then
- mv -f "$nlist"T "$nlist"
- else
- rm -f "$nlist"T
- fi
-
- # Make sure that we snagged all the symbols we need.
- if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
- if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
- cat <<_LT_EOF > conftest.$ac_ext
-/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
- relocations are performed -- see ld's documentation on pseudo-relocs. */
-# define LT@&t@_DLSYM_CONST
-#elif defined __osf__
-/* This system does not cope well with relocations in const data. */
-# define LT@&t@_DLSYM_CONST
-#else
-# define LT@&t@_DLSYM_CONST const
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-_LT_EOF
- # Now generate the symbol file.
- eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
-
- cat <<_LT_EOF >> conftest.$ac_ext
-
-/* The mapping between symbol names and symbols. */
-LT@&t@_DLSYM_CONST struct {
- const char *name;
- void *address;
-}
-lt__PROGRAM__LTX_preloaded_symbols[[]] =
-{
- { "@PROGRAM@", (void *) 0 },
-_LT_EOF
- $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
- cat <<\_LT_EOF >> conftest.$ac_ext
- {0, (void *) 0}
-};
-
-/* This works around a problem in FreeBSD linker */
-#ifdef FREEBSD_WORKAROUND
-static const void *lt_preloaded_setup() {
- return lt__PROGRAM__LTX_preloaded_symbols;
-}
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-_LT_EOF
- # Now try linking the two files.
- mv conftest.$ac_objext conftstm.$ac_objext
- lt_globsym_save_LIBS=$LIBS
- lt_globsym_save_CFLAGS=$CFLAGS
- LIBS=conftstm.$ac_objext
- CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
- if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then
- pipe_works=yes
- fi
- LIBS=$lt_globsym_save_LIBS
- CFLAGS=$lt_globsym_save_CFLAGS
- else
- echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
- fi
- else
- echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
- fi
- else
- echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
- fi
- else
- echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
- cat conftest.$ac_ext >&5
- fi
- rm -rf conftest* conftst*
-
- # Do not use the global_symbol_pipe unless it works.
- if test yes = "$pipe_works"; then
- break
- else
- lt_cv_sys_global_symbol_pipe=
- fi
-done
-])
-if test -z "$lt_cv_sys_global_symbol_pipe"; then
- lt_cv_sys_global_symbol_to_cdecl=
-fi
-if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
- AC_MSG_RESULT(failed)
-else
- AC_MSG_RESULT(ok)
-fi
-
-# Response file support.
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
- nm_file_list_spec='@'
-elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then
- nm_file_list_spec='@'
-fi
-
-_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
- [Take the output of nm and produce a listing of raw symbols and C names])
-_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
- [Transform the output of nm in a proper C declaration])
-_LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1],
- [Transform the output of nm into a list of symbols to manually relocate])
-_LT_DECL([global_symbol_to_c_name_address],
- [lt_cv_sys_global_symbol_to_c_name_address], [1],
- [Transform the output of nm in a C name address pair])
-_LT_DECL([global_symbol_to_c_name_address_lib_prefix],
- [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
- [Transform the output of nm in a C name address pair when lib prefix is needed])
-_LT_DECL([nm_interface], [lt_cv_nm_interface], [1],
- [The name lister interface])
-_LT_DECL([], [nm_file_list_spec], [1],
- [Specify filename containing input files for $NM])
-]) # _LT_CMD_GLOBAL_SYMBOLS
-
-
-# _LT_COMPILER_PIC([TAGNAME])
-# ---------------------------
-m4_defun([_LT_COMPILER_PIC],
-[m4_require([_LT_TAG_COMPILER])dnl
-_LT_TAGVAR(lt_prog_compiler_wl, $1)=
-_LT_TAGVAR(lt_prog_compiler_pic, $1)=
-_LT_TAGVAR(lt_prog_compiler_static, $1)=
-
-m4_if([$1], [CXX], [
- # C++ specific cases for pic, static, wl, etc.
- if test yes = "$GXX"; then
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-
- case $host_os in
- aix*)
- # All AIX code is PIC.
- if test ia64 = "$host_cpu"; then
- # AIX 5 now supports IA64 processor
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- fi
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- ;;
-
- amigaos*)
- case $host_cpu in
- powerpc)
- # see comment about AmigaOS4 .so support
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- ;;
- m68k)
- # FIXME: we need at least 68020 code to build shared libraries, but
- # adding the '-m68020' flag to GCC prevents building anything better,
- # like '-m68040'.
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
- ;;
- esac
- ;;
-
- beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
- # PIC is the default for these OSes.
- ;;
- mingw* | cygwin* | os2* | pw32* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- # Although the cygwin gcc ignores -fPIC, still need this for old-style
- # (--disable-auto-import) libraries
- m4_if([$1], [GCJ], [],
- [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
- case $host_os in
- os2*)
- _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
- ;;
- esac
- ;;
- darwin* | rhapsody*)
- # PIC is the default on this platform
- # Common symbols not allowed in MH_DYLIB files
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
- ;;
- *djgpp*)
- # DJGPP does not support shared libraries at all
- _LT_TAGVAR(lt_prog_compiler_pic, $1)=
- ;;
- haiku*)
- # PIC is the default for Haiku.
- # The "-static" flag exists, but is broken.
- _LT_TAGVAR(lt_prog_compiler_static, $1)=
- ;;
- interix[[3-9]]*)
- # Interix 3.x gcc -fpic/-fPIC options generate broken code.
- # Instead, we relocate shared libraries at runtime.
- ;;
- sysv4*MP*)
- if test -d /usr/nec; then
- _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
- fi
- ;;
- hpux*)
- # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
- # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
- # sets the default TLS model and affects inlining.
- case $host_cpu in
- hppa*64*)
- ;;
- *)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- ;;
- esac
- ;;
- *qnx* | *nto*)
- # QNX uses GNU C++, but need to define -shared option too, otherwise
- # it will coredump.
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
- ;;
- *)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- ;;
- esac
- else
- case $host_os in
- aix[[4-9]]*)
- # All AIX code is PIC.
- if test ia64 = "$host_cpu"; then
- # AIX 5 now supports IA64 processor
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- else
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
- fi
- ;;
- chorus*)
- case $cc_basename in
- cxch68*)
- # Green Hills C++ Compiler
- # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
- ;;
- esac
- ;;
- mingw* | cygwin* | os2* | pw32* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- m4_if([$1], [GCJ], [],
- [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
- ;;
- dgux*)
- case $cc_basename in
- ec++*)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- ;;
- ghcx*)
- # Green Hills C++ Compiler
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
- ;;
- *)
- ;;
- esac
- ;;
- freebsd* | dragonfly*)
- # FreeBSD uses GNU C++
- ;;
- hpux9* | hpux10* | hpux11*)
- case $cc_basename in
- CC*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
- if test ia64 != "$host_cpu"; then
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
- fi
- ;;
- aCC*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
- case $host_cpu in
- hppa*64*|ia64*)
- # +Z the default
- ;;
- *)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
- ;;
- esac
- ;;
- *)
- ;;
- esac
- ;;
- interix*)
- # This is c89, which is MS Visual C++ (no shared libs)
- # Anyone wants to do a port?
- ;;
- irix5* | irix6* | nonstopux*)
- case $cc_basename in
- CC*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
- # CC pic flag -KPIC is the default.
- ;;
- *)
- ;;
- esac
- ;;
- linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
- case $cc_basename in
- KCC*)
- # KAI C++ Compiler
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- ;;
- ecpc* )
- # old Intel C++ for x86_64, which still supported -KPIC.
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
- ;;
- icpc* )
- # Intel C++, used to be incompatible with GCC.
- # ICC 10 doesn't accept -KPIC any more.
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
- ;;
- pgCC* | pgcpp*)
- # Portland Group C++ compiler
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- ;;
- cxx*)
- # Compaq C++
- # Make sure the PIC flag is empty. It appears that all Alpha
- # Linux and Compaq Tru64 Unix objects are PIC.
- _LT_TAGVAR(lt_prog_compiler_pic, $1)=
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
- ;;
- xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*)
- # IBM XL 8.0, 9.0 on PPC and BlueGene
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
- ;;
- *)
- case `$CC -V 2>&1 | sed 5q` in
- *Sun\ C*)
- # Sun C++ 5.9
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
- ;;
- esac
- ;;
- esac
- ;;
- lynxos*)
- ;;
- m88k*)
- ;;
- mvs*)
- case $cc_basename in
- cxx*)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
- ;;
- *)
- ;;
- esac
- ;;
- netbsd* | netbsdelf*-gnu)
- ;;
- *qnx* | *nto*)
- # QNX uses GNU C++, but need to define -shared option too, otherwise
- # it will coredump.
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
- ;;
- osf3* | osf4* | osf5*)
- case $cc_basename in
- KCC*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
- ;;
- RCC*)
- # Rational C++ 2.4.1
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
- ;;
- cxx*)
- # Digital/Compaq C++
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- # Make sure the PIC flag is empty. It appears that all Alpha
- # Linux and Compaq Tru64 Unix objects are PIC.
- _LT_TAGVAR(lt_prog_compiler_pic, $1)=
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
- ;;
- *)
- ;;
- esac
- ;;
- psos*)
- ;;
- solaris*)
- case $cc_basename in
- CC* | sunCC*)
- # Sun C++ 4.2, 5.x and Centerline C++
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
- ;;
- gcx*)
- # Green Hills C++ Compiler
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
- ;;
- *)
- ;;
- esac
- ;;
- sunos4*)
- case $cc_basename in
- CC*)
- # Sun C++ 4.x
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- ;;
- lcc*)
- # Lucid
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
- ;;
- *)
- ;;
- esac
- ;;
- sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
- case $cc_basename in
- CC*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- ;;
- esac
- ;;
- tandem*)
- case $cc_basename in
- NCC*)
- # NonStop-UX NCC 3.20
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- ;;
- *)
- ;;
- esac
- ;;
- vxworks*)
- ;;
- *)
- _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
- ;;
- esac
- fi
-],
-[
- if test yes = "$GCC"; then
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-
- case $host_os in
- aix*)
- # All AIX code is PIC.
- if test ia64 = "$host_cpu"; then
- # AIX 5 now supports IA64 processor
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- fi
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- ;;
-
- amigaos*)
- case $host_cpu in
- powerpc)
- # see comment about AmigaOS4 .so support
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- ;;
- m68k)
- # FIXME: we need at least 68020 code to build shared libraries, but
- # adding the '-m68020' flag to GCC prevents building anything better,
- # like '-m68040'.
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
- ;;
- esac
- ;;
-
- beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
- # PIC is the default for these OSes.
- ;;
-
- mingw* | cygwin* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- # Although the cygwin gcc ignores -fPIC, still need this for old-style
- # (--disable-auto-import) libraries
- m4_if([$1], [GCJ], [],
- [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
- case $host_os in
- os2*)
- _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
- ;;
- esac
- ;;
-
- darwin* | rhapsody*)
- # PIC is the default on this platform
- # Common symbols not allowed in MH_DYLIB files
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
- ;;
-
- haiku*)
- # PIC is the default for Haiku.
- # The "-static" flag exists, but is broken.
- _LT_TAGVAR(lt_prog_compiler_static, $1)=
- ;;
-
- hpux*)
- # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
- # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
- # sets the default TLS model and affects inlining.
- case $host_cpu in
- hppa*64*)
- # +Z the default
- ;;
- *)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- ;;
- esac
- ;;
-
- interix[[3-9]]*)
- # Interix 3.x gcc -fpic/-fPIC options generate broken code.
- # Instead, we relocate shared libraries at runtime.
- ;;
-
- msdosdjgpp*)
- # Just because we use GCC doesn't mean we suddenly get shared libraries
- # on systems that don't support them.
- _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
- enable_shared=no
- ;;
-
- *nto* | *qnx*)
- # QNX uses GNU C++, but need to define -shared option too, otherwise
- # it will coredump.
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
- ;;
-
- sysv4*MP*)
- if test -d /usr/nec; then
- _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
- fi
- ;;
-
- *)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- ;;
- esac
-
- case $cc_basename in
- nvcc*) # Cuda Compiler Driver 2.2
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
- if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
- _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
- fi
- ;;
- esac
- else
- # PORTME Check for flag to pass linker flags through the system compiler.
- case $host_os in
- aix*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- if test ia64 = "$host_cpu"; then
- # AIX 5 now supports IA64 processor
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- else
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
- fi
- ;;
-
- darwin* | rhapsody*)
- # PIC is the default on this platform
- # Common symbols not allowed in MH_DYLIB files
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
- case $cc_basename in
- nagfor*)
- # NAG Fortran compiler
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- ;;
- esac
- ;;
-
- mingw* | cygwin* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- m4_if([$1], [GCJ], [],
- [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
- case $host_os in
- os2*)
- _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
- ;;
- esac
- ;;
-
- hpux9* | hpux10* | hpux11*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
- # not for PA HP-UX.
- case $host_cpu in
- hppa*64*|ia64*)
- # +Z the default
- ;;
- *)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
- ;;
- esac
- # Is there a better lt_prog_compiler_static that works with the bundled CC?
- _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
- ;;
-
- irix5* | irix6* | nonstopux*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- # PIC (with -KPIC) is the default.
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
- ;;
-
- linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
- case $cc_basename in
- # old Intel for x86_64, which still supported -KPIC.
- ecc*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
- ;;
- # icc used to be incompatible with GCC.
- # ICC 10 doesn't accept -KPIC any more.
- icc* | ifort*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
- ;;
- # Lahey Fortran 8.1.
- lf95*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
- ;;
- nagfor*)
- # NAG Fortran compiler
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- ;;
- tcc*)
- # Fabrice Bellard et al's Tiny C Compiler
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
- ;;
- pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
- # Portland Group compilers (*not* the Pentium gcc compiler,
- # which looks to be a dead project)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- ;;
- ccc*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- # All Alpha code is PIC.
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
- ;;
- xl* | bgxl* | bgf* | mpixl*)
- # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
- ;;
- *)
- case `$CC -V 2>&1 | sed 5q` in
- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
- # Sun Fortran 8.3 passes all unrecognized flags to the linker
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
- ;;
- *Sun\ F* | *Sun*Fortran*)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
- ;;
- *Sun\ C*)
- # Sun C 5.9
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- ;;
- *Intel*\ [[CF]]*Compiler*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
- ;;
- *Portland\ Group*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- ;;
- esac
- ;;
- esac
- ;;
-
- newsos6)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- ;;
-
- *nto* | *qnx*)
- # QNX uses GNU C++, but need to define -shared option too, otherwise
- # it will coredump.
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
- ;;
-
- osf3* | osf4* | osf5*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- # All OSF/1 code is PIC.
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
- ;;
-
- rdos*)
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
- ;;
-
- solaris*)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- case $cc_basename in
- f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
- *)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
- esac
- ;;
-
- sunos4*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- ;;
-
- sysv4 | sysv4.2uw2* | sysv4.3*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- ;;
-
- sysv4*MP*)
- if test -d /usr/nec; then
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- fi
- ;;
-
- sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- ;;
-
- unicos*)
- _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
- _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
- ;;
-
- uts4*)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
- _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
- ;;
-
- *)
- _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
- ;;
- esac
- fi
-])
-case $host_os in
- # For platforms that do not support PIC, -DPIC is meaningless:
- *djgpp*)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)=
- ;;
- *)
- _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
- ;;
-esac
-
-AC_CACHE_CHECK([for $compiler option to produce PIC],
- [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)],
- [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
-_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)
-
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
- [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
- [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
- [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
- "" | " "*) ;;
- *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
- esac],
- [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
- _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
-fi
-_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
- [Additional compiler flags for building library objects])
-
-_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
- [How to pass a linker flag through the compiler])
-#
-# Check to make sure the static flag actually works.
-#
-wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
-_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
- _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
- $lt_tmp_static_flag,
- [],
- [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
-_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
- [Compiler flag to prevent dynamic linking])
-])# _LT_COMPILER_PIC
-
-
-# _LT_LINKER_SHLIBS([TAGNAME])
-# ----------------------------
-# See if the linker supports building shared libraries.
-m4_defun([_LT_LINKER_SHLIBS],
-[AC_REQUIRE([LT_PATH_LD])dnl
-AC_REQUIRE([LT_PATH_NM])dnl
-m4_require([_LT_PATH_MANIFEST_TOOL])dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
-m4_require([_LT_TAG_COMPILER])dnl
-AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
-m4_if([$1], [CXX], [
- _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
- _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
- case $host_os in
- aix[[4-9]]*)
- # If we're using GNU nm, then we don't want the "-C" option.
- # -C means demangle to GNU nm, but means don't demangle to AIX nm.
- # Without the "-l" option, or with the "-B" option, AIX nm treats
- # weak defined symbols like other global defined symbols, whereas
- # GNU nm marks them as "W".
- # While the 'weak' keyword is ignored in the Export File, we need
- # it in the Import File for the 'aix-soname' feature, so we have
- # to replace the "-B" option with "-P" for AIX nm.
- if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
- _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
- else
- _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
- fi
- ;;
- pw32*)
- _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds
- ;;
- cygwin* | mingw* | cegcc*)
- case $cc_basename in
- cl*)
- _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
- ;;
- *)
- _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
- _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
- ;;
- esac
- ;;
- linux* | k*bsd*-gnu | gnu*)
- _LT_TAGVAR(link_all_deplibs, $1)=no
- ;;
- *)
- _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
- ;;
- esac
-], [
- runpath_var=
- _LT_TAGVAR(allow_undefined_flag, $1)=
- _LT_TAGVAR(always_export_symbols, $1)=no
- _LT_TAGVAR(archive_cmds, $1)=
- _LT_TAGVAR(archive_expsym_cmds, $1)=
- _LT_TAGVAR(compiler_needs_object, $1)=no
- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
- _LT_TAGVAR(export_dynamic_flag_spec, $1)=
- _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
- _LT_TAGVAR(hardcode_automatic, $1)=no
- _LT_TAGVAR(hardcode_direct, $1)=no
- _LT_TAGVAR(hardcode_direct_absolute, $1)=no
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
- _LT_TAGVAR(hardcode_libdir_separator, $1)=
- _LT_TAGVAR(hardcode_minus_L, $1)=no
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
- _LT_TAGVAR(inherit_rpath, $1)=no
- _LT_TAGVAR(link_all_deplibs, $1)=unknown
- _LT_TAGVAR(module_cmds, $1)=
- _LT_TAGVAR(module_expsym_cmds, $1)=
- _LT_TAGVAR(old_archive_from_new_cmds, $1)=
- _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
- _LT_TAGVAR(thread_safe_flag_spec, $1)=
- _LT_TAGVAR(whole_archive_flag_spec, $1)=
- # include_expsyms should be a list of space-separated symbols to be *always*
- # included in the symbol list
- _LT_TAGVAR(include_expsyms, $1)=
- # exclude_expsyms can be an extended regexp of symbols to exclude
- # it will be wrapped by ' (' and ')$', so one must not match beginning or
- # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
- # as well as any symbol that contains 'd'.
- _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
- # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
- # platforms (ab)use it in PIC code, but their linkers get confused if
- # the symbol is explicitly referenced. Since portable code cannot
- # rely on this symbol name, it's probably fine to never include it in
- # preloaded symbol tables.
- # Exclude shared library initialization/finalization symbols.
-dnl Note also adjust exclude_expsyms for C++ above.
- extract_expsyms_cmds=
-
- case $host_os in
- cygwin* | mingw* | pw32* | cegcc*)
- # FIXME: the MSVC++ port hasn't been tested in a loooong time
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++.
- if test yes != "$GCC"; then
- with_gnu_ld=no
- fi
- ;;
- interix*)
- # we just hope/assume this is gcc and not c89 (= MSVC++)
- with_gnu_ld=yes
- ;;
- openbsd* | bitrig*)
- with_gnu_ld=no
- ;;
- linux* | k*bsd*-gnu | gnu*)
- _LT_TAGVAR(link_all_deplibs, $1)=no
- ;;
- esac
-
- _LT_TAGVAR(ld_shlibs, $1)=yes
-
- # On some targets, GNU ld is compatible enough with the native linker
- # that we're better off using the native interface for both.
- lt_use_gnu_ld_interface=no
- if test yes = "$with_gnu_ld"; then
- case $host_os in
- aix*)
- # The AIX port of GNU ld has always aspired to compatibility
- # with the native linker. However, as the warning in the GNU ld
- # block says, versions before 2.19.5* couldn't really create working
- # shared libraries, regardless of the interface used.
- case `$LD -v 2>&1` in
- *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
- *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
- *\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
- *)
- lt_use_gnu_ld_interface=yes
- ;;
- esac
- ;;
- *)
- lt_use_gnu_ld_interface=yes
- ;;
- esac
- fi
-
- if test yes = "$lt_use_gnu_ld_interface"; then
- # If archive_cmds runs LD, not CC, wlarc should be empty
- wlarc='$wl'
-
- # Set some defaults for GNU ld with shared library support. These
- # are reset later if shared libraries are not supported. Putting them
- # here allows them to be overridden if necessary.
- runpath_var=LD_RUN_PATH
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
- # ancient GNU ld didn't support --whole-archive et. al.
- if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
- _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
- else
- _LT_TAGVAR(whole_archive_flag_spec, $1)=
- fi
- supports_anon_versioning=no
- case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
- *GNU\ gold*) supports_anon_versioning=yes ;;
- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
- *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
- *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
- *\ 2.11.*) ;; # other 2.11 versions
- *) supports_anon_versioning=yes ;;
- esac
-
- # See if GNU ld supports shared libraries.
- case $host_os in
- aix[[3-9]]*)
- # On AIX/PPC, the GNU linker is very broken
- if test ia64 != "$host_cpu"; then
- _LT_TAGVAR(ld_shlibs, $1)=no
- cat <<_LT_EOF 1>&2
-
-*** Warning: the GNU linker, at least up to release 2.19, is reported
-*** to be unable to reliably create shared libraries on AIX.
-*** Therefore, libtool is disabling shared libraries support. If you
-*** really care for shared libraries, you may want to install binutils
-*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
-*** You will then need to restart the configuration process.
-
-_LT_EOF
- fi
- ;;
-
- amigaos*)
- case $host_cpu in
- powerpc)
- # see comment about AmigaOS4 .so support
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)=''
- ;;
- m68k)
- _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- ;;
- esac
- ;;
-
- beos*)
- if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
- _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
- # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
- # support --undefined. This deserves some investigation. FIXME
- _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- else
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
-
- cygwin* | mingw* | pw32* | cegcc*)
- # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
- # as there is no search path for DLLs.
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
- _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
- _LT_TAGVAR(always_export_symbols, $1)=no
- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
- _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
- _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
-
- if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
- # If the export-symbols file already is a .def file, use it as
- # is; otherwise, prepend EXPORTS...
- _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
- cp $export_symbols $output_objdir/$soname.def;
- else
- echo EXPORTS > $output_objdir/$soname.def;
- cat $export_symbols >> $output_objdir/$soname.def;
- fi~
- $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
- else
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
-
- haiku*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(link_all_deplibs, $1)=yes
- ;;
-
- os2*)
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
- shrext_cmds=.dll
- _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
- $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
- $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
- $ECHO EXPORTS >> $output_objdir/$libname.def~
- emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
- $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
- emximp -o $lib $output_objdir/$libname.def'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
- $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
- $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
- $ECHO EXPORTS >> $output_objdir/$libname.def~
- prefix_cmds="$SED"~
- if test EXPORTS = "`$SED 1q $export_symbols`"; then
- prefix_cmds="$prefix_cmds -e 1d";
- fi~
- prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
- cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
- $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
- emximp -o $lib $output_objdir/$libname.def'
- _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
- ;;
-
- interix[[3-9]]*)
- _LT_TAGVAR(hardcode_direct, $1)=no
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
- # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
- # Instead, shared libraries are loaded at an image base (0x10000000 by
- # default) and relocated if they conflict, which is a slow very memory
- # consuming and fragmenting process. To avoid this, we pick a random,
- # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
- # time. Moving up from 0x10000000 also allows more sbrk(2) space.
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
- ;;
-
- gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
- tmp_diet=no
- if test linux-dietlibc = "$host_os"; then
- case $cc_basename in
- diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
- esac
- fi
- if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
- && test no = "$tmp_diet"
- then
- tmp_addflag=' $pic_flag'
- tmp_sharedflag='-shared'
- case $cc_basename,$host_cpu in
- pgcc*) # Portland Group C compiler
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
- tmp_addflag=' $pic_flag'
- ;;
- pgf77* | pgf90* | pgf95* | pgfortran*)
- # Portland Group f77 and f90 compilers
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
- tmp_addflag=' $pic_flag -Mnomain' ;;
- ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
- tmp_addflag=' -i_dynamic' ;;
- efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
- tmp_addflag=' -i_dynamic -nofor_main' ;;
- ifc* | ifort*) # Intel Fortran compiler
- tmp_addflag=' -nofor_main' ;;
- lf95*) # Lahey Fortran 8.1
- _LT_TAGVAR(whole_archive_flag_spec, $1)=
- tmp_sharedflag='--shared' ;;
- nagfor*) # NAGFOR 5.3
- tmp_sharedflag='-Wl,-shared' ;;
- xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
- tmp_sharedflag='-qmkshrobj'
- tmp_addflag= ;;
- nvcc*) # Cuda Compiler Driver 2.2
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
- _LT_TAGVAR(compiler_needs_object, $1)=yes
- ;;
- esac
- case `$CC -V 2>&1 | sed 5q` in
- *Sun\ C*) # Sun C 5.9
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
- _LT_TAGVAR(compiler_needs_object, $1)=yes
- tmp_sharedflag='-G' ;;
- *Sun\ F*) # Sun Fortran 8.3
- tmp_sharedflag='-G' ;;
- esac
- _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-
- if test yes = "$supports_anon_versioning"; then
- _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
- cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
- echo "local: *; };" >> $output_objdir/$libname.ver~
- $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
- fi
-
- case $cc_basename in
- tcc*)
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
- ;;
- xlf* | bgf* | bgxlf* | mpixlf*)
- # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
- _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
- _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
- if test yes = "$supports_anon_versioning"; then
- _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
- cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
- echo "local: *; };" >> $output_objdir/$libname.ver~
- $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
- fi
- ;;
- esac
- else
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
-
- netbsd* | netbsdelf*-gnu)
- if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
- _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
- wlarc=
- else
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
- fi
- ;;
-
- solaris*)
- if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
- _LT_TAGVAR(ld_shlibs, $1)=no
- cat <<_LT_EOF 1>&2
-
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
-*** create shared libraries on Solaris systems. Therefore, libtool
-*** is disabling shared libraries support. We urge you to upgrade GNU
-*** binutils to release 2.9.1 or newer. Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
-
-_LT_EOF
- elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
- else
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
-
- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
- case `$LD -v 2>&1` in
- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
- _LT_TAGVAR(ld_shlibs, $1)=no
- cat <<_LT_EOF 1>&2
-
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
-*** reliably create shared libraries on SCO systems. Therefore, libtool
-*** is disabling shared libraries support. We urge you to upgrade GNU
-*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
-
-_LT_EOF
- ;;
- *)
- # For security reasons, it is highly recommended that you always
- # use absolute paths for naming shared libraries, and exclude the
- # DT_RUNPATH tag from executables and libraries. But doing so
- # requires that you compile everything twice, which is a pain.
- if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
- else
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
- esac
- ;;
-
- sunos4*)
- _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
- wlarc=
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- ;;
-
- *)
- if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
- else
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
- esac
-
- if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then
- runpath_var=
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
- _LT_TAGVAR(export_dynamic_flag_spec, $1)=
- _LT_TAGVAR(whole_archive_flag_spec, $1)=
- fi
- else
- # PORTME fill in a description of your system's linker (not GNU ld)
- case $host_os in
- aix3*)
- _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
- _LT_TAGVAR(always_export_symbols, $1)=yes
- _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
- # Note: this linker hardcodes the directories in LIBPATH if there
- # are no directories specified by -L.
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
- # Neither direct hardcoding nor static linking is supported with a
- # broken collect2.
- _LT_TAGVAR(hardcode_direct, $1)=unsupported
- fi
- ;;
-
- aix[[4-9]]*)
- if test ia64 = "$host_cpu"; then
- # On IA64, the linker does run time linking by default, so we don't
- # have to do anything special.
- aix_use_runtimelinking=no
- exp_sym_flag='-Bexport'
- no_entry_flag=
- else
- # If we're using GNU nm, then we don't want the "-C" option.
- # -C means demangle to GNU nm, but means don't demangle to AIX nm.
- # Without the "-l" option, or with the "-B" option, AIX nm treats
- # weak defined symbols like other global defined symbols, whereas
- # GNU nm marks them as "W".
- # While the 'weak' keyword is ignored in the Export File, we need
- # it in the Import File for the 'aix-soname' feature, so we have
- # to replace the "-B" option with "-P" for AIX nm.
- if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
- _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
- else
- _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
- fi
- aix_use_runtimelinking=no
-
- # Test if we are trying to use run time linking or normal
- # AIX style linking. If -brtl is somewhere in LDFLAGS, we
- # have runtime linking enabled, and use it for executables.
- # For shared libraries, we enable/disable runtime linking
- # depending on the kind of the shared library created -
- # when "with_aix_soname,aix_use_runtimelinking" is:
- # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
- # "aix,yes" lib.so shared, rtl:yes, for executables
- # lib.a static archive
- # "both,no" lib.so.V(shr.o) shared, rtl:yes
- # lib.a(lib.so.V) shared, rtl:no, for executables
- # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
- # lib.a(lib.so.V) shared, rtl:no
- # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
- # lib.a static archive
- case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
- for ld_flag in $LDFLAGS; do
- if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
- aix_use_runtimelinking=yes
- break
- fi
- done
- if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
- # With aix-soname=svr4, we create the lib.so.V shared archives only,
- # so we don't have lib.a shared libs to link our executables.
- # We have to force runtime linking in this case.
- aix_use_runtimelinking=yes
- LDFLAGS="$LDFLAGS -Wl,-brtl"
- fi
- ;;
- esac
-
- exp_sym_flag='-bexport'
- no_entry_flag='-bnoentry'
- fi
-
- # When large executables or shared objects are built, AIX ld can
- # have problems creating the table of contents. If linking a library
- # or program results in "error TOC overflow" add -mminimal-toc to
- # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
- # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
- _LT_TAGVAR(archive_cmds, $1)=''
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
- _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
- _LT_TAGVAR(link_all_deplibs, $1)=yes
- _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
- case $with_aix_soname,$aix_use_runtimelinking in
- aix,*) ;; # traditional, no import file
- svr4,* | *,yes) # use import file
- # The Import File defines what to hardcode.
- _LT_TAGVAR(hardcode_direct, $1)=no
- _LT_TAGVAR(hardcode_direct_absolute, $1)=no
- ;;
- esac
-
- if test yes = "$GCC"; then
- case $host_os in aix4.[[012]]|aix4.[[012]].*)
- # We only want to do this on AIX 4.2 and lower, the check
- # below for broken collect2 doesn't work under 4.3+
- collect2name=`$CC -print-prog-name=collect2`
- if test -f "$collect2name" &&
- strings "$collect2name" | $GREP resolve_lib_name >/dev/null
- then
- # We have reworked collect2
- :
- else
- # We have old collect2
- _LT_TAGVAR(hardcode_direct, $1)=unsupported
- # It fails to find uninstalled libraries when the uninstalled
- # path is not listed in the libpath. Setting hardcode_minus_L
- # to unsupported forces relinking
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=
- fi
- ;;
- esac
- shared_flag='-shared'
- if test yes = "$aix_use_runtimelinking"; then
- shared_flag="$shared_flag "'$wl-G'
- fi
- # Need to ensure runtime linking is disabled for the traditional
- # shared library, or the linker may eventually find shared libraries
- # /with/ Import File - we do not want to mix them.
- shared_flag_aix='-shared'
- shared_flag_svr4='-shared $wl-G'
- else
- # not using gcc
- if test ia64 = "$host_cpu"; then
- # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
- # chokes on -Wl,-G. The following line is correct:
- shared_flag='-G'
- else
- if test yes = "$aix_use_runtimelinking"; then
- shared_flag='$wl-G'
- else
- shared_flag='$wl-bM:SRE'
- fi
- shared_flag_aix='$wl-bM:SRE'
- shared_flag_svr4='$wl-G'
- fi
- fi
-
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
- # It seems that -bexpall does not export symbols beginning with
- # underscore (_), so it is better to generate a list of symbols to export.
- _LT_TAGVAR(always_export_symbols, $1)=yes
- if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
- # Warning - without using the other runtime loading flags (-brtl),
- # -berok will link without error, but may produce a broken library.
- _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
- # Determine the default libpath from the value encoded in an
- # empty executable.
- _LT_SYS_MODULE_PATH_AIX([$1])
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
- else
- if test ia64 = "$host_cpu"; then
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
- _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
- _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
- else
- # Determine the default libpath from the value encoded in an
- # empty executable.
- _LT_SYS_MODULE_PATH_AIX([$1])
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
- # Warning - without using the other run time loading flags,
- # -berok will link without error, but may produce a broken library.
- _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
- if test yes = "$with_gnu_ld"; then
- # We only use this code for GNU lds that support --whole-archive.
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
- else
- # Exported symbols can be pulled into shared objects from archives
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
- fi
- _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
- _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
- # -brtl affects multiple linker settings, -berok does not and is overridden later
- compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
- if test svr4 != "$with_aix_soname"; then
- # This is similar to how AIX traditionally builds its shared libraries.
- _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
- fi
- if test aix != "$with_aix_soname"; then
- _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
- else
- # used by -dlpreopen to get the symbols
- _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
- fi
- _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
- fi
- fi
- ;;
-
- amigaos*)
- case $host_cpu in
- powerpc)
- # see comment about AmigaOS4 .so support
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)=''
- ;;
- m68k)
- _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- ;;
- esac
- ;;
-
- bsdi[[45]]*)
- _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
- ;;
-
- cygwin* | mingw* | pw32* | cegcc*)
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++.
- # hardcode_libdir_flag_spec is actually meaningless, as there is
- # no search path for DLLs.
- case $cc_basename in
- cl*)
- # Native MSVC
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
- _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
- _LT_TAGVAR(always_export_symbols, $1)=yes
- _LT_TAGVAR(file_list_spec, $1)='@'
- # Tell ltmain to make .lib files, not .a files.
- libext=lib
- # Tell ltmain to make .dll files, not .so files.
- shrext_cmds=.dll
- # FIXME: Setting linknames here is a bad hack.
- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
- _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
- cp "$export_symbols" "$output_objdir/$soname.def";
- echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
- else
- $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
- fi~
- $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
- linknames='
- # The linker will not automatically build a static lib if we build a DLL.
- # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
- _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
- _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
- # Don't use ranlib
- _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
- _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
- lt_tool_outputfile="@TOOL_OUTPUT@"~
- case $lt_outputfile in
- *.exe|*.EXE) ;;
- *)
- lt_outputfile=$lt_outputfile.exe
- lt_tool_outputfile=$lt_tool_outputfile.exe
- ;;
- esac~
- if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
- $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
- $RM "$lt_outputfile.manifest";
- fi'
- ;;
- *)
- # Assume MSVC wrapper
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
- _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
- # Tell ltmain to make .lib files, not .a files.
- libext=lib
- # Tell ltmain to make .dll files, not .so files.
- shrext_cmds=.dll
- # FIXME: Setting linknames here is a bad hack.
- _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
- # The linker will automatically build a .lib file if we build a DLL.
- _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
- # FIXME: Should let the user specify the lib program.
- _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
- ;;
- esac
- ;;
-
- darwin* | rhapsody*)
- _LT_DARWIN_LINKER_FEATURES($1)
- ;;
-
- dgux*)
- _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- ;;
-
- # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
- # support. Future versions do this automatically, but an explicit c++rt0.o
- # does not break anything, and helps significantly (at the cost of a little
- # extra space).
- freebsd2.2*)
- _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- ;;
-
- # Unfortunately, older versions of FreeBSD 2 do not have this feature.
- freebsd2.*)
- _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- ;;
-
- # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
- freebsd* | dragonfly*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- ;;
-
- hpux9*)
- if test yes = "$GCC"; then
- _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
- else
- _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
- fi
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
- _LT_TAGVAR(hardcode_direct, $1)=yes
-
- # hardcode_minus_L: Not really in the search PATH,
- # but as the default location of the library.
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
- ;;
-
- hpux10*)
- if test yes,no = "$GCC,$with_gnu_ld"; then
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
- else
- _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
- fi
- if test no = "$with_gnu_ld"; then
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
- # hardcode_minus_L: Not really in the search PATH,
- # but as the default location of the library.
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- fi
- ;;
-
- hpux11*)
- if test yes,no = "$GCC,$with_gnu_ld"; then
- case $host_cpu in
- hppa*64*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
- ;;
- ia64*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
- ;;
- *)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
- ;;
- esac
- else
- case $host_cpu in
- hppa*64*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
- ;;
- ia64*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
- ;;
- *)
- m4_if($1, [], [
- # Older versions of the 11.00 compiler do not understand -b yet
- # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
- _LT_LINKER_OPTION([if $CC understands -b],
- _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
- [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
- [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
- [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
- ;;
- esac
- fi
- if test no = "$with_gnu_ld"; then
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
- case $host_cpu in
- hppa*64*|ia64*)
- _LT_TAGVAR(hardcode_direct, $1)=no
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- ;;
- *)
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-
- # hardcode_minus_L: Not really in the search PATH,
- # but as the default location of the library.
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- ;;
- esac
- fi
- ;;
-
- irix5* | irix6* | nonstopux*)
- if test yes = "$GCC"; then
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
- # Try to use the -exported_symbol ld option, if it does not
- # work, assume that -exports_file does not work either and
- # implicitly export all symbols.
- # This should be the same for all languages, so no per-tag cache variable.
- AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
- [lt_cv_irix_exported_symbol],
- [save_LDFLAGS=$LDFLAGS
- LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
- AC_LINK_IFELSE(
- [AC_LANG_SOURCE(
- [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
- [C++], [[int foo (void) { return 0; }]],
- [Fortran 77], [[
- subroutine foo
- end]],
- [Fortran], [[
- subroutine foo
- end]])])],
- [lt_cv_irix_exported_symbol=yes],
- [lt_cv_irix_exported_symbol=no])
- LDFLAGS=$save_LDFLAGS])
- if test yes = "$lt_cv_irix_exported_symbol"; then
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
- fi
- _LT_TAGVAR(link_all_deplibs, $1)=no
- else
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
- fi
- _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
- _LT_TAGVAR(inherit_rpath, $1)=yes
- _LT_TAGVAR(link_all_deplibs, $1)=yes
- ;;
-
- linux*)
- case $cc_basename in
- tcc*)
- # Fabrice Bellard et al's Tiny C Compiler
- _LT_TAGVAR(ld_shlibs, $1)=yes
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
- ;;
- esac
- ;;
-
- netbsd* | netbsdelf*-gnu)
- if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
- _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
- else
- _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
- fi
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- ;;
-
- newsos6)
- _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- ;;
-
- *nto* | *qnx*)
- ;;
-
- openbsd* | bitrig*)
- if test -f /usr/libexec/ld.so; then
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
- if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
- else
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
- fi
- else
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
-
- os2*)
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
- shrext_cmds=.dll
- _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
- $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
- $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
- $ECHO EXPORTS >> $output_objdir/$libname.def~
- emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
- $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
- emximp -o $lib $output_objdir/$libname.def'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
- $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
- $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
- $ECHO EXPORTS >> $output_objdir/$libname.def~
- prefix_cmds="$SED"~
- if test EXPORTS = "`$SED 1q $export_symbols`"; then
- prefix_cmds="$prefix_cmds -e 1d";
- fi~
- prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
- cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
- $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
- emximp -o $lib $output_objdir/$libname.def'
- _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
- ;;
-
- osf3*)
- if test yes = "$GCC"; then
- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
- else
- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
- fi
- _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
- ;;
-
- osf4* | osf5*) # as osf3* with the addition of -msym flag
- if test yes = "$GCC"; then
- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
- else
- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
- $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
-
- # Both c and cxx compiler support -rpath directly
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
- fi
- _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
- ;;
-
- solaris*)
- _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
- if test yes = "$GCC"; then
- wlarc='$wl'
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
- $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
- else
- case `$CC -V 2>&1` in
- *"Compilers 5.0"*)
- wlarc=''
- _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
- $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
- ;;
- *)
- wlarc='$wl'
- _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
- $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
- ;;
- esac
- fi
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- case $host_os in
- solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
- *)
- # The compiler driver will combine and reorder linker options,
- # but understands '-z linker_flag'. GCC discards it without '$wl',
- # but is careful enough not to reorder.
- # Supported since Solaris 2.6 (maybe 2.5.1?)
- if test yes = "$GCC"; then
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
- else
- _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
- fi
- ;;
- esac
- _LT_TAGVAR(link_all_deplibs, $1)=yes
- ;;
-
- sunos4*)
- if test sequent = "$host_vendor"; then
- # Use $CC to link under sequent, because it throws in some extra .o
- # files that make .init and .fini sections work.
- _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
- else
- _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
- fi
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- ;;
-
- sysv4)
- case $host_vendor in
- sni)
- _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
- _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
- ;;
- siemens)
- ## LD is ld it makes a PLAMLIB
- ## CC just makes a GrossModule.
- _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
- _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
- _LT_TAGVAR(hardcode_direct, $1)=no
- ;;
- motorola)
- _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
- _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
- ;;
- esac
- runpath_var='LD_RUN_PATH'
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- ;;
-
- sysv4.3*)
- _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
- ;;
-
- sysv4*MP*)
- if test -d /usr/nec; then
- _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- runpath_var=LD_RUN_PATH
- hardcode_runpath_var=yes
- _LT_TAGVAR(ld_shlibs, $1)=yes
- fi
- ;;
-
- sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
- _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
- _LT_TAGVAR(archive_cmds_need_lc, $1)=no
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- runpath_var='LD_RUN_PATH'
-
- if test yes = "$GCC"; then
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- else
- _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- fi
- ;;
-
- sysv5* | sco3.2v5* | sco5v6*)
- # Note: We CANNOT use -z defs as we might desire, because we do not
- # link with -lc, and that would cause any symbols used from libc to
- # always be unresolved, which means just about no library would
- # ever link correctly. If we're not using GNU ld we use -z text
- # though, which does catch some bad symbols but isn't as heavy-handed
- # as -z defs.
- _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
- _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
- _LT_TAGVAR(archive_cmds_need_lc, $1)=no
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
- _LT_TAGVAR(link_all_deplibs, $1)=yes
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
- runpath_var='LD_RUN_PATH'
-
- if test yes = "$GCC"; then
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- else
- _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- fi
- ;;
-
- uts4*)
- _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- ;;
-
- *)
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- esac
-
- if test sni = "$host_vendor"; then
- case $host in
- sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym'
- ;;
- esac
- fi
- fi
-])
-AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
-test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
-
-_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
-
-_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
-_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
-_LT_DECL([], [extract_expsyms_cmds], [2],
- [The commands to extract the exported symbol list from a shared archive])
-
-#
-# Do we need to explicitly link libc?
-#
-case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
-x|xyes)
- # Assume -lc should be added
- _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
-
- if test yes,yes = "$GCC,$enable_shared"; then
- case $_LT_TAGVAR(archive_cmds, $1) in
- *'~'*)
- # FIXME: we may have to deal with multi-command sequences.
- ;;
- '$CC '*)
- # Test whether the compiler implicitly links with -lc since on some
- # systems, -lgcc has to come before -lc. If gcc already passes -lc
- # to ld, don't add -lc before -lgcc.
- AC_CACHE_CHECK([whether -lc should be explicitly linked in],
- [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1),
- [$RM conftest*
- echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
- if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
- soname=conftest
- lib=conftest
- libobjs=conftest.$ac_objext
- deplibs=
- wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
- pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
- compiler_flags=-v
- linker_flags=-v
- verstring=
- output_objdir=.
- libname=conftest
- lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
- _LT_TAGVAR(allow_undefined_flag, $1)=
- if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
- then
- lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no
- else
- lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
- fi
- _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
- else
- cat conftest.err 1>&5
- fi
- $RM conftest*
- ])
- _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)
- ;;
- esac
- fi
- ;;
-esac
-
-_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
- [Whether or not to add -lc for building shared libraries])
-_LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
- [enable_shared_with_static_runtimes], [0],
- [Whether or not to disallow shared libs when runtime libs are static])
-_LT_TAGDECL([], [export_dynamic_flag_spec], [1],
- [Compiler flag to allow reflexive dlopens])
-_LT_TAGDECL([], [whole_archive_flag_spec], [1],
- [Compiler flag to generate shared objects directly from archives])
-_LT_TAGDECL([], [compiler_needs_object], [1],
- [Whether the compiler copes with passing no objects directly])
-_LT_TAGDECL([], [old_archive_from_new_cmds], [2],
- [Create an old-style archive from a shared archive])
-_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
- [Create a temporary old-style archive to link instead of a shared archive])
-_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
-_LT_TAGDECL([], [archive_expsym_cmds], [2])
-_LT_TAGDECL([], [module_cmds], [2],
- [Commands used to build a loadable module if different from building
- a shared archive.])
-_LT_TAGDECL([], [module_expsym_cmds], [2])
-_LT_TAGDECL([], [with_gnu_ld], [1],
- [Whether we are building with GNU ld or not])
-_LT_TAGDECL([], [allow_undefined_flag], [1],
- [Flag that allows shared libraries with undefined symbols to be built])
-_LT_TAGDECL([], [no_undefined_flag], [1],
- [Flag that enforces no undefined symbols])
-_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
- [Flag to hardcode $libdir into a binary during linking.
- This must work even if $libdir does not exist])
-_LT_TAGDECL([], [hardcode_libdir_separator], [1],
- [Whether we need a single "-rpath" flag with a separated argument])
-_LT_TAGDECL([], [hardcode_direct], [0],
- [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
- DIR into the resulting binary])
-_LT_TAGDECL([], [hardcode_direct_absolute], [0],
- [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
- DIR into the resulting binary and the resulting library dependency is
- "absolute", i.e impossible to change by setting $shlibpath_var if the
- library is relocated])
-_LT_TAGDECL([], [hardcode_minus_L], [0],
- [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
- into the resulting binary])
-_LT_TAGDECL([], [hardcode_shlibpath_var], [0],
- [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
- into the resulting binary])
-_LT_TAGDECL([], [hardcode_automatic], [0],
- [Set to "yes" if building a shared library automatically hardcodes DIR
- into the library and all subsequent libraries and executables linked
- against it])
-_LT_TAGDECL([], [inherit_rpath], [0],
- [Set to yes if linker adds runtime paths of dependent libraries
- to runtime path list])
-_LT_TAGDECL([], [link_all_deplibs], [0],
- [Whether libtool must link a program against all its dependency libraries])
-_LT_TAGDECL([], [always_export_symbols], [0],
- [Set to "yes" if exported symbols are required])
-_LT_TAGDECL([], [export_symbols_cmds], [2],
- [The commands to list exported symbols])
-_LT_TAGDECL([], [exclude_expsyms], [1],
- [Symbols that should not be listed in the preloaded symbols])
-_LT_TAGDECL([], [include_expsyms], [1],
- [Symbols that must always be exported])
-_LT_TAGDECL([], [prelink_cmds], [2],
- [Commands necessary for linking programs (against libraries) with templates])
-_LT_TAGDECL([], [postlink_cmds], [2],
- [Commands necessary for finishing linking programs])
-_LT_TAGDECL([], [file_list_spec], [1],
- [Specify filename containing input files])
-dnl FIXME: Not yet implemented
-dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
-dnl [Compiler flag to generate thread safe objects])
-])# _LT_LINKER_SHLIBS
-
-
-# _LT_LANG_C_CONFIG([TAG])
-# ------------------------
-# Ensure that the configuration variables for a C compiler are suitably
-# defined. These variables are subsequently used by _LT_CONFIG to write
-# the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_C_CONFIG],
-[m4_require([_LT_DECL_EGREP])dnl
-lt_save_CC=$CC
-AC_LANG_PUSH(C)
-
-# Source file extension for C test sources.
-ac_ext=c
-
-# Object file extension for compiled C test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="int some_variable = 0;"
-
-# Code to be used in simple link tests
-lt_simple_link_test_code='int main(){return(0);}'
-
-_LT_TAG_COMPILER
-# Save the default compiler, since it gets overwritten when the other
-# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
-compiler_DEFAULT=$CC
-
-# save warnings/boilerplate of simple test code
-_LT_COMPILER_BOILERPLATE
-_LT_LINKER_BOILERPLATE
-
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
- _LT_COMPILER_NO_RTTI($1)
- _LT_COMPILER_PIC($1)
- _LT_COMPILER_C_O($1)
- _LT_COMPILER_FILE_LOCKS($1)
- _LT_LINKER_SHLIBS($1)
- _LT_SYS_DYNAMIC_LINKER($1)
- _LT_LINKER_HARDCODE_LIBPATH($1)
- LT_SYS_DLOPEN_SELF
- _LT_CMD_STRIPLIB
-
- # Report what library types will actually be built
- AC_MSG_CHECKING([if libtool supports shared libraries])
- AC_MSG_RESULT([$can_build_shared])
-
- AC_MSG_CHECKING([whether to build shared libraries])
- test no = "$can_build_shared" && enable_shared=no
-
- # On AIX, shared libraries and static libraries use the same namespace, and
- # are all built from PIC.
- case $host_os in
- aix3*)
- test yes = "$enable_shared" && enable_static=no
- if test -n "$RANLIB"; then
- archive_cmds="$archive_cmds~\$RANLIB \$lib"
- postinstall_cmds='$RANLIB $lib'
- fi
- ;;
-
- aix[[4-9]]*)
- if test ia64 != "$host_cpu"; then
- case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
- yes,aix,yes) ;; # shared object as lib.so file only
- yes,svr4,*) ;; # shared object as lib.so archive member only
- yes,*) enable_static=no ;; # shared object in lib.a archive as well
- esac
- fi
- ;;
- esac
- AC_MSG_RESULT([$enable_shared])
-
- AC_MSG_CHECKING([whether to build static libraries])
- # Make sure either enable_shared or enable_static is yes.
- test yes = "$enable_shared" || enable_static=yes
- AC_MSG_RESULT([$enable_static])
-
- _LT_CONFIG($1)
-fi
-AC_LANG_POP
-CC=$lt_save_CC
-])# _LT_LANG_C_CONFIG
-
-
-# _LT_LANG_CXX_CONFIG([TAG])
-# --------------------------
-# Ensure that the configuration variables for a C++ compiler are suitably
-# defined. These variables are subsequently used by _LT_CONFIG to write
-# the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_CXX_CONFIG],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_PATH_MANIFEST_TOOL])dnl
-if test -n "$CXX" && ( test no != "$CXX" &&
- ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
- (test g++ != "$CXX"))); then
- AC_PROG_CXXCPP
-else
- _lt_caught_CXX_error=yes
-fi
-
-AC_LANG_PUSH(C++)
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-_LT_TAGVAR(allow_undefined_flag, $1)=
-_LT_TAGVAR(always_export_symbols, $1)=no
-_LT_TAGVAR(archive_expsym_cmds, $1)=
-_LT_TAGVAR(compiler_needs_object, $1)=no
-_LT_TAGVAR(export_dynamic_flag_spec, $1)=
-_LT_TAGVAR(hardcode_direct, $1)=no
-_LT_TAGVAR(hardcode_direct_absolute, $1)=no
-_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-_LT_TAGVAR(hardcode_libdir_separator, $1)=
-_LT_TAGVAR(hardcode_minus_L, $1)=no
-_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-_LT_TAGVAR(hardcode_automatic, $1)=no
-_LT_TAGVAR(inherit_rpath, $1)=no
-_LT_TAGVAR(module_cmds, $1)=
-_LT_TAGVAR(module_expsym_cmds, $1)=
-_LT_TAGVAR(link_all_deplibs, $1)=unknown
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-_LT_TAGVAR(no_undefined_flag, $1)=
-_LT_TAGVAR(whole_archive_flag_spec, $1)=
-_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
-
-# Source file extension for C++ test sources.
-ac_ext=cpp
-
-# Object file extension for compiled C++ test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# No sense in running all these tests if we already determined that
-# the CXX compiler isn't working. Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_caught_CXX_error"; then
- # Code to be used in simple compile tests
- lt_simple_compile_test_code="int some_variable = 0;"
-
- # Code to be used in simple link tests
- lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
-
- # ltmain only uses $CC for tagged configurations so make sure $CC is set.
- _LT_TAG_COMPILER
-
- # save warnings/boilerplate of simple test code
- _LT_COMPILER_BOILERPLATE
- _LT_LINKER_BOILERPLATE
-
- # Allow CC to be a program name with arguments.
- lt_save_CC=$CC
- lt_save_CFLAGS=$CFLAGS
- lt_save_LD=$LD
- lt_save_GCC=$GCC
- GCC=$GXX
- lt_save_with_gnu_ld=$with_gnu_ld
- lt_save_path_LD=$lt_cv_path_LD
- if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
- lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
- else
- $as_unset lt_cv_prog_gnu_ld
- fi
- if test -n "${lt_cv_path_LDCXX+set}"; then
- lt_cv_path_LD=$lt_cv_path_LDCXX
- else
- $as_unset lt_cv_path_LD
- fi
- test -z "${LDCXX+set}" || LD=$LDCXX
- CC=${CXX-"c++"}
- CFLAGS=$CXXFLAGS
- compiler=$CC
- _LT_TAGVAR(compiler, $1)=$CC
- _LT_CC_BASENAME([$compiler])
-
- if test -n "$compiler"; then
- # We don't want -fno-exception when compiling C++ code, so set the
- # no_builtin_flag separately
- if test yes = "$GXX"; then
- _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
- else
- _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
- fi
-
- if test yes = "$GXX"; then
- # Set up default GNU C++ configuration
-
- LT_PATH_LD
-
- # Check if GNU C++ uses GNU ld as the underlying linker, since the
- # archiving commands below assume that GNU ld is being used.
- if test yes = "$with_gnu_ld"; then
- _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-
- # If archive_cmds runs LD, not CC, wlarc should be empty
- # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
- # investigate it a little bit more. (MM)
- wlarc='$wl'
-
- # ancient GNU ld didn't support --whole-archive et. al.
- if eval "`$CC -print-prog-name=ld` --help 2>&1" |
- $GREP 'no-whole-archive' > /dev/null; then
- _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
- else
- _LT_TAGVAR(whole_archive_flag_spec, $1)=
- fi
- else
- with_gnu_ld=no
- wlarc=
-
- # A generic and very simple default shared library creation
- # command for GNU C++ for the case where it uses the native
- # linker, instead of GNU ld. If possible, this setting should
- # overridden to take advantage of the native linker features on
- # the platform it is being used on.
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
- fi
-
- # Commands to make compiler produce verbose output that lists
- # what "hidden" libraries, object files and flags are used when
- # linking a shared library.
- output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
- else
- GXX=no
- with_gnu_ld=no
- wlarc=
- fi
-
- # PORTME: fill in a description of your system's C++ link characteristics
- AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
- _LT_TAGVAR(ld_shlibs, $1)=yes
- case $host_os in
- aix3*)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- aix[[4-9]]*)
- if test ia64 = "$host_cpu"; then
- # On IA64, the linker does run time linking by default, so we don't
- # have to do anything special.
- aix_use_runtimelinking=no
- exp_sym_flag='-Bexport'
- no_entry_flag=
- else
- aix_use_runtimelinking=no
-
- # Test if we are trying to use run time linking or normal
- # AIX style linking. If -brtl is somewhere in LDFLAGS, we
- # have runtime linking enabled, and use it for executables.
- # For shared libraries, we enable/disable runtime linking
- # depending on the kind of the shared library created -
- # when "with_aix_soname,aix_use_runtimelinking" is:
- # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
- # "aix,yes" lib.so shared, rtl:yes, for executables
- # lib.a static archive
- # "both,no" lib.so.V(shr.o) shared, rtl:yes
- # lib.a(lib.so.V) shared, rtl:no, for executables
- # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
- # lib.a(lib.so.V) shared, rtl:no
- # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
- # lib.a static archive
- case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
- for ld_flag in $LDFLAGS; do
- case $ld_flag in
- *-brtl*)
- aix_use_runtimelinking=yes
- break
- ;;
- esac
- done
- if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
- # With aix-soname=svr4, we create the lib.so.V shared archives only,
- # so we don't have lib.a shared libs to link our executables.
- # We have to force runtime linking in this case.
- aix_use_runtimelinking=yes
- LDFLAGS="$LDFLAGS -Wl,-brtl"
- fi
- ;;
- esac
-
- exp_sym_flag='-bexport'
- no_entry_flag='-bnoentry'
- fi
-
- # When large executables or shared objects are built, AIX ld can
- # have problems creating the table of contents. If linking a library
- # or program results in "error TOC overflow" add -mminimal-toc to
- # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
- # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
- _LT_TAGVAR(archive_cmds, $1)=''
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
- _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
- _LT_TAGVAR(link_all_deplibs, $1)=yes
- _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
- case $with_aix_soname,$aix_use_runtimelinking in
- aix,*) ;; # no import file
- svr4,* | *,yes) # use import file
- # The Import File defines what to hardcode.
- _LT_TAGVAR(hardcode_direct, $1)=no
- _LT_TAGVAR(hardcode_direct_absolute, $1)=no
- ;;
- esac
-
- if test yes = "$GXX"; then
- case $host_os in aix4.[[012]]|aix4.[[012]].*)
- # We only want to do this on AIX 4.2 and lower, the check
- # below for broken collect2 doesn't work under 4.3+
- collect2name=`$CC -print-prog-name=collect2`
- if test -f "$collect2name" &&
- strings "$collect2name" | $GREP resolve_lib_name >/dev/null
- then
- # We have reworked collect2
- :
- else
- # We have old collect2
- _LT_TAGVAR(hardcode_direct, $1)=unsupported
- # It fails to find uninstalled libraries when the uninstalled
- # path is not listed in the libpath. Setting hardcode_minus_L
- # to unsupported forces relinking
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=
- fi
- esac
- shared_flag='-shared'
- if test yes = "$aix_use_runtimelinking"; then
- shared_flag=$shared_flag' $wl-G'
- fi
- # Need to ensure runtime linking is disabled for the traditional
- # shared library, or the linker may eventually find shared libraries
- # /with/ Import File - we do not want to mix them.
- shared_flag_aix='-shared'
- shared_flag_svr4='-shared $wl-G'
- else
- # not using gcc
- if test ia64 = "$host_cpu"; then
- # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
- # chokes on -Wl,-G. The following line is correct:
- shared_flag='-G'
- else
- if test yes = "$aix_use_runtimelinking"; then
- shared_flag='$wl-G'
- else
- shared_flag='$wl-bM:SRE'
- fi
- shared_flag_aix='$wl-bM:SRE'
- shared_flag_svr4='$wl-G'
- fi
- fi
-
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
- # It seems that -bexpall does not export symbols beginning with
- # underscore (_), so it is better to generate a list of symbols to
- # export.
- _LT_TAGVAR(always_export_symbols, $1)=yes
- if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
- # Warning - without using the other runtime loading flags (-brtl),
- # -berok will link without error, but may produce a broken library.
- # The "-G" linker flag allows undefined symbols.
- _LT_TAGVAR(no_undefined_flag, $1)='-bernotok'
- # Determine the default libpath from the value encoded in an empty
- # executable.
- _LT_SYS_MODULE_PATH_AIX([$1])
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
-
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
- else
- if test ia64 = "$host_cpu"; then
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
- _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
- _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
- else
- # Determine the default libpath from the value encoded in an
- # empty executable.
- _LT_SYS_MODULE_PATH_AIX([$1])
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
- # Warning - without using the other run time loading flags,
- # -berok will link without error, but may produce a broken library.
- _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
- if test yes = "$with_gnu_ld"; then
- # We only use this code for GNU lds that support --whole-archive.
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
- else
- # Exported symbols can be pulled into shared objects from archives
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
- fi
- _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
- _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
- # -brtl affects multiple linker settings, -berok does not and is overridden later
- compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
- if test svr4 != "$with_aix_soname"; then
- # This is similar to how AIX traditionally builds its shared
- # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
- _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
- fi
- if test aix != "$with_aix_soname"; then
- _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
- else
- # used by -dlpreopen to get the symbols
- _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
- fi
- _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
- fi
- fi
- ;;
-
- beos*)
- if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
- _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
- # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
- # support --undefined. This deserves some investigation. FIXME
- _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- else
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
-
- chorus*)
- case $cc_basename in
- *)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- esac
- ;;
-
- cygwin* | mingw* | pw32* | cegcc*)
- case $GXX,$cc_basename in
- ,cl* | no,cl*)
- # Native MSVC
- # hardcode_libdir_flag_spec is actually meaningless, as there is
- # no search path for DLLs.
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
- _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
- _LT_TAGVAR(always_export_symbols, $1)=yes
- _LT_TAGVAR(file_list_spec, $1)='@'
- # Tell ltmain to make .lib files, not .a files.
- libext=lib
- # Tell ltmain to make .dll files, not .so files.
- shrext_cmds=.dll
- # FIXME: Setting linknames here is a bad hack.
- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
- _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
- cp "$export_symbols" "$output_objdir/$soname.def";
- echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
- else
- $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
- fi~
- $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
- linknames='
- # The linker will not automatically build a static lib if we build a DLL.
- # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
- # Don't use ranlib
- _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
- _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
- lt_tool_outputfile="@TOOL_OUTPUT@"~
- case $lt_outputfile in
- *.exe|*.EXE) ;;
- *)
- lt_outputfile=$lt_outputfile.exe
- lt_tool_outputfile=$lt_tool_outputfile.exe
- ;;
- esac~
- func_to_tool_file "$lt_outputfile"~
- if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
- $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
- $RM "$lt_outputfile.manifest";
- fi'
- ;;
- *)
- # g++
- # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
- # as there is no search path for DLLs.
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
- _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
- _LT_TAGVAR(always_export_symbols, $1)=no
- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-
- if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
- # If the export-symbols file already is a .def file, use it as
- # is; otherwise, prepend EXPORTS...
- _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
- cp $export_symbols $output_objdir/$soname.def;
- else
- echo EXPORTS > $output_objdir/$soname.def;
- cat $export_symbols >> $output_objdir/$soname.def;
- fi~
- $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
- else
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
- esac
- ;;
- darwin* | rhapsody*)
- _LT_DARWIN_LINKER_FEATURES($1)
- ;;
-
- os2*)
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- _LT_TAGVAR(hardcode_minus_L, $1)=yes
- _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
- shrext_cmds=.dll
- _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
- $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
- $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
- $ECHO EXPORTS >> $output_objdir/$libname.def~
- emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
- $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
- emximp -o $lib $output_objdir/$libname.def'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
- $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
- $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
- $ECHO EXPORTS >> $output_objdir/$libname.def~
- prefix_cmds="$SED"~
- if test EXPORTS = "`$SED 1q $export_symbols`"; then
- prefix_cmds="$prefix_cmds -e 1d";
- fi~
- prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
- cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
- $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
- emximp -o $lib $output_objdir/$libname.def'
- _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
- ;;
-
- dgux*)
- case $cc_basename in
- ec++*)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- ghcx*)
- # Green Hills C++ Compiler
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- *)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- esac
- ;;
-
- freebsd2.*)
- # C++ shared libraries reported to be fairly broken before
- # switch to ELF
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
-
- freebsd-elf*)
- _LT_TAGVAR(archive_cmds_need_lc, $1)=no
- ;;
-
- freebsd* | dragonfly*)
- # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
- # conventions
- _LT_TAGVAR(ld_shlibs, $1)=yes
- ;;
-
- haiku*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(link_all_deplibs, $1)=yes
- ;;
-
- hpux9*)
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
- # but as the default
- # location of the library.
-
- case $cc_basename in
- CC*)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- aCC*)
- _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
- # Commands to make compiler produce verbose output that lists
- # what "hidden" libraries, object files and flags are used when
- # linking a shared library.
- #
- # There doesn't appear to be a way to prevent this compiler from
- # explicitly linking system object files so we need to strip them
- # from the output so that they don't get included in the library
- # dependencies.
- output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
- ;;
- *)
- if test yes = "$GXX"; then
- _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
- else
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
- esac
- ;;
-
- hpux10*|hpux11*)
- if test no = "$with_gnu_ld"; then
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
- case $host_cpu in
- hppa*64*|ia64*)
- ;;
- *)
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
- ;;
- esac
- fi
- case $host_cpu in
- hppa*64*|ia64*)
- _LT_TAGVAR(hardcode_direct, $1)=no
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- ;;
- *)
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
- _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
- # but as the default
- # location of the library.
- ;;
- esac
-
- case $cc_basename in
- CC*)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- aCC*)
- case $host_cpu in
- hppa*64*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
- ;;
- ia64*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
- ;;
- *)
- _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
- ;;
- esac
- # Commands to make compiler produce verbose output that lists
- # what "hidden" libraries, object files and flags are used when
- # linking a shared library.
- #
- # There doesn't appear to be a way to prevent this compiler from
- # explicitly linking system object files so we need to strip them
- # from the output so that they don't get included in the library
- # dependencies.
- output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
- ;;
- *)
- if test yes = "$GXX"; then
- if test no = "$with_gnu_ld"; then
- case $host_cpu in
- hppa*64*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
- ;;
- ia64*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
- ;;
- *)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
- ;;
- esac
- fi
- else
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
- esac
- ;;
-
- interix[[3-9]]*)
- _LT_TAGVAR(hardcode_direct, $1)=no
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
- # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
- # Instead, shared libraries are loaded at an image base (0x10000000 by
- # default) and relocated if they conflict, which is a slow very memory
- # consuming and fragmenting process. To avoid this, we pick a random,
- # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
- # time. Moving up from 0x10000000 also allows more sbrk(2) space.
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
- ;;
- irix5* | irix6*)
- case $cc_basename in
- CC*)
- # SGI C++
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-
- # Archives containing C++ object files must be created using
- # "CC -ar", where "CC" is the IRIX C++ compiler. This is
- # necessary to make sure instantiated templates are included
- # in the archive.
- _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
- ;;
- *)
- if test yes = "$GXX"; then
- if test no = "$with_gnu_ld"; then
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
- else
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
- fi
- fi
- _LT_TAGVAR(link_all_deplibs, $1)=yes
- ;;
- esac
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
- _LT_TAGVAR(inherit_rpath, $1)=yes
- ;;
-
- linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
- case $cc_basename in
- KCC*)
- # Kuck and Associates, Inc. (KAI) C++ Compiler
-
- # KCC will only create a shared library if the output file
- # ends with ".so" (or ".sl" for HP-UX), so rename the library
- # to its proper name (with version) after linking.
- _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
- # Commands to make compiler produce verbose output that lists
- # what "hidden" libraries, object files and flags are used when
- # linking a shared library.
- #
- # There doesn't appear to be a way to prevent this compiler from
- # explicitly linking system object files so we need to strip them
- # from the output so that they don't get included in the library
- # dependencies.
- output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-
- # Archives containing C++ object files must be created using
- # "CC -Bstatic", where "CC" is the KAI C++ compiler.
- _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
- ;;
- icpc* | ecpc* )
- # Intel C++
- with_gnu_ld=yes
- # version 8.0 and above of icpc choke on multiply defined symbols
- # if we add $predep_objects and $postdep_objects, however 7.1 and
- # earlier do not add the objects themselves.
- case `$CC -V 2>&1` in
- *"Version 7."*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
- ;;
- *) # Version 8.0 or newer
- tmp_idyn=
- case $host_cpu in
- ia64*) tmp_idyn=' -i_dynamic';;
- esac
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
- ;;
- esac
- _LT_TAGVAR(archive_cmds_need_lc, $1)=no
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
- ;;
- pgCC* | pgcpp*)
- # Portland Group C++ compiler
- case `$CC -V` in
- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
- _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
- rm -rf $tpldir~
- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
- compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
- rm -rf $tpldir~
- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
- $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
- $RANLIB $oldlib'
- _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
- rm -rf $tpldir~
- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
- $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
- rm -rf $tpldir~
- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
- $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
- ;;
- *) # Version 6 and above use weak symbols
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
- ;;
- esac
-
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir'
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
- ;;
- cxx*)
- # Compaq C++
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols'
-
- runpath_var=LD_RUN_PATH
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
- # Commands to make compiler produce verbose output that lists
- # what "hidden" libraries, object files and flags are used when
- # linking a shared library.
- #
- # There doesn't appear to be a way to prevent this compiler from
- # explicitly linking system object files so we need to strip them
- # from the output so that they don't get included in the library
- # dependencies.
- output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
- ;;
- xl* | mpixl* | bgxl*)
- # IBM XL 8.0 on PPC, with GNU ld
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
- _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- if test yes = "$supports_anon_versioning"; then
- _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
- cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
- echo "local: *; };" >> $output_objdir/$libname.ver~
- $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
- fi
- ;;
- *)
- case `$CC -V 2>&1 | sed 5q` in
- *Sun\ C*)
- # Sun C++ 5.9
- _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
- _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
- _LT_TAGVAR(compiler_needs_object, $1)=yes
-
- # Not sure whether something based on
- # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
- # would be better.
- output_verbose_link_cmd='func_echo_all'
-
- # Archives containing C++ object files must be created using
- # "CC -xar", where "CC" is the Sun C++ compiler. This is
- # necessary to make sure instantiated templates are included
- # in the archive.
- _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
- ;;
- esac
- ;;
- esac
- ;;
-
- lynxos*)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
-
- m88k*)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
-
- mvs*)
- case $cc_basename in
- cxx*)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- *)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- esac
- ;;
-
- netbsd*)
- if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
- _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
- wlarc=
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- fi
- # Workaround some broken pre-1.5 toolchains
- output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
- ;;
-
- *nto* | *qnx*)
- _LT_TAGVAR(ld_shlibs, $1)=yes
- ;;
-
- openbsd* | bitrig*)
- if test -f /usr/libexec/ld.so; then
- _LT_TAGVAR(hardcode_direct, $1)=yes
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
- if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
- _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
- fi
- output_verbose_link_cmd=func_echo_all
- else
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
-
- osf3* | osf4* | osf5*)
- case $cc_basename in
- KCC*)
- # Kuck and Associates, Inc. (KAI) C++ Compiler
-
- # KCC will only create a shared library if the output file
- # ends with ".so" (or ".sl" for HP-UX), so rename the library
- # to its proper name (with version) after linking.
- _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
- # Archives containing C++ object files must be created using
- # the KAI C++ compiler.
- case $host in
- osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
- *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
- esac
- ;;
- RCC*)
- # Rational C++ 2.4.1
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- cxx*)
- case $host in
- osf3*)
- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
- ;;
- *)
- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
- echo "-hidden">> $lib.exp~
- $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
- $RM $lib.exp'
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
- ;;
- esac
-
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
- # Commands to make compiler produce verbose output that lists
- # what "hidden" libraries, object files and flags are used when
- # linking a shared library.
- #
- # There doesn't appear to be a way to prevent this compiler from
- # explicitly linking system object files so we need to strip them
- # from the output so that they don't get included in the library
- # dependencies.
- output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
- ;;
- *)
- if test yes,no = "$GXX,$with_gnu_ld"; then
- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
- case $host in
- osf3*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
- ;;
- *)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
- ;;
- esac
-
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
- # Commands to make compiler produce verbose output that lists
- # what "hidden" libraries, object files and flags are used when
- # linking a shared library.
- output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
- else
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- fi
- ;;
- esac
- ;;
-
- psos*)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
-
- sunos4*)
- case $cc_basename in
- CC*)
- # Sun C++ 4.x
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- lcc*)
- # Lucid
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- *)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- esac
- ;;
-
- solaris*)
- case $cc_basename in
- CC* | sunCC*)
- # Sun C++ 4.2, 5.x and Centerline C++
- _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
- _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
- _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
- $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- case $host_os in
- solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
- *)
- # The compiler driver will combine and reorder linker options,
- # but understands '-z linker_flag'.
- # Supported since Solaris 2.6 (maybe 2.5.1?)
- _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
- ;;
- esac
- _LT_TAGVAR(link_all_deplibs, $1)=yes
-
- output_verbose_link_cmd='func_echo_all'
-
- # Archives containing C++ object files must be created using
- # "CC -xar", where "CC" is the Sun C++ compiler. This is
- # necessary to make sure instantiated templates are included
- # in the archive.
- _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
- ;;
- gcx*)
- # Green Hills C++ Compiler
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-
- # The C++ compiler must be used to create the archive.
- _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
- ;;
- *)
- # GNU C++ compiler with Solaris linker
- if test yes,no = "$GXX,$with_gnu_ld"; then
- _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs'
- if $CC --version | $GREP -v '^2\.7' > /dev/null; then
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
- $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
- # Commands to make compiler produce verbose output that lists
- # what "hidden" libraries, object files and flags are used when
- # linking a shared library.
- output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
- else
- # g++ 2.7 appears to require '-G' NOT '-shared' on this
- # platform.
- _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
- _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
- $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
- # Commands to make compiler produce verbose output that lists
- # what "hidden" libraries, object files and flags are used when
- # linking a shared library.
- output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
- fi
-
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
- case $host_os in
- solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
- *)
- _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
- ;;
- esac
- fi
- ;;
- esac
- ;;
-
- sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
- _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
- _LT_TAGVAR(archive_cmds_need_lc, $1)=no
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- runpath_var='LD_RUN_PATH'
-
- case $cc_basename in
- CC*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- ;;
- *)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- ;;
- esac
- ;;
-
- sysv5* | sco3.2v5* | sco5v6*)
- # Note: We CANNOT use -z defs as we might desire, because we do not
- # link with -lc, and that would cause any symbols used from libc to
- # always be unresolved, which means just about no library would
- # ever link correctly. If we're not using GNU ld we use -z text
- # though, which does catch some bad symbols but isn't as heavy-handed
- # as -z defs.
- _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
- _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
- _LT_TAGVAR(archive_cmds_need_lc, $1)=no
- _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
- _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
- _LT_TAGVAR(link_all_deplibs, $1)=yes
- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
- runpath_var='LD_RUN_PATH'
-
- case $cc_basename in
- CC*)
- _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
- '"$_LT_TAGVAR(old_archive_cmds, $1)"
- _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
- '"$_LT_TAGVAR(reload_cmds, $1)"
- ;;
- *)
- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
- ;;
- esac
- ;;
-
- tandem*)
- case $cc_basename in
- NCC*)
- # NonStop-UX NCC 3.20
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- *)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- esac
- ;;
-
- vxworks*)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
-
- *)
- # FIXME: insert proper C++ library support
- _LT_TAGVAR(ld_shlibs, $1)=no
- ;;
- esac
-
- AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
- test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
-
- _LT_TAGVAR(GCC, $1)=$GXX
- _LT_TAGVAR(LD, $1)=$LD
-
- ## CAVEAT EMPTOR:
- ## There is no encapsulation within the following macros, do not change
- ## the running order or otherwise move them around unless you know exactly
- ## what you are doing...
- _LT_SYS_HIDDEN_LIBDEPS($1)
- _LT_COMPILER_PIC($1)
- _LT_COMPILER_C_O($1)
- _LT_COMPILER_FILE_LOCKS($1)
- _LT_LINKER_SHLIBS($1)
- _LT_SYS_DYNAMIC_LINKER($1)
- _LT_LINKER_HARDCODE_LIBPATH($1)
-
- _LT_CONFIG($1)
- fi # test -n "$compiler"
-
- CC=$lt_save_CC
- CFLAGS=$lt_save_CFLAGS
- LDCXX=$LD
- LD=$lt_save_LD
- GCC=$lt_save_GCC
- with_gnu_ld=$lt_save_with_gnu_ld
- lt_cv_path_LDCXX=$lt_cv_path_LD
- lt_cv_path_LD=$lt_save_path_LD
- lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
- lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
-fi # test yes != "$_lt_caught_CXX_error"
-
-AC_LANG_POP
-])# _LT_LANG_CXX_CONFIG
-
-
-# _LT_FUNC_STRIPNAME_CNF
-# ----------------------
-# func_stripname_cnf prefix suffix name
-# strip PREFIX and SUFFIX off of NAME.
-# PREFIX and SUFFIX must not contain globbing or regex special
-# characters, hashes, percent signs, but SUFFIX may contain a leading
-# dot (in which case that matches only a dot).
-#
-# This function is identical to the (non-XSI) version of func_stripname,
-# except this one can be used by m4 code that may be executed by configure,
-# rather than the libtool script.
-m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl
-AC_REQUIRE([_LT_DECL_SED])
-AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
-func_stripname_cnf ()
-{
- case @S|@2 in
- .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
- *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
- esac
-} # func_stripname_cnf
-])# _LT_FUNC_STRIPNAME_CNF
-
-
-# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
-# ---------------------------------
-# Figure out "hidden" library dependencies from verbose
-# compiler output when linking a shared library.
-# Parse the compiler output and extract the necessary
-# objects, libraries and library flags.
-m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl
-# Dependencies to place before and after the object being linked:
-_LT_TAGVAR(predep_objects, $1)=
-_LT_TAGVAR(postdep_objects, $1)=
-_LT_TAGVAR(predeps, $1)=
-_LT_TAGVAR(postdeps, $1)=
-_LT_TAGVAR(compiler_lib_search_path, $1)=
-
-dnl we can't use the lt_simple_compile_test_code here,
-dnl because it contains code intended for an executable,
-dnl not a library. It's possible we should let each
-dnl tag define a new lt_????_link_test_code variable,
-dnl but it's only used here...
-m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
-int a;
-void foo (void) { a = 0; }
-_LT_EOF
-], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
-class Foo
-{
-public:
- Foo (void) { a = 0; }
-private:
- int a;
-};
-_LT_EOF
-], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
- subroutine foo
- implicit none
- integer*4 a
- a=0
- return
- end
-_LT_EOF
-], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
- subroutine foo
- implicit none
- integer a
- a=0
- return
- end
-_LT_EOF
-], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
-public class foo {
- private int a;
- public void bar (void) {
- a = 0;
- }
-};
-_LT_EOF
-], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
-package foo
-func foo() {
-}
-_LT_EOF
-])
-
-_lt_libdeps_save_CFLAGS=$CFLAGS
-case "$CC $CFLAGS " in #(
-*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
-*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
-*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
-esac
-
-dnl Parse the compiler output and extract the necessary
-dnl objects, libraries and library flags.
-if AC_TRY_EVAL(ac_compile); then
- # Parse the compiler output and extract the necessary
- # objects, libraries and library flags.
-
- # Sentinel used to keep track of whether or not we are before
- # the conftest object file.
- pre_test_object_deps_done=no
-
- for p in `eval "$output_verbose_link_cmd"`; do
- case $prev$p in
-
- -L* | -R* | -l*)
- # Some compilers place space between "-{L,R}" and the path.
- # Remove the space.
- if test x-L = "$p" ||
- test x-R = "$p"; then
- prev=$p
- continue
- fi
-
- # Expand the sysroot to ease extracting the directories later.
- if test -z "$prev"; then
- case $p in
- -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
- -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
- -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
- esac
- fi
- case $p in
- =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
- esac
- if test no = "$pre_test_object_deps_done"; then
- case $prev in
- -L | -R)
- # Internal compiler library paths should come after those
- # provided the user. The postdeps already come after the
- # user supplied libs so there is no need to process them.
- if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
- _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p
- else
- _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p"
- fi
- ;;
- # The "-l" case would never come before the object being
- # linked, so don't bother handling this case.
- esac
- else
- if test -z "$_LT_TAGVAR(postdeps, $1)"; then
- _LT_TAGVAR(postdeps, $1)=$prev$p
- else
- _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p"
- fi
- fi
- prev=
- ;;
-
- *.lto.$objext) ;; # Ignore GCC LTO objects
- *.$objext)
- # This assumes that the test object file only shows up
- # once in the compiler output.
- if test "$p" = "conftest.$objext"; then
- pre_test_object_deps_done=yes
- continue
- fi
-
- if test no = "$pre_test_object_deps_done"; then
- if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
- _LT_TAGVAR(predep_objects, $1)=$p
- else
- _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
- fi
- else
- if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
- _LT_TAGVAR(postdep_objects, $1)=$p
- else
- _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
- fi
- fi
- ;;
-
- *) ;; # Ignore the rest.
-
- esac
- done
-
- # Clean up.
- rm -f a.out a.exe
-else
- echo "libtool.m4: error: problem compiling $1 test program"
-fi
-
-$RM -f confest.$objext
-CFLAGS=$_lt_libdeps_save_CFLAGS
-
-# PORTME: override above test on systems where it is broken
-m4_if([$1], [CXX],
-[case $host_os in
-interix[[3-9]]*)
- # Interix 3.5 installs completely hosed .la files for C++, so rather than
- # hack all around it, let's just trust "g++" to DTRT.
- _LT_TAGVAR(predep_objects,$1)=
- _LT_TAGVAR(postdep_objects,$1)=
- _LT_TAGVAR(postdeps,$1)=
- ;;
-esac
-])
-
-case " $_LT_TAGVAR(postdeps, $1) " in
-*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
-esac
- _LT_TAGVAR(compiler_lib_search_dirs, $1)=
-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
- _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
-fi
-_LT_TAGDECL([], [compiler_lib_search_dirs], [1],
- [The directories searched by this compiler when creating a shared library])
-_LT_TAGDECL([], [predep_objects], [1],
- [Dependencies to place before and after the objects being linked to
- create a shared library])
-_LT_TAGDECL([], [postdep_objects], [1])
-_LT_TAGDECL([], [predeps], [1])
-_LT_TAGDECL([], [postdeps], [1])
-_LT_TAGDECL([], [compiler_lib_search_path], [1],
- [The library search path used internally by the compiler when linking
- a shared library])
-])# _LT_SYS_HIDDEN_LIBDEPS
-
-
-# _LT_LANG_F77_CONFIG([TAG])
-# --------------------------
-# Ensure that the configuration variables for a Fortran 77 compiler are
-# suitably defined. These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_F77_CONFIG],
-[AC_LANG_PUSH(Fortran 77)
-if test -z "$F77" || test no = "$F77"; then
- _lt_disable_F77=yes
-fi
-
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-_LT_TAGVAR(allow_undefined_flag, $1)=
-_LT_TAGVAR(always_export_symbols, $1)=no
-_LT_TAGVAR(archive_expsym_cmds, $1)=
-_LT_TAGVAR(export_dynamic_flag_spec, $1)=
-_LT_TAGVAR(hardcode_direct, $1)=no
-_LT_TAGVAR(hardcode_direct_absolute, $1)=no
-_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-_LT_TAGVAR(hardcode_libdir_separator, $1)=
-_LT_TAGVAR(hardcode_minus_L, $1)=no
-_LT_TAGVAR(hardcode_automatic, $1)=no
-_LT_TAGVAR(inherit_rpath, $1)=no
-_LT_TAGVAR(module_cmds, $1)=
-_LT_TAGVAR(module_expsym_cmds, $1)=
-_LT_TAGVAR(link_all_deplibs, $1)=unknown
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-_LT_TAGVAR(no_undefined_flag, $1)=
-_LT_TAGVAR(whole_archive_flag_spec, $1)=
-_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
-
-# Source file extension for f77 test sources.
-ac_ext=f
-
-# Object file extension for compiled f77 test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# No sense in running all these tests if we already determined that
-# the F77 compiler isn't working. Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_disable_F77"; then
- # Code to be used in simple compile tests
- lt_simple_compile_test_code="\
- subroutine t
- return
- end
-"
-
- # Code to be used in simple link tests
- lt_simple_link_test_code="\
- program t
- end
-"
-
- # ltmain only uses $CC for tagged configurations so make sure $CC is set.
- _LT_TAG_COMPILER
-
- # save warnings/boilerplate of simple test code
- _LT_COMPILER_BOILERPLATE
- _LT_LINKER_BOILERPLATE
-
- # Allow CC to be a program name with arguments.
- lt_save_CC=$CC
- lt_save_GCC=$GCC
- lt_save_CFLAGS=$CFLAGS
- CC=${F77-"f77"}
- CFLAGS=$FFLAGS
- compiler=$CC
- _LT_TAGVAR(compiler, $1)=$CC
- _LT_CC_BASENAME([$compiler])
- GCC=$G77
- if test -n "$compiler"; then
- AC_MSG_CHECKING([if libtool supports shared libraries])
- AC_MSG_RESULT([$can_build_shared])
-
- AC_MSG_CHECKING([whether to build shared libraries])
- test no = "$can_build_shared" && enable_shared=no
-
- # On AIX, shared libraries and static libraries use the same namespace, and
- # are all built from PIC.
- case $host_os in
- aix3*)
- test yes = "$enable_shared" && enable_static=no
- if test -n "$RANLIB"; then
- archive_cmds="$archive_cmds~\$RANLIB \$lib"
- postinstall_cmds='$RANLIB $lib'
- fi
- ;;
- aix[[4-9]]*)
- if test ia64 != "$host_cpu"; then
- case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
- yes,aix,yes) ;; # shared object as lib.so file only
- yes,svr4,*) ;; # shared object as lib.so archive member only
- yes,*) enable_static=no ;; # shared object in lib.a archive as well
- esac
- fi
- ;;
- esac
- AC_MSG_RESULT([$enable_shared])
-
- AC_MSG_CHECKING([whether to build static libraries])
- # Make sure either enable_shared or enable_static is yes.
- test yes = "$enable_shared" || enable_static=yes
- AC_MSG_RESULT([$enable_static])
-
- _LT_TAGVAR(GCC, $1)=$G77
- _LT_TAGVAR(LD, $1)=$LD
-
- ## CAVEAT EMPTOR:
- ## There is no encapsulation within the following macros, do not change
- ## the running order or otherwise move them around unless you know exactly
- ## what you are doing...
- _LT_COMPILER_PIC($1)
- _LT_COMPILER_C_O($1)
- _LT_COMPILER_FILE_LOCKS($1)
- _LT_LINKER_SHLIBS($1)
- _LT_SYS_DYNAMIC_LINKER($1)
- _LT_LINKER_HARDCODE_LIBPATH($1)
-
- _LT_CONFIG($1)
- fi # test -n "$compiler"
-
- GCC=$lt_save_GCC
- CC=$lt_save_CC
- CFLAGS=$lt_save_CFLAGS
-fi # test yes != "$_lt_disable_F77"
-
-AC_LANG_POP
-])# _LT_LANG_F77_CONFIG
-
-
-# _LT_LANG_FC_CONFIG([TAG])
-# -------------------------
-# Ensure that the configuration variables for a Fortran compiler are
-# suitably defined. These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_FC_CONFIG],
-[AC_LANG_PUSH(Fortran)
-
-if test -z "$FC" || test no = "$FC"; then
- _lt_disable_FC=yes
-fi
-
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-_LT_TAGVAR(allow_undefined_flag, $1)=
-_LT_TAGVAR(always_export_symbols, $1)=no
-_LT_TAGVAR(archive_expsym_cmds, $1)=
-_LT_TAGVAR(export_dynamic_flag_spec, $1)=
-_LT_TAGVAR(hardcode_direct, $1)=no
-_LT_TAGVAR(hardcode_direct_absolute, $1)=no
-_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-_LT_TAGVAR(hardcode_libdir_separator, $1)=
-_LT_TAGVAR(hardcode_minus_L, $1)=no
-_LT_TAGVAR(hardcode_automatic, $1)=no
-_LT_TAGVAR(inherit_rpath, $1)=no
-_LT_TAGVAR(module_cmds, $1)=
-_LT_TAGVAR(module_expsym_cmds, $1)=
-_LT_TAGVAR(link_all_deplibs, $1)=unknown
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-_LT_TAGVAR(no_undefined_flag, $1)=
-_LT_TAGVAR(whole_archive_flag_spec, $1)=
-_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
-
-# Source file extension for fc test sources.
-ac_ext=${ac_fc_srcext-f}
-
-# Object file extension for compiled fc test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# No sense in running all these tests if we already determined that
-# the FC compiler isn't working. Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_disable_FC"; then
- # Code to be used in simple compile tests
- lt_simple_compile_test_code="\
- subroutine t
- return
- end
-"
-
- # Code to be used in simple link tests
- lt_simple_link_test_code="\
- program t
- end
-"
-
- # ltmain only uses $CC for tagged configurations so make sure $CC is set.
- _LT_TAG_COMPILER
-
- # save warnings/boilerplate of simple test code
- _LT_COMPILER_BOILERPLATE
- _LT_LINKER_BOILERPLATE
-
- # Allow CC to be a program name with arguments.
- lt_save_CC=$CC
- lt_save_GCC=$GCC
- lt_save_CFLAGS=$CFLAGS
- CC=${FC-"f95"}
- CFLAGS=$FCFLAGS
- compiler=$CC
- GCC=$ac_cv_fc_compiler_gnu
-
- _LT_TAGVAR(compiler, $1)=$CC
- _LT_CC_BASENAME([$compiler])
-
- if test -n "$compiler"; then
- AC_MSG_CHECKING([if libtool supports shared libraries])
- AC_MSG_RESULT([$can_build_shared])
-
- AC_MSG_CHECKING([whether to build shared libraries])
- test no = "$can_build_shared" && enable_shared=no
-
- # On AIX, shared libraries and static libraries use the same namespace, and
- # are all built from PIC.
- case $host_os in
- aix3*)
- test yes = "$enable_shared" && enable_static=no
- if test -n "$RANLIB"; then
- archive_cmds="$archive_cmds~\$RANLIB \$lib"
- postinstall_cmds='$RANLIB $lib'
- fi
- ;;
- aix[[4-9]]*)
- if test ia64 != "$host_cpu"; then
- case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
- yes,aix,yes) ;; # shared object as lib.so file only
- yes,svr4,*) ;; # shared object as lib.so archive member only
- yes,*) enable_static=no ;; # shared object in lib.a archive as well
- esac
- fi
- ;;
- esac
- AC_MSG_RESULT([$enable_shared])
-
- AC_MSG_CHECKING([whether to build static libraries])
- # Make sure either enable_shared or enable_static is yes.
- test yes = "$enable_shared" || enable_static=yes
- AC_MSG_RESULT([$enable_static])
-
- _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu
- _LT_TAGVAR(LD, $1)=$LD
-
- ## CAVEAT EMPTOR:
- ## There is no encapsulation within the following macros, do not change
- ## the running order or otherwise move them around unless you know exactly
- ## what you are doing...
- _LT_SYS_HIDDEN_LIBDEPS($1)
- _LT_COMPILER_PIC($1)
- _LT_COMPILER_C_O($1)
- _LT_COMPILER_FILE_LOCKS($1)
- _LT_LINKER_SHLIBS($1)
- _LT_SYS_DYNAMIC_LINKER($1)
- _LT_LINKER_HARDCODE_LIBPATH($1)
-
- _LT_CONFIG($1)
- fi # test -n "$compiler"
-
- GCC=$lt_save_GCC
- CC=$lt_save_CC
- CFLAGS=$lt_save_CFLAGS
-fi # test yes != "$_lt_disable_FC"
-
-AC_LANG_POP
-])# _LT_LANG_FC_CONFIG
-
-
-# _LT_LANG_GCJ_CONFIG([TAG])
-# --------------------------
-# Ensure that the configuration variables for the GNU Java Compiler compiler
-# are suitably defined. These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_GCJ_CONFIG],
-[AC_REQUIRE([LT_PROG_GCJ])dnl
-AC_LANG_SAVE
-
-# Source file extension for Java test sources.
-ac_ext=java
-
-# Object file extension for compiled Java test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="class foo {}"
-
-# Code to be used in simple link tests
-lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
-
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
-_LT_TAG_COMPILER
-
-# save warnings/boilerplate of simple test code
-_LT_COMPILER_BOILERPLATE
-_LT_LINKER_BOILERPLATE
-
-# Allow CC to be a program name with arguments.
-lt_save_CC=$CC
-lt_save_CFLAGS=$CFLAGS
-lt_save_GCC=$GCC
-GCC=yes
-CC=${GCJ-"gcj"}
-CFLAGS=$GCJFLAGS
-compiler=$CC
-_LT_TAGVAR(compiler, $1)=$CC
-_LT_TAGVAR(LD, $1)=$LD
-_LT_CC_BASENAME([$compiler])
-
-# GCJ did not exist at the time GCC didn't implicitly link libc in.
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
- _LT_COMPILER_NO_RTTI($1)
- _LT_COMPILER_PIC($1)
- _LT_COMPILER_C_O($1)
- _LT_COMPILER_FILE_LOCKS($1)
- _LT_LINKER_SHLIBS($1)
- _LT_LINKER_HARDCODE_LIBPATH($1)
-
- _LT_CONFIG($1)
-fi
-
-AC_LANG_RESTORE
-
-GCC=$lt_save_GCC
-CC=$lt_save_CC
-CFLAGS=$lt_save_CFLAGS
-])# _LT_LANG_GCJ_CONFIG
-
-
-# _LT_LANG_GO_CONFIG([TAG])
-# --------------------------
-# Ensure that the configuration variables for the GNU Go compiler
-# are suitably defined. These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_GO_CONFIG],
-[AC_REQUIRE([LT_PROG_GO])dnl
-AC_LANG_SAVE
-
-# Source file extension for Go test sources.
-ac_ext=go
-
-# Object file extension for compiled Go test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="package main; func main() { }"
-
-# Code to be used in simple link tests
-lt_simple_link_test_code='package main; func main() { }'
-
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
-_LT_TAG_COMPILER
-
-# save warnings/boilerplate of simple test code
-_LT_COMPILER_BOILERPLATE
-_LT_LINKER_BOILERPLATE
-
-# Allow CC to be a program name with arguments.
-lt_save_CC=$CC
-lt_save_CFLAGS=$CFLAGS
-lt_save_GCC=$GCC
-GCC=yes
-CC=${GOC-"gccgo"}
-CFLAGS=$GOFLAGS
-compiler=$CC
-_LT_TAGVAR(compiler, $1)=$CC
-_LT_TAGVAR(LD, $1)=$LD
-_LT_CC_BASENAME([$compiler])
-
-# Go did not exist at the time GCC didn't implicitly link libc in.
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
- _LT_COMPILER_NO_RTTI($1)
- _LT_COMPILER_PIC($1)
- _LT_COMPILER_C_O($1)
- _LT_COMPILER_FILE_LOCKS($1)
- _LT_LINKER_SHLIBS($1)
- _LT_LINKER_HARDCODE_LIBPATH($1)
-
- _LT_CONFIG($1)
-fi
-
-AC_LANG_RESTORE
-
-GCC=$lt_save_GCC
-CC=$lt_save_CC
-CFLAGS=$lt_save_CFLAGS
-])# _LT_LANG_GO_CONFIG
-
-
-# _LT_LANG_RC_CONFIG([TAG])
-# -------------------------
-# Ensure that the configuration variables for the Windows resource compiler
-# are suitably defined. These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_RC_CONFIG],
-[AC_REQUIRE([LT_PROG_RC])dnl
-AC_LANG_SAVE
-
-# Source file extension for RC test sources.
-ac_ext=rc
-
-# Object file extension for compiled RC test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
-
-# Code to be used in simple link tests
-lt_simple_link_test_code=$lt_simple_compile_test_code
-
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
-_LT_TAG_COMPILER
-
-# save warnings/boilerplate of simple test code
-_LT_COMPILER_BOILERPLATE
-_LT_LINKER_BOILERPLATE
-
-# Allow CC to be a program name with arguments.
-lt_save_CC=$CC
-lt_save_CFLAGS=$CFLAGS
-lt_save_GCC=$GCC
-GCC=
-CC=${RC-"windres"}
-CFLAGS=
-compiler=$CC
-_LT_TAGVAR(compiler, $1)=$CC
-_LT_CC_BASENAME([$compiler])
-_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
-
-if test -n "$compiler"; then
- :
- _LT_CONFIG($1)
-fi
-
-GCC=$lt_save_GCC
-AC_LANG_RESTORE
-CC=$lt_save_CC
-CFLAGS=$lt_save_CFLAGS
-])# _LT_LANG_RC_CONFIG
-
-
-# LT_PROG_GCJ
-# -----------
-AC_DEFUN([LT_PROG_GCJ],
-[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
- [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
- [AC_CHECK_TOOL(GCJ, gcj,)
- test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
- AC_SUBST(GCJFLAGS)])])[]dnl
-])
-
-# Old name:
-AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
-
-
-# LT_PROG_GO
-# ----------
-AC_DEFUN([LT_PROG_GO],
-[AC_CHECK_TOOL(GOC, gccgo,)
-])
-
-
-# LT_PROG_RC
-# ----------
-AC_DEFUN([LT_PROG_RC],
-[AC_CHECK_TOOL(RC, windres,)
-])
-
-# Old name:
-AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([LT_AC_PROG_RC], [])
-
-
-# _LT_DECL_EGREP
-# --------------
-# If we don't have a new enough Autoconf to choose the best grep
-# available, choose the one first in the user's PATH.
-m4_defun([_LT_DECL_EGREP],
-[AC_REQUIRE([AC_PROG_EGREP])dnl
-AC_REQUIRE([AC_PROG_FGREP])dnl
-test -z "$GREP" && GREP=grep
-_LT_DECL([], [GREP], [1], [A grep program that handles long lines])
-_LT_DECL([], [EGREP], [1], [An ERE matcher])
-_LT_DECL([], [FGREP], [1], [A literal string matcher])
-dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
-AC_SUBST([GREP])
-])
-
-
-# _LT_DECL_OBJDUMP
-# --------------
-# If we don't have a new enough Autoconf to choose the best objdump
-# available, choose the one first in the user's PATH.
-m4_defun([_LT_DECL_OBJDUMP],
-[AC_CHECK_TOOL(OBJDUMP, objdump, false)
-test -z "$OBJDUMP" && OBJDUMP=objdump
-_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
-AC_SUBST([OBJDUMP])
-])
-
-# _LT_DECL_DLLTOOL
-# ----------------
-# Ensure DLLTOOL variable is set.
-m4_defun([_LT_DECL_DLLTOOL],
-[AC_CHECK_TOOL(DLLTOOL, dlltool, false)
-test -z "$DLLTOOL" && DLLTOOL=dlltool
-_LT_DECL([], [DLLTOOL], [1], [DLL creation program])
-AC_SUBST([DLLTOOL])
-])
-
-# _LT_DECL_SED
-# ------------
-# Check for a fully-functional sed program, that truncates
-# as few characters as possible. Prefer GNU sed if found.
-m4_defun([_LT_DECL_SED],
-[AC_PROG_SED
-test -z "$SED" && SED=sed
-Xsed="$SED -e 1s/^X//"
-_LT_DECL([], [SED], [1], [A sed program that does not truncate output])
-_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
- [Sed that helps us avoid accidentally triggering echo(1) options like -n])
-])# _LT_DECL_SED
-
-m4_ifndef([AC_PROG_SED], [
-############################################################
-# NOTE: This macro has been submitted for inclusion into #
-# GNU Autoconf as AC_PROG_SED. When it is available in #
-# a released version of Autoconf we should remove this #
-# macro and use it instead. #
-############################################################
-
-m4_defun([AC_PROG_SED],
-[AC_MSG_CHECKING([for a sed that does not truncate output])
-AC_CACHE_VAL(lt_cv_path_SED,
-[# Loop through the user's path and test for sed and gsed.
-# Then use that list of sed's as ones to test for truncation.
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for lt_ac_prog in sed gsed; do
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
- lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
- fi
- done
- done
-done
-IFS=$as_save_IFS
-lt_ac_max=0
-lt_ac_count=0
-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
-# along with /bin/sed that truncates output.
-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
- test ! -f "$lt_ac_sed" && continue
- cat /dev/null > conftest.in
- lt_ac_count=0
- echo $ECHO_N "0123456789$ECHO_C" >conftest.in
- # Check for GNU sed and select it if it is found.
- if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
- lt_cv_path_SED=$lt_ac_sed
- break
- fi
- while true; do
- cat conftest.in conftest.in >conftest.tmp
- mv conftest.tmp conftest.in
- cp conftest.in conftest.nl
- echo >>conftest.nl
- $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
- cmp -s conftest.out conftest.nl || break
- # 10000 chars as input seems more than enough
- test 10 -lt "$lt_ac_count" && break
- lt_ac_count=`expr $lt_ac_count + 1`
- if test "$lt_ac_count" -gt "$lt_ac_max"; then
- lt_ac_max=$lt_ac_count
- lt_cv_path_SED=$lt_ac_sed
- fi
- done
-done
-])
-SED=$lt_cv_path_SED
-AC_SUBST([SED])
-AC_MSG_RESULT([$SED])
-])#AC_PROG_SED
-])#m4_ifndef
-
-# Old name:
-AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([LT_AC_PROG_SED], [])
-
-
-# _LT_CHECK_SHELL_FEATURES
-# ------------------------
-# Find out whether the shell is Bourne or XSI compatible,
-# or has some other useful features.
-m4_defun([_LT_CHECK_SHELL_FEATURES],
-[if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
- lt_unset=unset
-else
- lt_unset=false
-fi
-_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
-
-# test EBCDIC or ASCII
-case `echo X|tr X '\101'` in
- A) # ASCII based system
- # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
- lt_SP2NL='tr \040 \012'
- lt_NL2SP='tr \015\012 \040\040'
- ;;
- *) # EBCDIC based system
- lt_SP2NL='tr \100 \n'
- lt_NL2SP='tr \r\n \100\100'
- ;;
-esac
-_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
-_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
-])# _LT_CHECK_SHELL_FEATURES
-
-
-# _LT_PATH_CONVERSION_FUNCTIONS
-# -----------------------------
-# Determine what file name conversion functions should be used by
-# func_to_host_file (and, implicitly, by func_to_host_path). These are needed
-# for certain cross-compile configurations and native mingw.
-m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-AC_MSG_CHECKING([how to convert $build file names to $host format])
-AC_CACHE_VAL(lt_cv_to_host_file_cmd,
-[case $host in
- *-*-mingw* )
- case $build in
- *-*-mingw* ) # actually msys
- lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
- ;;
- *-*-cygwin* )
- lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
- ;;
- * ) # otherwise, assume *nix
- lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
- ;;
- esac
- ;;
- *-*-cygwin* )
- case $build in
- *-*-mingw* ) # actually msys
- lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
- ;;
- *-*-cygwin* )
- lt_cv_to_host_file_cmd=func_convert_file_noop
- ;;
- * ) # otherwise, assume *nix
- lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
- ;;
- esac
- ;;
- * ) # unhandled hosts (and "normal" native builds)
- lt_cv_to_host_file_cmd=func_convert_file_noop
- ;;
-esac
-])
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-AC_MSG_RESULT([$lt_cv_to_host_file_cmd])
-_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd],
- [0], [convert $build file names to $host format])dnl
-
-AC_MSG_CHECKING([how to convert $build file names to toolchain format])
-AC_CACHE_VAL(lt_cv_to_tool_file_cmd,
-[#assume ordinary cross tools, or native build.
-lt_cv_to_tool_file_cmd=func_convert_file_noop
-case $host in
- *-*-mingw* )
- case $build in
- *-*-mingw* ) # actually msys
- lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
- ;;
- esac
- ;;
-esac
-])
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-AC_MSG_RESULT([$lt_cv_to_tool_file_cmd])
-_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd],
- [0], [convert $build files to toolchain format])dnl
-])# _LT_PATH_CONVERSION_FUNCTIONS
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ltoptions.m4 b/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ltoptions.m4
deleted file mode 100644
index 94b08297..00000000
--- a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ltoptions.m4
+++ /dev/null
@@ -1,437 +0,0 @@
-# Helper functions for option handling. -*- Autoconf -*-
-#
-# Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
-# Foundation, Inc.
-# Written by Gary V. Vaughan, 2004
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-# serial 8 ltoptions.m4
-
-# This is to help aclocal find these macros, as it can't see m4_define.
-AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
-
-
-# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
-# ------------------------------------------
-m4_define([_LT_MANGLE_OPTION],
-[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
-
-
-# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
-# ---------------------------------------
-# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
-# matching handler defined, dispatch to it. Other OPTION-NAMEs are
-# saved as a flag.
-m4_define([_LT_SET_OPTION],
-[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
-m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
- _LT_MANGLE_DEFUN([$1], [$2]),
- [m4_warning([Unknown $1 option '$2'])])[]dnl
-])
-
-
-# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
-# ------------------------------------------------------------
-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
-m4_define([_LT_IF_OPTION],
-[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
-
-
-# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
-# -------------------------------------------------------
-# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
-# are set.
-m4_define([_LT_UNLESS_OPTIONS],
-[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
- [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
- [m4_define([$0_found])])])[]dnl
-m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
-])[]dnl
-])
-
-
-# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
-# ----------------------------------------
-# OPTION-LIST is a space-separated list of Libtool options associated
-# with MACRO-NAME. If any OPTION has a matching handler declared with
-# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
-# the unknown option and exit.
-m4_defun([_LT_SET_OPTIONS],
-[# Set options
-m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
- [_LT_SET_OPTION([$1], _LT_Option)])
-
-m4_if([$1],[LT_INIT],[
- dnl
- dnl Simply set some default values (i.e off) if boolean options were not
- dnl specified:
- _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
- ])
- _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
- ])
- dnl
- dnl If no reference was made to various pairs of opposing options, then
- dnl we run the default mode handler for the pair. For example, if neither
- dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
- dnl archives by default:
- _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
- _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
- _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
- _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
- [_LT_ENABLE_FAST_INSTALL])
- _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
- [_LT_WITH_AIX_SONAME([aix])])
- ])
-])# _LT_SET_OPTIONS
-
-
-## --------------------------------- ##
-## Macros to handle LT_INIT options. ##
-## --------------------------------- ##
-
-# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
-# -----------------------------------------
-m4_define([_LT_MANGLE_DEFUN],
-[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
-
-
-# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
-# -----------------------------------------------
-m4_define([LT_OPTION_DEFINE],
-[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
-])# LT_OPTION_DEFINE
-
-
-# dlopen
-# ------
-LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
-])
-
-AU_DEFUN([AC_LIBTOOL_DLOPEN],
-[_LT_SET_OPTION([LT_INIT], [dlopen])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'dlopen' option into LT_INIT's first parameter.])
-])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
-
-
-# win32-dll
-# ---------
-# Declare package support for building win32 dll's.
-LT_OPTION_DEFINE([LT_INIT], [win32-dll],
-[enable_win32_dll=yes
-
-case $host in
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
- AC_CHECK_TOOL(AS, as, false)
- AC_CHECK_TOOL(DLLTOOL, dlltool, false)
- AC_CHECK_TOOL(OBJDUMP, objdump, false)
- ;;
-esac
-
-test -z "$AS" && AS=as
-_LT_DECL([], [AS], [1], [Assembler program])dnl
-
-test -z "$DLLTOOL" && DLLTOOL=dlltool
-_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
-
-test -z "$OBJDUMP" && OBJDUMP=objdump
-_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
-])# win32-dll
-
-AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-_LT_SET_OPTION([LT_INIT], [win32-dll])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'win32-dll' option into LT_INIT's first parameter.])
-])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
-
-
-# _LT_ENABLE_SHARED([DEFAULT])
-# ----------------------------
-# implement the --enable-shared flag, and supports the 'shared' and
-# 'disable-shared' LT_INIT options.
-# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
-m4_define([_LT_ENABLE_SHARED],
-[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
-AC_ARG_ENABLE([shared],
- [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
- [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
- [p=${PACKAGE-default}
- case $enableval in
- yes) enable_shared=yes ;;
- no) enable_shared=no ;;
- *)
- enable_shared=no
- # Look at the argument we got. We use all the common list separators.
- lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
- for pkg in $enableval; do
- IFS=$lt_save_ifs
- if test "X$pkg" = "X$p"; then
- enable_shared=yes
- fi
- done
- IFS=$lt_save_ifs
- ;;
- esac],
- [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
-
- _LT_DECL([build_libtool_libs], [enable_shared], [0],
- [Whether or not to build shared libraries])
-])# _LT_ENABLE_SHARED
-
-LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
-LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
-
-# Old names:
-AC_DEFUN([AC_ENABLE_SHARED],
-[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
-])
-
-AC_DEFUN([AC_DISABLE_SHARED],
-[_LT_SET_OPTION([LT_INIT], [disable-shared])
-])
-
-AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
-AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AM_ENABLE_SHARED], [])
-dnl AC_DEFUN([AM_DISABLE_SHARED], [])
-
-
-
-# _LT_ENABLE_STATIC([DEFAULT])
-# ----------------------------
-# implement the --enable-static flag, and support the 'static' and
-# 'disable-static' LT_INIT options.
-# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
-m4_define([_LT_ENABLE_STATIC],
-[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
-AC_ARG_ENABLE([static],
- [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
- [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
- [p=${PACKAGE-default}
- case $enableval in
- yes) enable_static=yes ;;
- no) enable_static=no ;;
- *)
- enable_static=no
- # Look at the argument we got. We use all the common list separators.
- lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
- for pkg in $enableval; do
- IFS=$lt_save_ifs
- if test "X$pkg" = "X$p"; then
- enable_static=yes
- fi
- done
- IFS=$lt_save_ifs
- ;;
- esac],
- [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
-
- _LT_DECL([build_old_libs], [enable_static], [0],
- [Whether or not to build static libraries])
-])# _LT_ENABLE_STATIC
-
-LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
-LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
-
-# Old names:
-AC_DEFUN([AC_ENABLE_STATIC],
-[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
-])
-
-AC_DEFUN([AC_DISABLE_STATIC],
-[_LT_SET_OPTION([LT_INIT], [disable-static])
-])
-
-AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
-AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AM_ENABLE_STATIC], [])
-dnl AC_DEFUN([AM_DISABLE_STATIC], [])
-
-
-
-# _LT_ENABLE_FAST_INSTALL([DEFAULT])
-# ----------------------------------
-# implement the --enable-fast-install flag, and support the 'fast-install'
-# and 'disable-fast-install' LT_INIT options.
-# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
-m4_define([_LT_ENABLE_FAST_INSTALL],
-[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
-AC_ARG_ENABLE([fast-install],
- [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
- [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
- [p=${PACKAGE-default}
- case $enableval in
- yes) enable_fast_install=yes ;;
- no) enable_fast_install=no ;;
- *)
- enable_fast_install=no
- # Look at the argument we got. We use all the common list separators.
- lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
- for pkg in $enableval; do
- IFS=$lt_save_ifs
- if test "X$pkg" = "X$p"; then
- enable_fast_install=yes
- fi
- done
- IFS=$lt_save_ifs
- ;;
- esac],
- [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
-
-_LT_DECL([fast_install], [enable_fast_install], [0],
- [Whether or not to optimize for fast installation])dnl
-])# _LT_ENABLE_FAST_INSTALL
-
-LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
-LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
-
-# Old names:
-AU_DEFUN([AC_ENABLE_FAST_INSTALL],
-[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'fast-install' option into LT_INIT's first parameter.])
-])
-
-AU_DEFUN([AC_DISABLE_FAST_INSTALL],
-[_LT_SET_OPTION([LT_INIT], [disable-fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'disable-fast-install' option into LT_INIT's first parameter.])
-])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
-dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
-
-
-# _LT_WITH_AIX_SONAME([DEFAULT])
-# ----------------------------------
-# implement the --with-aix-soname flag, and support the `aix-soname=aix'
-# and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
-# is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'.
-m4_define([_LT_WITH_AIX_SONAME],
-[m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
-shared_archive_member_spec=
-case $host,$enable_shared in
-power*-*-aix[[5-9]]*,yes)
- AC_MSG_CHECKING([which variant of shared library versioning to provide])
- AC_ARG_WITH([aix-soname],
- [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
- [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])],
- [case $withval in
- aix|svr4|both)
- ;;
- *)
- AC_MSG_ERROR([Unknown argument to --with-aix-soname])
- ;;
- esac
- lt_cv_with_aix_soname=$with_aix_soname],
- [AC_CACHE_VAL([lt_cv_with_aix_soname],
- [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT)
- with_aix_soname=$lt_cv_with_aix_soname])
- AC_MSG_RESULT([$with_aix_soname])
- if test aix != "$with_aix_soname"; then
- # For the AIX way of multilib, we name the shared archive member
- # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
- # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
- # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
- # the AIX toolchain works better with OBJECT_MODE set (default 32).
- if test 64 = "${OBJECT_MODE-32}"; then
- shared_archive_member_spec=shr_64
- else
- shared_archive_member_spec=shr
- fi
- fi
- ;;
-*)
- with_aix_soname=aix
- ;;
-esac
-
-_LT_DECL([], [shared_archive_member_spec], [0],
- [Shared archive member basename, for filename based shared library versioning on AIX])dnl
-])# _LT_WITH_AIX_SONAME
-
-LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
-LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
-LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
-
-
-# _LT_WITH_PIC([MODE])
-# --------------------
-# implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
-# LT_INIT options.
-# MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
-m4_define([_LT_WITH_PIC],
-[AC_ARG_WITH([pic],
- [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
- [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
- [lt_p=${PACKAGE-default}
- case $withval in
- yes|no) pic_mode=$withval ;;
- *)
- pic_mode=default
- # Look at the argument we got. We use all the common list separators.
- lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
- for lt_pkg in $withval; do
- IFS=$lt_save_ifs
- if test "X$lt_pkg" = "X$lt_p"; then
- pic_mode=yes
- fi
- done
- IFS=$lt_save_ifs
- ;;
- esac],
- [pic_mode=m4_default([$1], [default])])
-
-_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
-])# _LT_WITH_PIC
-
-LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
-LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
-
-# Old name:
-AU_DEFUN([AC_LIBTOOL_PICMODE],
-[_LT_SET_OPTION([LT_INIT], [pic-only])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'pic-only' option into LT_INIT's first parameter.])
-])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
-
-## ----------------- ##
-## LTDL_INIT Options ##
-## ----------------- ##
-
-m4_define([_LTDL_MODE], [])
-LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
- [m4_define([_LTDL_MODE], [nonrecursive])])
-LT_OPTION_DEFINE([LTDL_INIT], [recursive],
- [m4_define([_LTDL_MODE], [recursive])])
-LT_OPTION_DEFINE([LTDL_INIT], [subproject],
- [m4_define([_LTDL_MODE], [subproject])])
-
-m4_define([_LTDL_TYPE], [])
-LT_OPTION_DEFINE([LTDL_INIT], [installable],
- [m4_define([_LTDL_TYPE], [installable])])
-LT_OPTION_DEFINE([LTDL_INIT], [convenience],
- [m4_define([_LTDL_TYPE], [convenience])])
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ltsugar.m4 b/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ltsugar.m4
deleted file mode 100644
index 48bc9344..00000000
--- a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ltsugar.m4
+++ /dev/null
@@ -1,124 +0,0 @@
-# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
-#
-# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
-# Foundation, Inc.
-# Written by Gary V. Vaughan, 2004
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-# serial 6 ltsugar.m4
-
-# This is to help aclocal find these macros, as it can't see m4_define.
-AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
-
-
-# lt_join(SEP, ARG1, [ARG2...])
-# -----------------------------
-# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
-# associated separator.
-# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
-# versions in m4sugar had bugs.
-m4_define([lt_join],
-[m4_if([$#], [1], [],
- [$#], [2], [[$2]],
- [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
-m4_define([_lt_join],
-[m4_if([$#$2], [2], [],
- [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
-
-
-# lt_car(LIST)
-# lt_cdr(LIST)
-# ------------
-# Manipulate m4 lists.
-# These macros are necessary as long as will still need to support
-# Autoconf-2.59, which quotes differently.
-m4_define([lt_car], [[$1]])
-m4_define([lt_cdr],
-[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
- [$#], 1, [],
- [m4_dquote(m4_shift($@))])])
-m4_define([lt_unquote], $1)
-
-
-# lt_append(MACRO-NAME, STRING, [SEPARATOR])
-# ------------------------------------------
-# Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
-# Note that neither SEPARATOR nor STRING are expanded; they are appended
-# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
-# No SEPARATOR is output if MACRO-NAME was previously undefined (different
-# than defined and empty).
-#
-# This macro is needed until we can rely on Autoconf 2.62, since earlier
-# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
-m4_define([lt_append],
-[m4_define([$1],
- m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
-
-
-
-# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
-# ----------------------------------------------------------
-# Produce a SEP delimited list of all paired combinations of elements of
-# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
-# has the form PREFIXmINFIXSUFFIXn.
-# Needed until we can rely on m4_combine added in Autoconf 2.62.
-m4_define([lt_combine],
-[m4_if(m4_eval([$# > 3]), [1],
- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
-[[m4_foreach([_Lt_prefix], [$2],
- [m4_foreach([_Lt_suffix],
- ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
- [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
-
-
-# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
-# -----------------------------------------------------------------------
-# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
-# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
-m4_define([lt_if_append_uniq],
-[m4_ifdef([$1],
- [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
- [lt_append([$1], [$2], [$3])$4],
- [$5])],
- [lt_append([$1], [$2], [$3])$4])])
-
-
-# lt_dict_add(DICT, KEY, VALUE)
-# -----------------------------
-m4_define([lt_dict_add],
-[m4_define([$1($2)], [$3])])
-
-
-# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
-# --------------------------------------------
-m4_define([lt_dict_add_subkey],
-[m4_define([$1($2:$3)], [$4])])
-
-
-# lt_dict_fetch(DICT, KEY, [SUBKEY])
-# ----------------------------------
-m4_define([lt_dict_fetch],
-[m4_ifval([$3],
- m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
- m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
-
-
-# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
-# -----------------------------------------------------------------
-m4_define([lt_if_dict_fetch],
-[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
- [$5],
- [$6])])
-
-
-# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
-# --------------------------------------------------------------
-m4_define([lt_dict_filter],
-[m4_if([$5], [], [],
- [lt_join(m4_quote(m4_default([$4], [[, ]])),
- lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
- [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
-])
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ltversion.m4 b/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ltversion.m4
deleted file mode 100644
index fa04b52a..00000000
--- a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ltversion.m4
+++ /dev/null
@@ -1,23 +0,0 @@
-# ltversion.m4 -- version numbers -*- Autoconf -*-
-#
-# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
-# Written by Scott James Remnant, 2004
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-# @configure_input@
-
-# serial 4179 ltversion.m4
-# This file is part of GNU Libtool
-
-m4_define([LT_PACKAGE_VERSION], [2.4.6])
-m4_define([LT_PACKAGE_REVISION], [2.4.6])
-
-AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.4.6'
-macro_revision='2.4.6'
-_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
-_LT_DECL(, macro_revision, 0)
-])
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/lt~obsolete.m4 b/mongodb-1.3.3/src/libmongoc/build/autotools/m4/lt~obsolete.m4
deleted file mode 100644
index c6b26f88..00000000
--- a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/lt~obsolete.m4
+++ /dev/null
@@ -1,99 +0,0 @@
-# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
-#
-# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
-# Foundation, Inc.
-# Written by Scott James Remnant, 2004.
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-# serial 5 lt~obsolete.m4
-
-# These exist entirely to fool aclocal when bootstrapping libtool.
-#
-# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
-# which have later been changed to m4_define as they aren't part of the
-# exported API, or moved to Autoconf or Automake where they belong.
-#
-# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
-# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
-# using a macro with the same name in our local m4/libtool.m4 it'll
-# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
-# and doesn't know about Autoconf macros at all.)
-#
-# So we provide this file, which has a silly filename so it's always
-# included after everything else. This provides aclocal with the
-# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
-# because those macros already exist, or will be overwritten later.
-# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
-#
-# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
-# Yes, that means every name once taken will need to remain here until
-# we give up compatibility with versions before 1.7, at which point
-# we need to keep only those names which we still refer to.
-
-# This is to help aclocal find these macros, as it can't see m4_define.
-AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
-
-m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
-m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
-m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
-m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
-m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
-m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
-m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
-m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
-m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
-m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
-m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
-m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
-m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
-m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
-m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
-m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
-m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
-m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
-m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
-m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
-m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
-m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
-m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
-m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
-m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
-m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
-m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
-m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
-m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
-m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
-m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
-m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
-m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
-m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
-m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
-m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
-m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
-m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
-m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
-m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
-m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
-m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
-m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
-m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
-m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
-m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
-m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
-m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
-m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
-m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
-m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
-m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
-m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
-m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
-m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
-m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
-m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
-m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
-m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
-m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
-m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
diff --git a/mongodb-1.3.3/CREDITS b/mongodb-1.3.4/CREDITS
similarity index 100%
rename from mongodb-1.3.3/CREDITS
rename to mongodb-1.3.4/CREDITS
diff --git a/mongodb-1.3.3/LICENSE b/mongodb-1.3.4/LICENSE
similarity index 100%
rename from mongodb-1.3.3/LICENSE
rename to mongodb-1.3.4/LICENSE
diff --git a/mongodb-1.3.3/Makefile.frag b/mongodb-1.3.4/Makefile.frag
similarity index 100%
rename from mongodb-1.3.3/Makefile.frag
rename to mongodb-1.3.4/Makefile.frag
diff --git a/mongodb-1.3.3/README.md b/mongodb-1.3.4/README.md
similarity index 100%
rename from mongodb-1.3.3/README.md
rename to mongodb-1.3.4/README.md
diff --git a/mongodb-1.3.3/Vagrantfile b/mongodb-1.3.4/Vagrantfile
similarity index 100%
rename from mongodb-1.3.3/Vagrantfile
rename to mongodb-1.3.4/Vagrantfile
diff --git a/mongodb-1.3.3/config.m4 b/mongodb-1.3.4/config.m4
similarity index 100%
rename from mongodb-1.3.3/config.m4
rename to mongodb-1.3.4/config.m4
diff --git a/mongodb-1.3.3/config.w32 b/mongodb-1.3.4/config.w32
similarity index 100%
rename from mongodb-1.3.3/config.w32
rename to mongodb-1.3.4/config.w32
diff --git a/mongodb-1.3.3/phongo_compat.c b/mongodb-1.3.4/phongo_compat.c
similarity index 100%
rename from mongodb-1.3.3/phongo_compat.c
rename to mongodb-1.3.4/phongo_compat.c
diff --git a/mongodb-1.3.3/phongo_compat.h b/mongodb-1.3.4/phongo_compat.h
similarity index 100%
rename from mongodb-1.3.3/phongo_compat.h
rename to mongodb-1.3.4/phongo_compat.h
diff --git a/mongodb-1.3.3/php_bson.h b/mongodb-1.3.4/php_bson.h
similarity index 100%
rename from mongodb-1.3.3/php_bson.h
rename to mongodb-1.3.4/php_bson.h
diff --git a/mongodb-1.3.3/php_phongo.c b/mongodb-1.3.4/php_phongo.c
similarity index 100%
rename from mongodb-1.3.3/php_phongo.c
rename to mongodb-1.3.4/php_phongo.c
diff --git a/mongodb-1.3.3/php_phongo.h b/mongodb-1.3.4/php_phongo.h
similarity index 99%
rename from mongodb-1.3.3/php_phongo.h
rename to mongodb-1.3.4/php_phongo.h
index f1c47d53..f57b7827 100644
--- a/mongodb-1.3.3/php_phongo.h
+++ b/mongodb-1.3.4/php_phongo.h
@@ -1,194 +1,194 @@
/*
* Copyright 2014-2017 MongoDB, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef PHONGO_H
#define PHONGO_H
/* External libs */
#include "bson.h"
#include "mongoc.h"
#define phpext_mongodb_ptr &mongodb_module_entry
extern zend_module_entry mongodb_module_entry;
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
-#define PHP_MONGODB_VERSION "1.3.3"
+#define PHP_MONGODB_VERSION "1.3.4"
#define PHP_MONGODB_STABILITY "stable"
/* Structure for persisted libmongoc clients. The PID is included to ensure that
* processes do not destroy clients created by other processes (relevant for
* forking). We avoid using pid_t for Windows compatibility. */
typedef struct {
mongoc_client_t *client;
int pid;
} php_phongo_pclient_t;
ZEND_BEGIN_MODULE_GLOBALS(mongodb)
char *debug;
FILE *debug_fd;
bson_mem_vtable_t bsonMemVTable;
HashTable pclients;
HashTable *subscribers;
ZEND_END_MODULE_GLOBALS(mongodb)
#if PHP_VERSION_ID >= 70000
# define MONGODB_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(mongodb, v)
# if defined(ZTS) && defined(COMPILE_DL_MONGODB)
ZEND_TSRMLS_CACHE_EXTERN()
# endif
#else
# ifdef ZTS
# define MONGODB_G(v) TSRMG(mongodb_globals_id, zend_mongodb_globals *, v)
# define mglo mongodb_globals_id
# else
# define MONGODB_G(v) (mongodb_globals.v)
# define mglo mongodb_globals
# endif
#endif
#define PHONGO_WRITE_CONCERN_W_MAJORITY "majority"
#include "php_phongo_classes.h"
/* This enum is necessary since mongoc_server_description_type_t is private and
* we need to translate strings returned by mongoc_server_description_type() to
* Server integer constants. */
typedef enum {
PHONGO_SERVER_UNKNOWN = 0,
PHONGO_SERVER_STANDALONE = 1,
PHONGO_SERVER_MONGOS = 2,
PHONGO_SERVER_POSSIBLE_PRIMARY = 3,
PHONGO_SERVER_RS_PRIMARY = 4,
PHONGO_SERVER_RS_SECONDARY = 5,
PHONGO_SERVER_RS_ARBITER = 6,
PHONGO_SERVER_RS_OTHER = 7,
PHONGO_SERVER_RS_GHOST = 8,
PHONGO_SERVER_DESCRIPTION_TYPES = 9,
} php_phongo_server_description_type_t;
typedef struct {
php_phongo_server_description_type_t type;
const char *name;
} php_phongo_server_description_type_map_t;
extern php_phongo_server_description_type_map_t php_phongo_server_description_type_map[];
typedef enum {
PHONGO_ERROR_INVALID_ARGUMENT = 1,
PHONGO_ERROR_RUNTIME = 2,
PHONGO_ERROR_UNEXPECTED_VALUE = 8,
PHONGO_ERROR_MONGOC_FAILED = 3,
PHONGO_ERROR_WRITE_FAILED = 5,
PHONGO_ERROR_CONNECTION_FAILED = 7,
PHONGO_ERROR_LOGIC = 9
} php_phongo_error_domain_t;
zend_class_entry* phongo_exception_from_mongoc_domain(uint32_t /* mongoc_error_domain_t */ domain, uint32_t /* mongoc_error_code_t */ code);
zend_class_entry* phongo_exception_from_phongo_domain(php_phongo_error_domain_t domain);
void phongo_throw_exception(php_phongo_error_domain_t domain TSRMLS_DC, const char *format, ...)
#if PHP_VERSION_ID < 70000
# ifndef PHP_WIN32
# ifdef ZTS
__attribute__ ((format(printf, 3, 4)))
# else
__attribute__ ((format(printf, 2, 3)))
# endif
# endif
#endif
;
void phongo_throw_exception_from_bson_error_t(bson_error_t *error TSRMLS_DC);
zend_object_handlers *phongo_get_std_object_handlers(void);
void phongo_server_init (zval *return_value, mongoc_client_t *client, int server_id TSRMLS_DC);
void phongo_readconcern_init (zval *return_value, const mongoc_read_concern_t *read_concern TSRMLS_DC);
void phongo_readpreference_init (zval *return_value, const mongoc_read_prefs_t *read_prefs TSRMLS_DC);
void phongo_writeconcern_init (zval *return_value, const mongoc_write_concern_t *write_concern TSRMLS_DC);
mongoc_bulk_operation_t* phongo_bulkwrite_init (zend_bool ordered);
bool phongo_execute_write (mongoc_client_t *client, const char *namespace, php_phongo_bulkwrite_t *bulk_write, const mongoc_write_concern_t *write_concern, int server_id, zval *return_value, int return_value_used TSRMLS_DC);
int phongo_execute_command (mongoc_client_t *client, const char *db, zval *zcommand, zval *zreadPreference, int server_id, zval *return_value, int return_value_used TSRMLS_DC);
int phongo_execute_query (mongoc_client_t *client, const char *namespace, zval *zquery, zval *zreadPreference, int server_id, zval *return_value, int return_value_used TSRMLS_DC);
const mongoc_read_concern_t* phongo_read_concern_from_zval (zval *zread_concern TSRMLS_DC);
const mongoc_read_prefs_t* phongo_read_preference_from_zval(zval *zread_preference TSRMLS_DC);
const mongoc_write_concern_t* phongo_write_concern_from_zval (zval *zwrite_concern TSRMLS_DC);
php_phongo_server_description_type_t php_phongo_server_description_type(mongoc_server_description_t *sd);
void php_phongo_read_preference_prep_tagsets(zval *tagSets TSRMLS_DC);
bool php_phongo_read_preference_tags_are_valid(const bson_t *tags);
void php_phongo_server_to_zval(zval *retval, mongoc_server_description_t *sd);
void php_phongo_read_concern_to_zval(zval *retval, const mongoc_read_concern_t *read_concern);
void php_phongo_read_preference_to_zval(zval *retval, const mongoc_read_prefs_t *read_prefs);
void php_phongo_write_concern_to_zval(zval *retval, const mongoc_write_concern_t *write_concern);
void php_phongo_cursor_to_zval(zval *retval, const mongoc_cursor_t *cursor);
void phongo_manager_init(php_phongo_manager_t *manager, const char *uri_string, zval *options, zval *driverOptions TSRMLS_DC);
int php_phongo_set_monitoring_callbacks(mongoc_client_t *client);
void php_phongo_objectid_new_from_oid(zval *object, const bson_oid_t *oid TSRMLS_DC);
void php_phongo_cursor_id_new_from_id(zval *object, int64_t cursorid TSRMLS_DC);
void php_phongo_new_utcdatetime_from_epoch(zval *object, int64_t msec_since_epoch TSRMLS_DC);
void php_phongo_new_timestamp_from_increment_and_timestamp(zval *object, uint32_t increment, uint32_t timestamp TSRMLS_DC);
void php_phongo_new_javascript_from_javascript(int init, zval *object, const char *code, size_t code_len TSRMLS_DC);
void php_phongo_new_javascript_from_javascript_and_scope(int init, zval *object, const char *code, size_t code_len, const bson_t *scope TSRMLS_DC);
void php_phongo_new_binary_from_binary_and_type(zval *object, const char *data, size_t data_len, bson_subtype_t type TSRMLS_DC);
void php_phongo_new_decimal128(zval *object, const bson_decimal128_t *decimal TSRMLS_DC);
void php_phongo_new_regex_from_regex_and_options(zval *object, const char *pattern, const char *flags TSRMLS_DC);
zend_bool phongo_writeerror_init(zval *return_value, bson_t *bson TSRMLS_DC);
zend_bool phongo_writeconcernerror_init(zval *return_value, bson_t *bson TSRMLS_DC);
#if PHP_VERSION_ID >= 70000
#define PHONGO_CE_FINAL(ce) do { \
ce->ce_flags |= ZEND_ACC_FINAL; \
} while(0);
#else
#define PHONGO_CE_FINAL(ce) do { \
ce->ce_flags |= ZEND_ACC_FINAL_CLASS; \
} while(0);
#endif
#define PHONGO_CE_DISABLE_SERIALIZATION(ce) do { \
ce->serialize = zend_class_serialize_deny; \
ce->unserialize = zend_class_unserialize_deny; \
} while(0);
#define PHONGO_GET_PROPERTY_HASH_INIT_PROPS(is_debug, intern, props, size) do { \
if (is_debug) { \
ALLOC_HASHTABLE(props); \
zend_hash_init((props), (size), NULL, ZVAL_PTR_DTOR, 0); \
} else if ((intern)->properties) { \
zend_hash_clean((intern)->properties); \
(props) = (intern)->properties; \
} else { \
ALLOC_HASHTABLE(props); \
zend_hash_init((props), (size), NULL, ZVAL_PTR_DTOR, 0); \
(intern)->properties = (props); \
} \
} while(0);
#endif /* PHONGO_H */
/*
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noet sw=4 ts=4 fdm=marker
* vim<600: noet sw=4 ts=4
*/
diff --git a/mongodb-1.3.3/php_phongo_classes.h b/mongodb-1.3.4/php_phongo_classes.h
similarity index 100%
rename from mongodb-1.3.3/php_phongo_classes.h
rename to mongodb-1.3.4/php_phongo_classes.h
diff --git a/mongodb-1.3.3/php_phongo_structs.h b/mongodb-1.3.4/php_phongo_structs.h
similarity index 100%
rename from mongodb-1.3.3/php_phongo_structs.h
rename to mongodb-1.3.4/php_phongo_structs.h
diff --git a/mongodb-1.3.3/scripts/centos/essentials.sh b/mongodb-1.3.4/scripts/centos/essentials.sh
similarity index 100%
rename from mongodb-1.3.3/scripts/centos/essentials.sh
rename to mongodb-1.3.4/scripts/centos/essentials.sh
diff --git a/mongodb-1.3.3/scripts/centos/ldap/Domain.ldif b/mongodb-1.3.4/scripts/centos/ldap/Domain.ldif
similarity index 100%
rename from mongodb-1.3.3/scripts/centos/ldap/Domain.ldif
rename to mongodb-1.3.4/scripts/centos/ldap/Domain.ldif
diff --git a/mongodb-1.3.3/scripts/centos/ldap/Users.ldif b/mongodb-1.3.4/scripts/centos/ldap/Users.ldif
similarity index 100%
rename from mongodb-1.3.3/scripts/centos/ldap/Users.ldif
rename to mongodb-1.3.4/scripts/centos/ldap/Users.ldif
diff --git a/mongodb-1.3.3/scripts/centos/ldap/basics.ldif b/mongodb-1.3.4/scripts/centos/ldap/basics.ldif
similarity index 100%
rename from mongodb-1.3.3/scripts/centos/ldap/basics.ldif
rename to mongodb-1.3.4/scripts/centos/ldap/basics.ldif
diff --git a/mongodb-1.3.3/scripts/centos/ldap/install.sh b/mongodb-1.3.4/scripts/centos/ldap/install.sh
similarity index 100%
rename from mongodb-1.3.3/scripts/centos/ldap/install.sh
rename to mongodb-1.3.4/scripts/centos/ldap/install.sh
diff --git a/mongodb-1.3.3/scripts/centos/ldap/ldapconfig.py b/mongodb-1.3.4/scripts/centos/ldap/ldapconfig.py
similarity index 100%
rename from mongodb-1.3.3/scripts/centos/ldap/ldapconfig.py
rename to mongodb-1.3.4/scripts/centos/ldap/ldapconfig.py
diff --git a/mongodb-1.3.3/scripts/centos/ldap/mongod.ldif b/mongodb-1.3.4/scripts/centos/ldap/mongod.ldif
similarity index 100%
rename from mongodb-1.3.3/scripts/centos/ldap/mongod.ldif
rename to mongodb-1.3.4/scripts/centos/ldap/mongod.ldif
diff --git a/mongodb-1.3.3/scripts/centos/ldap/pw.ldif b/mongodb-1.3.4/scripts/centos/ldap/pw.ldif
similarity index 100%
rename from mongodb-1.3.3/scripts/centos/ldap/pw.ldif
rename to mongodb-1.3.4/scripts/centos/ldap/pw.ldif
diff --git a/mongodb-1.3.3/scripts/centos/ldap/saslauthd.conf b/mongodb-1.3.4/scripts/centos/ldap/saslauthd.conf
similarity index 100%
rename from mongodb-1.3.3/scripts/centos/ldap/saslauthd.conf
rename to mongodb-1.3.4/scripts/centos/ldap/saslauthd.conf
diff --git a/mongodb-1.3.3/scripts/centos/ldap/users b/mongodb-1.3.4/scripts/centos/ldap/users
similarity index 100%
rename from mongodb-1.3.3/scripts/centos/ldap/users
rename to mongodb-1.3.4/scripts/centos/ldap/users
diff --git a/mongodb-1.3.3/scripts/convert-bson-corpus-tests.php b/mongodb-1.3.4/scripts/convert-bson-corpus-tests.php
similarity index 100%
rename from mongodb-1.3.3/scripts/convert-bson-corpus-tests.php
rename to mongodb-1.3.4/scripts/convert-bson-corpus-tests.php
diff --git a/mongodb-1.3.3/scripts/convert-mo-tests.php b/mongodb-1.3.4/scripts/convert-mo-tests.php
similarity index 100%
rename from mongodb-1.3.3/scripts/convert-mo-tests.php
rename to mongodb-1.3.4/scripts/convert-mo-tests.php
diff --git a/mongodb-1.3.3/scripts/freebsd/essentials.sh b/mongodb-1.3.4/scripts/freebsd/essentials.sh
similarity index 100%
rename from mongodb-1.3.3/scripts/freebsd/essentials.sh
rename to mongodb-1.3.4/scripts/freebsd/essentials.sh
diff --git a/mongodb-1.3.3/scripts/freebsd/phongo.sh b/mongodb-1.3.4/scripts/freebsd/phongo.sh
similarity index 100%
rename from mongodb-1.3.3/scripts/freebsd/phongo.sh
rename to mongodb-1.3.4/scripts/freebsd/phongo.sh
diff --git a/mongodb-1.3.3/scripts/list-servers.php b/mongodb-1.3.4/scripts/list-servers.php
similarity index 100%
rename from mongodb-1.3.3/scripts/list-servers.php
rename to mongodb-1.3.4/scripts/list-servers.php
diff --git a/mongodb-1.3.3/scripts/presets/replicaset-30.json b/mongodb-1.3.4/scripts/presets/replicaset-30.json
similarity index 100%
rename from mongodb-1.3.3/scripts/presets/replicaset-30.json
rename to mongodb-1.3.4/scripts/presets/replicaset-30.json
diff --git a/mongodb-1.3.3/scripts/presets/replicaset.json b/mongodb-1.3.4/scripts/presets/replicaset.json
similarity index 100%
rename from mongodb-1.3.3/scripts/presets/replicaset.json
rename to mongodb-1.3.4/scripts/presets/replicaset.json
diff --git a/mongodb-1.3.3/scripts/presets/standalone-24.json b/mongodb-1.3.4/scripts/presets/standalone-24.json
similarity index 100%
rename from mongodb-1.3.3/scripts/presets/standalone-24.json
rename to mongodb-1.3.4/scripts/presets/standalone-24.json
diff --git a/mongodb-1.3.3/scripts/presets/standalone-26.json b/mongodb-1.3.4/scripts/presets/standalone-26.json
similarity index 100%
rename from mongodb-1.3.3/scripts/presets/standalone-26.json
rename to mongodb-1.3.4/scripts/presets/standalone-26.json
diff --git a/mongodb-1.3.3/scripts/presets/standalone-30.json b/mongodb-1.3.4/scripts/presets/standalone-30.json
similarity index 100%
rename from mongodb-1.3.3/scripts/presets/standalone-30.json
rename to mongodb-1.3.4/scripts/presets/standalone-30.json
diff --git a/mongodb-1.3.3/scripts/presets/standalone-auth.json b/mongodb-1.3.4/scripts/presets/standalone-auth.json
similarity index 100%
rename from mongodb-1.3.3/scripts/presets/standalone-auth.json
rename to mongodb-1.3.4/scripts/presets/standalone-auth.json
diff --git a/mongodb-1.3.3/scripts/presets/standalone-plain.json b/mongodb-1.3.4/scripts/presets/standalone-plain.json
similarity index 100%
rename from mongodb-1.3.3/scripts/presets/standalone-plain.json
rename to mongodb-1.3.4/scripts/presets/standalone-plain.json
diff --git a/mongodb-1.3.3/scripts/presets/standalone-ssl.json b/mongodb-1.3.4/scripts/presets/standalone-ssl.json
similarity index 100%
rename from mongodb-1.3.3/scripts/presets/standalone-ssl.json
rename to mongodb-1.3.4/scripts/presets/standalone-ssl.json
diff --git a/mongodb-1.3.3/scripts/presets/standalone-x509.json b/mongodb-1.3.4/scripts/presets/standalone-x509.json
similarity index 100%
rename from mongodb-1.3.3/scripts/presets/standalone-x509.json
rename to mongodb-1.3.4/scripts/presets/standalone-x509.json
diff --git a/mongodb-1.3.3/scripts/presets/standalone.json b/mongodb-1.3.4/scripts/presets/standalone.json
similarity index 100%
rename from mongodb-1.3.3/scripts/presets/standalone.json
rename to mongodb-1.3.4/scripts/presets/standalone.json
diff --git a/mongodb-1.3.3/scripts/run-tests-on.sh b/mongodb-1.3.4/scripts/run-tests-on.sh
similarity index 100%
rename from mongodb-1.3.3/scripts/run-tests-on.sh
rename to mongodb-1.3.4/scripts/run-tests-on.sh
diff --git a/mongodb-1.3.3/scripts/ssl/ca.pem b/mongodb-1.3.4/scripts/ssl/ca.pem
similarity index 100%
rename from mongodb-1.3.3/scripts/ssl/ca.pem
rename to mongodb-1.3.4/scripts/ssl/ca.pem
diff --git a/mongodb-1.3.3/scripts/ssl/client.pem b/mongodb-1.3.4/scripts/ssl/client.pem
similarity index 100%
rename from mongodb-1.3.3/scripts/ssl/client.pem
rename to mongodb-1.3.4/scripts/ssl/client.pem
diff --git a/mongodb-1.3.3/scripts/ssl/crl.pem b/mongodb-1.3.4/scripts/ssl/crl.pem
similarity index 100%
rename from mongodb-1.3.3/scripts/ssl/crl.pem
rename to mongodb-1.3.4/scripts/ssl/crl.pem
diff --git a/mongodb-1.3.3/scripts/ssl/server.pem b/mongodb-1.3.4/scripts/ssl/server.pem
similarity index 100%
rename from mongodb-1.3.3/scripts/ssl/server.pem
rename to mongodb-1.3.4/scripts/ssl/server.pem
diff --git a/mongodb-1.3.3/scripts/start-servers.php b/mongodb-1.3.4/scripts/start-servers.php
similarity index 100%
rename from mongodb-1.3.3/scripts/start-servers.php
rename to mongodb-1.3.4/scripts/start-servers.php
diff --git a/mongodb-1.3.3/scripts/ubuntu/essentials.sh b/mongodb-1.3.4/scripts/ubuntu/essentials.sh
similarity index 100%
rename from mongodb-1.3.3/scripts/ubuntu/essentials.sh
rename to mongodb-1.3.4/scripts/ubuntu/essentials.sh
diff --git a/mongodb-1.3.3/scripts/ubuntu/ldap/install.sh b/mongodb-1.3.4/scripts/ubuntu/ldap/install.sh
similarity index 100%
rename from mongodb-1.3.3/scripts/ubuntu/ldap/install.sh
rename to mongodb-1.3.4/scripts/ubuntu/ldap/install.sh
diff --git a/mongodb-1.3.3/scripts/ubuntu/ldap/saslauthd.conf b/mongodb-1.3.4/scripts/ubuntu/ldap/saslauthd.conf
similarity index 100%
rename from mongodb-1.3.3/scripts/ubuntu/ldap/saslauthd.conf
rename to mongodb-1.3.4/scripts/ubuntu/ldap/saslauthd.conf
diff --git a/mongodb-1.3.3/scripts/ubuntu/mongo-orchestration.sh b/mongodb-1.3.4/scripts/ubuntu/mongo-orchestration.sh
similarity index 100%
rename from mongodb-1.3.3/scripts/ubuntu/mongo-orchestration.sh
rename to mongodb-1.3.4/scripts/ubuntu/mongo-orchestration.sh
diff --git a/mongodb-1.3.3/scripts/ubuntu/phongo.sh b/mongodb-1.3.4/scripts/ubuntu/phongo.sh
similarity index 100%
rename from mongodb-1.3.3/scripts/ubuntu/phongo.sh
rename to mongodb-1.3.4/scripts/ubuntu/phongo.sh
diff --git a/mongodb-1.3.3/scripts/vmware/kernel.sh b/mongodb-1.3.4/scripts/vmware/kernel.sh
similarity index 100%
rename from mongodb-1.3.3/scripts/vmware/kernel.sh
rename to mongodb-1.3.4/scripts/vmware/kernel.sh
diff --git a/mongodb-1.3.3/src/BSON/Binary.c b/mongodb-1.3.4/src/BSON/Binary.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/Binary.c
rename to mongodb-1.3.4/src/BSON/Binary.c
diff --git a/mongodb-1.3.3/src/BSON/BinaryInterface.c b/mongodb-1.3.4/src/BSON/BinaryInterface.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/BinaryInterface.c
rename to mongodb-1.3.4/src/BSON/BinaryInterface.c
diff --git a/mongodb-1.3.3/src/BSON/Decimal128.c b/mongodb-1.3.4/src/BSON/Decimal128.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/Decimal128.c
rename to mongodb-1.3.4/src/BSON/Decimal128.c
diff --git a/mongodb-1.3.3/src/BSON/Decimal128Interface.c b/mongodb-1.3.4/src/BSON/Decimal128Interface.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/Decimal128Interface.c
rename to mongodb-1.3.4/src/BSON/Decimal128Interface.c
diff --git a/mongodb-1.3.3/src/BSON/Javascript.c b/mongodb-1.3.4/src/BSON/Javascript.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/Javascript.c
rename to mongodb-1.3.4/src/BSON/Javascript.c
diff --git a/mongodb-1.3.3/src/BSON/JavascriptInterface.c b/mongodb-1.3.4/src/BSON/JavascriptInterface.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/JavascriptInterface.c
rename to mongodb-1.3.4/src/BSON/JavascriptInterface.c
diff --git a/mongodb-1.3.3/src/BSON/MaxKey.c b/mongodb-1.3.4/src/BSON/MaxKey.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/MaxKey.c
rename to mongodb-1.3.4/src/BSON/MaxKey.c
diff --git a/mongodb-1.3.3/src/BSON/MaxKeyInterface.c b/mongodb-1.3.4/src/BSON/MaxKeyInterface.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/MaxKeyInterface.c
rename to mongodb-1.3.4/src/BSON/MaxKeyInterface.c
diff --git a/mongodb-1.3.3/src/BSON/MinKey.c b/mongodb-1.3.4/src/BSON/MinKey.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/MinKey.c
rename to mongodb-1.3.4/src/BSON/MinKey.c
diff --git a/mongodb-1.3.3/src/BSON/MinKeyInterface.c b/mongodb-1.3.4/src/BSON/MinKeyInterface.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/MinKeyInterface.c
rename to mongodb-1.3.4/src/BSON/MinKeyInterface.c
diff --git a/mongodb-1.3.3/src/BSON/ObjectId.c b/mongodb-1.3.4/src/BSON/ObjectId.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/ObjectId.c
rename to mongodb-1.3.4/src/BSON/ObjectId.c
diff --git a/mongodb-1.3.3/src/BSON/ObjectIdInterface.c b/mongodb-1.3.4/src/BSON/ObjectIdInterface.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/ObjectIdInterface.c
rename to mongodb-1.3.4/src/BSON/ObjectIdInterface.c
diff --git a/mongodb-1.3.3/src/BSON/Persistable.c b/mongodb-1.3.4/src/BSON/Persistable.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/Persistable.c
rename to mongodb-1.3.4/src/BSON/Persistable.c
diff --git a/mongodb-1.3.3/src/BSON/Regex.c b/mongodb-1.3.4/src/BSON/Regex.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/Regex.c
rename to mongodb-1.3.4/src/BSON/Regex.c
diff --git a/mongodb-1.3.3/src/BSON/RegexInterface.c b/mongodb-1.3.4/src/BSON/RegexInterface.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/RegexInterface.c
rename to mongodb-1.3.4/src/BSON/RegexInterface.c
diff --git a/mongodb-1.3.3/src/BSON/Serializable.c b/mongodb-1.3.4/src/BSON/Serializable.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/Serializable.c
rename to mongodb-1.3.4/src/BSON/Serializable.c
diff --git a/mongodb-1.3.3/src/BSON/Timestamp.c b/mongodb-1.3.4/src/BSON/Timestamp.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/Timestamp.c
rename to mongodb-1.3.4/src/BSON/Timestamp.c
diff --git a/mongodb-1.3.3/src/BSON/TimestampInterface.c b/mongodb-1.3.4/src/BSON/TimestampInterface.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/TimestampInterface.c
rename to mongodb-1.3.4/src/BSON/TimestampInterface.c
diff --git a/mongodb-1.3.3/src/BSON/Type.c b/mongodb-1.3.4/src/BSON/Type.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/Type.c
rename to mongodb-1.3.4/src/BSON/Type.c
diff --git a/mongodb-1.3.3/src/BSON/UTCDateTime.c b/mongodb-1.3.4/src/BSON/UTCDateTime.c
similarity index 99%
rename from mongodb-1.3.3/src/BSON/UTCDateTime.c
rename to mongodb-1.3.4/src/BSON/UTCDateTime.c
index 0f088f01..987a758e 100644
--- a/mongodb-1.3.3/src/BSON/UTCDateTime.c
+++ b/mongodb-1.3.4/src/BSON/UTCDateTime.c
@@ -1,572 +1,572 @@
/*
* Copyright 2014-2017 MongoDB, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h>
#include <php.h>
#include <Zend/zend_interfaces.h>
#include <ext/date/php_date.h>
#include <ext/standard/php_var.h>
#if PHP_VERSION_ID >= 70000
# include <zend_smart_str.h>
#else
# include <ext/standard/php_smart_str.h>
#endif
#ifdef PHP_WIN32
# include "win32/time.h"
#endif
#include "phongo_compat.h"
#include "php_phongo.h"
zend_class_entry *php_phongo_utcdatetime_ce;
/* Initialize the object and return whether it was successful. */
static bool php_phongo_utcdatetime_init(php_phongo_utcdatetime_t *intern, int64_t milliseconds) /* {{{ */
{
intern->milliseconds = milliseconds;
intern->initialized = true;
return true;
} /* }}} */
/* Initialize the object from a numeric string and return whether it was
* successful. An exception will be thrown on error. */
static bool php_phongo_utcdatetime_init_from_string(php_phongo_utcdatetime_t *intern, const char *s_milliseconds, phongo_zpp_char_len s_milliseconds_len TSRMLS_DC) /* {{{ */
{
int64_t milliseconds;
char *endptr = NULL;
errno = 0;
milliseconds = bson_ascii_strtoll(s_milliseconds, &endptr, 10);
/* errno will set errno if conversion fails; however, we do not need to
* specify the type of error.
*
* Note: bson_ascii_strtoll() does not properly detect out-of-range values
* (see: CDRIVER-1377). strtoll() would be preferable, but it is not
* available on all platforms (e.g. HP-UX), and atoll() provides no error
* reporting at all. */
if (errno || (endptr && endptr != ((const char *)s_milliseconds + s_milliseconds_len))) {
phongo_throw_exception(PHONGO_ERROR_INVALID_ARGUMENT TSRMLS_CC, "Error parsing \"%s\" as 64-bit integer for %s initialization", s_milliseconds, ZSTR_VAL(php_phongo_utcdatetime_ce->name));
return false;
}
return php_phongo_utcdatetime_init(intern, milliseconds);
} /* }}} */
/* Initialize the object from a HashTable and return whether it was successful.
* An exception will be thrown on error. */
static bool php_phongo_utcdatetime_init_from_hash(php_phongo_utcdatetime_t *intern, HashTable *props TSRMLS_DC) /* {{{ */
{
#if PHP_VERSION_ID >= 70000
zval *milliseconds;
if ((milliseconds = zend_hash_str_find(props, "milliseconds", sizeof("milliseconds")-1)) && Z_TYPE_P(milliseconds) == IS_LONG) {
return php_phongo_utcdatetime_init(intern, Z_LVAL_P(milliseconds));
}
if ((milliseconds = zend_hash_str_find(props, "milliseconds", sizeof("milliseconds")-1)) && Z_TYPE_P(milliseconds) == IS_STRING) {
return php_phongo_utcdatetime_init_from_string(intern, Z_STRVAL_P(milliseconds), Z_STRLEN_P(milliseconds) TSRMLS_CC);
}
#else
zval **milliseconds;
if (zend_hash_find(props, "milliseconds", sizeof("milliseconds"), (void**) &milliseconds) == SUCCESS && Z_TYPE_PP(milliseconds) == IS_LONG) {
return php_phongo_utcdatetime_init(intern, Z_LVAL_PP(milliseconds));
}
if (zend_hash_find(props, "milliseconds", sizeof("milliseconds"), (void**) &milliseconds) == SUCCESS && Z_TYPE_PP(milliseconds) == IS_STRING) {
return php_phongo_utcdatetime_init_from_string(intern, Z_STRVAL_PP(milliseconds), Z_STRLEN_PP(milliseconds) TSRMLS_CC);
}
#endif
phongo_throw_exception(PHONGO_ERROR_INVALID_ARGUMENT TSRMLS_CC, "%s initialization requires \"milliseconds\" integer or numeric string field", ZSTR_VAL(php_phongo_utcdatetime_ce->name));
return false;
} /* }}} */
/* Initialize the object from the current time and return whether it was
* successful. */
static bool php_phongo_utcdatetime_init_from_current_time(php_phongo_utcdatetime_t *intern) /* {{{ */
{
int64_t sec, usec;
struct timeval cur_time;
gettimeofday(&cur_time, NULL);
sec = cur_time.tv_sec;
usec = cur_time.tv_usec;
intern->milliseconds = (sec * 1000) + (usec / 1000);
intern->initialized = true;
return true;
} /* }}} */
/* Initialize the object from a DateTime object and return whether it was
* successful. */
static bool php_phongo_utcdatetime_init_from_date(php_phongo_utcdatetime_t *intern, php_date_obj *datetime_obj) /* {{{ */
{
int64_t sec, usec;
/* The following assignments use the same logic as date_format() in php_date.c */
sec = datetime_obj->time->sse;
#if PHP_VERSION_ID >= 70200
usec = (int64_t) floor(datetime_obj->time->us);
#else
usec = (int64_t) floor(datetime_obj->time->f * 1000000 + 0.5);
#endif
intern->milliseconds = (sec * 1000) + (usec / 1000);
intern->initialized = true;
return true;
} /* }}} */
/* {{{ proto void MongoDB\BSON\UTCDateTime::__construct([int|float|string|DateTimeInterface $milliseconds = null])
Construct a new BSON UTCDateTime type from either the current time,
milliseconds since the epoch, or a DateTimeInterface object. Defaults to the
current time. */
static PHP_METHOD(UTCDateTime, __construct)
{
php_phongo_utcdatetime_t *intern;
zend_error_handling error_handling;
zval *milliseconds = NULL;
zend_replace_error_handling(EH_THROW, phongo_exception_from_phongo_domain(PHONGO_ERROR_INVALID_ARGUMENT), &error_handling TSRMLS_CC);
intern = Z_UTCDATETIME_OBJ_P(getThis());
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|z!", &milliseconds) == FAILURE) {
zend_restore_error_handling(&error_handling TSRMLS_CC);
return;
}
zend_restore_error_handling(&error_handling TSRMLS_CC);
if (milliseconds == NULL) {
php_phongo_utcdatetime_init_from_current_time(intern);
return;
}
if (Z_TYPE_P(milliseconds) == IS_OBJECT) {
if (instanceof_function(Z_OBJCE_P(milliseconds), php_date_get_date_ce() TSRMLS_CC) ||
(php_phongo_date_immutable_ce && instanceof_function(Z_OBJCE_P(milliseconds), php_phongo_date_immutable_ce TSRMLS_CC))) {
php_phongo_utcdatetime_init_from_date(intern, Z_PHPDATE_P(milliseconds));
} else {
phongo_throw_exception(PHONGO_ERROR_INVALID_ARGUMENT TSRMLS_CC, "Expected instance of DateTimeInterface, %s given", ZSTR_VAL(Z_OBJCE_P(milliseconds)->name));
}
return;
}
if (Z_TYPE_P(milliseconds) == IS_LONG) {
php_phongo_utcdatetime_init(intern, Z_LVAL_P(milliseconds));
return;
}
if (Z_TYPE_P(milliseconds) == IS_DOUBLE) {
char tmp[24];
int tmp_len;
tmp_len = snprintf(tmp, sizeof(tmp), "%.0f", Z_DVAL_P(milliseconds) > 0 ? floor(Z_DVAL_P(milliseconds)) : ceil(Z_DVAL_P(milliseconds)));
php_phongo_utcdatetime_init_from_string(intern, tmp, tmp_len TSRMLS_CC);
return;
}
if (Z_TYPE_P(milliseconds) != IS_STRING) {
phongo_throw_exception(PHONGO_ERROR_INVALID_ARGUMENT TSRMLS_CC, "Expected integer or string, %s given", zend_get_type_by_const(Z_TYPE_P(milliseconds)));
return;
}
php_phongo_utcdatetime_init_from_string(intern, Z_STRVAL_P(milliseconds), Z_STRLEN_P(milliseconds) TSRMLS_CC);
} /* }}} */
/* {{{ proto void MongoDB\BSON\UTCDateTime::__set_state(array $properties)
*/
static PHP_METHOD(UTCDateTime, __set_state)
{
php_phongo_utcdatetime_t *intern;
HashTable *props;
zval *array;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a", &array) == FAILURE) {
RETURN_FALSE;
}
object_init_ex(return_value, php_phongo_utcdatetime_ce);
intern = Z_UTCDATETIME_OBJ_P(return_value);
props = Z_ARRVAL_P(array);
php_phongo_utcdatetime_init_from_hash(intern, props TSRMLS_CC);
} /* }}} */
/* {{{ proto string MongoDB\BSON\UTCDateTime::__toString()
Returns the UTCDateTime's milliseconds as a string */
static PHP_METHOD(UTCDateTime, __toString)
{
php_phongo_utcdatetime_t *intern;
char *tmp;
int tmp_len;
intern = Z_UTCDATETIME_OBJ_P(getThis());
if (zend_parse_parameters_none() == FAILURE) {
return;
}
tmp_len = spprintf(&tmp, 0, "%" PRId64, intern->milliseconds);
PHONGO_RETVAL_STRINGL(tmp, tmp_len);
efree(tmp);
} /* }}} */
/* {{{ proto DateTime MongoDB\BSON\UTCDateTime::toDateTime()
Returns a DateTime object representing this UTCDateTime */
static PHP_METHOD(UTCDateTime, toDateTime)
{
php_phongo_utcdatetime_t *intern;
php_date_obj *datetime_obj;
char *sec;
size_t sec_len;
intern = Z_UTCDATETIME_OBJ_P(getThis());
if (zend_parse_parameters_none() == FAILURE) {
return;
}
object_init_ex(return_value, php_date_get_date_ce());
datetime_obj = Z_PHPDATE_P(return_value);
sec_len = spprintf(&sec, 0, "@%" PRId64, intern->milliseconds / 1000);
php_date_initialize(datetime_obj, sec, sec_len, NULL, NULL, 0 TSRMLS_CC);
efree(sec);
#if PHP_VERSION_ID >= 70200
datetime_obj->time->us = (intern->milliseconds % 1000) * 1000;
#else
datetime_obj->time->f = (double) (intern->milliseconds % 1000) / 1000;
#endif
}
/* }}} */
/* {{{ proto array MongoDB\BSON\UTCDateTime::jsonSerialize()
*/
static PHP_METHOD(UTCDateTime, jsonSerialize)
{
php_phongo_utcdatetime_t *intern;
char s_milliseconds[24];
int s_milliseconds_len;
if (zend_parse_parameters_none() == FAILURE) {
return;
}
intern = Z_UTCDATETIME_OBJ_P(getThis());
s_milliseconds_len = snprintf(s_milliseconds, sizeof(s_milliseconds), "%" PRId64, intern->milliseconds);
array_init_size(return_value, 1);
#if PHP_VERSION_ID >= 70000
{
zval udt;
array_init_size(&udt, 1);
ADD_ASSOC_STRINGL(&udt, "$numberLong", s_milliseconds, s_milliseconds_len);
ADD_ASSOC_ZVAL_EX(return_value, "$date", &udt);
}
#else
{
zval *udt;
MAKE_STD_ZVAL(udt);
array_init_size(udt, 1);
ADD_ASSOC_STRINGL(udt, "$numberLong", s_milliseconds, s_milliseconds_len);
ADD_ASSOC_ZVAL_EX(return_value, "$date", udt);
}
#endif
} /* }}} */
/* {{{ proto string MongoDB\BSON\UTCDateTime::serialize()
*/
static PHP_METHOD(UTCDateTime, serialize)
{
php_phongo_utcdatetime_t *intern;
#if PHP_VERSION_ID >= 70000
zval retval;
#else
zval *retval;
#endif
php_serialize_data_t var_hash;
smart_str buf = { 0 };
char s_milliseconds[24];
int s_milliseconds_len;
intern = Z_UTCDATETIME_OBJ_P(getThis());
if (zend_parse_parameters_none() == FAILURE) {
return;
}
s_milliseconds_len = snprintf(s_milliseconds, sizeof(s_milliseconds), "%" PRId64, intern->milliseconds);
#if PHP_VERSION_ID >= 70000
array_init_size(&retval, 2);
ADD_ASSOC_STRINGL(&retval, "milliseconds", s_milliseconds, s_milliseconds_len);
#else
ALLOC_INIT_ZVAL(retval);
array_init_size(retval, 2);
ADD_ASSOC_STRINGL(retval, "milliseconds", s_milliseconds, s_milliseconds_len);
#endif
PHP_VAR_SERIALIZE_INIT(var_hash);
php_var_serialize(&buf, &retval, &var_hash TSRMLS_CC);
smart_str_0(&buf);
PHP_VAR_SERIALIZE_DESTROY(var_hash);
PHONGO_RETVAL_SMART_STR(buf);
smart_str_free(&buf);
zval_ptr_dtor(&retval);
} /* }}} */
/* {{{ proto void MongoDB\BSON\UTCDateTime::unserialize(string $serialized)
*/
static PHP_METHOD(UTCDateTime, unserialize)
{
php_phongo_utcdatetime_t *intern;
zend_error_handling error_handling;
char *serialized;
phongo_zpp_char_len serialized_len;
#if PHP_VERSION_ID >= 70000
zval props;
#else
zval *props;
#endif
php_unserialize_data_t var_hash;
intern = Z_UTCDATETIME_OBJ_P(getThis());
zend_replace_error_handling(EH_THROW, phongo_exception_from_phongo_domain(PHONGO_ERROR_INVALID_ARGUMENT), &error_handling TSRMLS_CC);
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &serialized, &serialized_len) == FAILURE) {
zend_restore_error_handling(&error_handling TSRMLS_CC);
return;
}
zend_restore_error_handling(&error_handling TSRMLS_CC);
#if PHP_VERSION_ID < 70000
ALLOC_INIT_ZVAL(props);
#endif
PHP_VAR_UNSERIALIZE_INIT(var_hash);
if (!php_var_unserialize(&props, (const unsigned char**) &serialized, (unsigned char *) serialized + serialized_len, &var_hash TSRMLS_CC)) {
zval_ptr_dtor(&props);
phongo_throw_exception(PHONGO_ERROR_UNEXPECTED_VALUE TSRMLS_CC, "%s unserialization failed", ZSTR_VAL(php_phongo_utcdatetime_ce->name));
PHP_VAR_UNSERIALIZE_DESTROY(var_hash);
return;
}
PHP_VAR_UNSERIALIZE_DESTROY(var_hash);
#if PHP_VERSION_ID >= 70000
php_phongo_utcdatetime_init_from_hash(intern, HASH_OF(&props) TSRMLS_CC);
#else
php_phongo_utcdatetime_init_from_hash(intern, HASH_OF(props) TSRMLS_CC);
#endif
zval_ptr_dtor(&props);
} /* }}} */
/* {{{ MongoDB\BSON\UTCDateTime function entries */
-ZEND_BEGIN_ARG_INFO_EX(ai_UTCDateTime___construct, 0, 0, 1)
+ZEND_BEGIN_ARG_INFO_EX(ai_UTCDateTime___construct, 0, 0, 0)
ZEND_ARG_INFO(0, milliseconds)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(ai_UTCDateTime___set_state, 0, 0, 1)
ZEND_ARG_ARRAY_INFO(0, properties, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(ai_UTCDateTime_unserialize, 0, 0, 1)
ZEND_ARG_INFO(0, serialized)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(ai_UTCDateTime_void, 0, 0, 0)
ZEND_END_ARG_INFO()
static zend_function_entry php_phongo_utcdatetime_me[] = {
PHP_ME(UTCDateTime, __construct, ai_UTCDateTime___construct, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
PHP_ME(UTCDateTime, __set_state, ai_UTCDateTime___set_state, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
PHP_ME(UTCDateTime, __toString, ai_UTCDateTime_void, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
PHP_ME(UTCDateTime, jsonSerialize, ai_UTCDateTime_void, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
PHP_ME(UTCDateTime, serialize, ai_UTCDateTime_void, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
PHP_ME(UTCDateTime, unserialize, ai_UTCDateTime_unserialize, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
PHP_ME(UTCDateTime, toDateTime, ai_UTCDateTime_void, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
PHP_FE_END
};
/* }}} */
/* {{{ MongoDB\BSON\UTCDateTime object handlers */
static zend_object_handlers php_phongo_handler_utcdatetime;
static void php_phongo_utcdatetime_free_object(phongo_free_object_arg *object TSRMLS_DC) /* {{{ */
{
php_phongo_utcdatetime_t *intern = Z_OBJ_UTCDATETIME(object);
zend_object_std_dtor(&intern->std TSRMLS_CC);
if (intern->properties) {
zend_hash_destroy(intern->properties);
FREE_HASHTABLE(intern->properties);
}
#if PHP_VERSION_ID < 70000
efree(intern);
#endif
} /* }}} */
static phongo_create_object_retval php_phongo_utcdatetime_create_object(zend_class_entry *class_type TSRMLS_DC) /* {{{ */
{
php_phongo_utcdatetime_t *intern = NULL;
intern = PHONGO_ALLOC_OBJECT_T(php_phongo_utcdatetime_t, class_type);
zend_object_std_init(&intern->std, class_type TSRMLS_CC);
object_properties_init(&intern->std, class_type);
#if PHP_VERSION_ID >= 70000
intern->std.handlers = &php_phongo_handler_utcdatetime;
return &intern->std;
#else
{
zend_object_value retval;
retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t) zend_objects_destroy_object, php_phongo_utcdatetime_free_object, NULL TSRMLS_CC);
retval.handlers = &php_phongo_handler_utcdatetime;
return retval;
}
#endif
} /* }}} */
static int php_phongo_utcdatetime_compare_objects(zval *o1, zval *o2 TSRMLS_DC) /* {{{ */
{
php_phongo_utcdatetime_t *intern1, *intern2;
intern1 = Z_UTCDATETIME_OBJ_P(o1);
intern2 = Z_UTCDATETIME_OBJ_P(o2);
if (intern1->milliseconds != intern2->milliseconds) {
return intern1->milliseconds < intern2->milliseconds ? -1 : 1;
}
return 0;
} /* }}} */
static HashTable *php_phongo_utcdatetime_get_gc(zval *object, phongo_get_gc_table table, int *n TSRMLS_DC) /* {{{ */
{
*table = NULL;
*n = 0;
return Z_UTCDATETIME_OBJ_P(object)->properties;
} /* }}} */
static HashTable *php_phongo_utcdatetime_get_properties_hash(zval *object, bool is_debug TSRMLS_DC) /* {{{ */
{
php_phongo_utcdatetime_t *intern;
HashTable *props;
char s_milliseconds[24];
int s_milliseconds_len;
intern = Z_UTCDATETIME_OBJ_P(object);
PHONGO_GET_PROPERTY_HASH_INIT_PROPS(is_debug, intern, props, 2);
if (!intern->initialized) {
return props;
}
s_milliseconds_len = snprintf(s_milliseconds, sizeof(s_milliseconds), "%" PRId64, intern->milliseconds);
#if PHP_VERSION_ID >= 70000
{
zval milliseconds;
ZVAL_STRINGL(&milliseconds, s_milliseconds, s_milliseconds_len);
zend_hash_str_update(props, "milliseconds", sizeof("milliseconds")-1, &milliseconds);
}
#else
{
zval *milliseconds;
MAKE_STD_ZVAL(milliseconds);
ZVAL_STRINGL(milliseconds, s_milliseconds, s_milliseconds_len, 1);
zend_hash_update(props, "milliseconds", sizeof("milliseconds"), &milliseconds, sizeof(milliseconds), NULL);
}
#endif
return props;
} /* }}} */
static HashTable *php_phongo_utcdatetime_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */
{
*is_temp = 1;
return php_phongo_utcdatetime_get_properties_hash(object, true TSRMLS_CC);
} /* }}} */
static HashTable *php_phongo_utcdatetime_get_properties(zval *object TSRMLS_DC) /* {{{ */
{
return php_phongo_utcdatetime_get_properties_hash(object, false TSRMLS_CC);
} /* }}} */
/* }}} */
void php_phongo_utcdatetime_init_ce(INIT_FUNC_ARGS) /* {{{ */
{
zend_class_entry ce;
INIT_NS_CLASS_ENTRY(ce, "MongoDB\\BSON", "UTCDateTime", php_phongo_utcdatetime_me);
php_phongo_utcdatetime_ce = zend_register_internal_class(&ce TSRMLS_CC);
php_phongo_utcdatetime_ce->create_object = php_phongo_utcdatetime_create_object;
PHONGO_CE_FINAL(php_phongo_utcdatetime_ce);
zend_class_implements(php_phongo_utcdatetime_ce TSRMLS_CC, 1, php_phongo_utcdatetime_interface_ce);
zend_class_implements(php_phongo_utcdatetime_ce TSRMLS_CC, 1, php_phongo_json_serializable_ce);
zend_class_implements(php_phongo_utcdatetime_ce TSRMLS_CC, 1, php_phongo_type_ce);
zend_class_implements(php_phongo_utcdatetime_ce TSRMLS_CC, 1, zend_ce_serializable);
memcpy(&php_phongo_handler_utcdatetime, phongo_get_std_object_handlers(), sizeof(zend_object_handlers));
php_phongo_handler_utcdatetime.compare_objects = php_phongo_utcdatetime_compare_objects;
php_phongo_handler_utcdatetime.get_debug_info = php_phongo_utcdatetime_get_debug_info;
php_phongo_handler_utcdatetime.get_gc = php_phongo_utcdatetime_get_gc;
php_phongo_handler_utcdatetime.get_properties = php_phongo_utcdatetime_get_properties;
#if PHP_VERSION_ID >= 70000
php_phongo_handler_utcdatetime.free_obj = php_phongo_utcdatetime_free_object;
php_phongo_handler_utcdatetime.offset = XtOffsetOf(php_phongo_utcdatetime_t, std);
#endif
} /* }}} */
/*
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noet sw=4 ts=4 fdm=marker
* vim<600: noet sw=4 ts=4
*/
diff --git a/mongodb-1.3.3/src/BSON/UTCDateTimeInterface.c b/mongodb-1.3.4/src/BSON/UTCDateTimeInterface.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/UTCDateTimeInterface.c
rename to mongodb-1.3.4/src/BSON/UTCDateTimeInterface.c
diff --git a/mongodb-1.3.3/src/BSON/Unserializable.c b/mongodb-1.3.4/src/BSON/Unserializable.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/Unserializable.c
rename to mongodb-1.3.4/src/BSON/Unserializable.c
diff --git a/mongodb-1.3.3/src/BSON/functions.c b/mongodb-1.3.4/src/BSON/functions.c
similarity index 100%
rename from mongodb-1.3.3/src/BSON/functions.c
rename to mongodb-1.3.4/src/BSON/functions.c
diff --git a/mongodb-1.3.3/src/BSON/functions.h b/mongodb-1.3.4/src/BSON/functions.h
similarity index 100%
rename from mongodb-1.3.3/src/BSON/functions.h
rename to mongodb-1.3.4/src/BSON/functions.h
diff --git a/mongodb-1.3.3/src/MongoDB/BulkWrite.c b/mongodb-1.3.4/src/MongoDB/BulkWrite.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/BulkWrite.c
rename to mongodb-1.3.4/src/MongoDB/BulkWrite.c
diff --git a/mongodb-1.3.3/src/MongoDB/Command.c b/mongodb-1.3.4/src/MongoDB/Command.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Command.c
rename to mongodb-1.3.4/src/MongoDB/Command.c
diff --git a/mongodb-1.3.3/src/MongoDB/Cursor.c b/mongodb-1.3.4/src/MongoDB/Cursor.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Cursor.c
rename to mongodb-1.3.4/src/MongoDB/Cursor.c
diff --git a/mongodb-1.3.3/src/MongoDB/CursorId.c b/mongodb-1.3.4/src/MongoDB/CursorId.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/CursorId.c
rename to mongodb-1.3.4/src/MongoDB/CursorId.c
diff --git a/mongodb-1.3.3/src/MongoDB/Exception/AuthenticationException.c b/mongodb-1.3.4/src/MongoDB/Exception/AuthenticationException.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Exception/AuthenticationException.c
rename to mongodb-1.3.4/src/MongoDB/Exception/AuthenticationException.c
diff --git a/mongodb-1.3.3/src/MongoDB/Exception/BulkWriteException.c b/mongodb-1.3.4/src/MongoDB/Exception/BulkWriteException.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Exception/BulkWriteException.c
rename to mongodb-1.3.4/src/MongoDB/Exception/BulkWriteException.c
diff --git a/mongodb-1.3.3/src/MongoDB/Exception/ConnectionException.c b/mongodb-1.3.4/src/MongoDB/Exception/ConnectionException.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Exception/ConnectionException.c
rename to mongodb-1.3.4/src/MongoDB/Exception/ConnectionException.c
diff --git a/mongodb-1.3.3/src/MongoDB/Exception/ConnectionTimeoutException.c b/mongodb-1.3.4/src/MongoDB/Exception/ConnectionTimeoutException.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Exception/ConnectionTimeoutException.c
rename to mongodb-1.3.4/src/MongoDB/Exception/ConnectionTimeoutException.c
diff --git a/mongodb-1.3.3/src/MongoDB/Exception/Exception.c b/mongodb-1.3.4/src/MongoDB/Exception/Exception.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Exception/Exception.c
rename to mongodb-1.3.4/src/MongoDB/Exception/Exception.c
diff --git a/mongodb-1.3.3/src/MongoDB/Exception/ExecutionTimeoutException.c b/mongodb-1.3.4/src/MongoDB/Exception/ExecutionTimeoutException.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Exception/ExecutionTimeoutException.c
rename to mongodb-1.3.4/src/MongoDB/Exception/ExecutionTimeoutException.c
diff --git a/mongodb-1.3.3/src/MongoDB/Exception/InvalidArgumentException.c b/mongodb-1.3.4/src/MongoDB/Exception/InvalidArgumentException.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Exception/InvalidArgumentException.c
rename to mongodb-1.3.4/src/MongoDB/Exception/InvalidArgumentException.c
diff --git a/mongodb-1.3.3/src/MongoDB/Exception/LogicException.c b/mongodb-1.3.4/src/MongoDB/Exception/LogicException.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Exception/LogicException.c
rename to mongodb-1.3.4/src/MongoDB/Exception/LogicException.c
diff --git a/mongodb-1.3.3/src/MongoDB/Exception/RuntimeException.c b/mongodb-1.3.4/src/MongoDB/Exception/RuntimeException.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Exception/RuntimeException.c
rename to mongodb-1.3.4/src/MongoDB/Exception/RuntimeException.c
diff --git a/mongodb-1.3.3/src/MongoDB/Exception/SSLConnectionException.c b/mongodb-1.3.4/src/MongoDB/Exception/SSLConnectionException.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Exception/SSLConnectionException.c
rename to mongodb-1.3.4/src/MongoDB/Exception/SSLConnectionException.c
diff --git a/mongodb-1.3.3/src/MongoDB/Exception/UnexpectedValueException.c b/mongodb-1.3.4/src/MongoDB/Exception/UnexpectedValueException.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Exception/UnexpectedValueException.c
rename to mongodb-1.3.4/src/MongoDB/Exception/UnexpectedValueException.c
diff --git a/mongodb-1.3.3/src/MongoDB/Exception/WriteException.c b/mongodb-1.3.4/src/MongoDB/Exception/WriteException.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Exception/WriteException.c
rename to mongodb-1.3.4/src/MongoDB/Exception/WriteException.c
diff --git a/mongodb-1.3.3/src/MongoDB/Manager.c b/mongodb-1.3.4/src/MongoDB/Manager.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Manager.c
rename to mongodb-1.3.4/src/MongoDB/Manager.c
diff --git a/mongodb-1.3.3/src/MongoDB/Monitoring/CommandFailedEvent.c b/mongodb-1.3.4/src/MongoDB/Monitoring/CommandFailedEvent.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Monitoring/CommandFailedEvent.c
rename to mongodb-1.3.4/src/MongoDB/Monitoring/CommandFailedEvent.c
diff --git a/mongodb-1.3.3/src/MongoDB/Monitoring/CommandStartedEvent.c b/mongodb-1.3.4/src/MongoDB/Monitoring/CommandStartedEvent.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Monitoring/CommandStartedEvent.c
rename to mongodb-1.3.4/src/MongoDB/Monitoring/CommandStartedEvent.c
diff --git a/mongodb-1.3.3/src/MongoDB/Monitoring/CommandSubscriber.c b/mongodb-1.3.4/src/MongoDB/Monitoring/CommandSubscriber.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Monitoring/CommandSubscriber.c
rename to mongodb-1.3.4/src/MongoDB/Monitoring/CommandSubscriber.c
diff --git a/mongodb-1.3.3/src/MongoDB/Monitoring/CommandSucceededEvent.c b/mongodb-1.3.4/src/MongoDB/Monitoring/CommandSucceededEvent.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Monitoring/CommandSucceededEvent.c
rename to mongodb-1.3.4/src/MongoDB/Monitoring/CommandSucceededEvent.c
diff --git a/mongodb-1.3.3/src/MongoDB/Monitoring/Subscriber.c b/mongodb-1.3.4/src/MongoDB/Monitoring/Subscriber.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Monitoring/Subscriber.c
rename to mongodb-1.3.4/src/MongoDB/Monitoring/Subscriber.c
diff --git a/mongodb-1.3.3/src/MongoDB/Monitoring/functions.c b/mongodb-1.3.4/src/MongoDB/Monitoring/functions.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Monitoring/functions.c
rename to mongodb-1.3.4/src/MongoDB/Monitoring/functions.c
diff --git a/mongodb-1.3.3/src/MongoDB/Monitoring/functions.h b/mongodb-1.3.4/src/MongoDB/Monitoring/functions.h
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Monitoring/functions.h
rename to mongodb-1.3.4/src/MongoDB/Monitoring/functions.h
diff --git a/mongodb-1.3.3/src/MongoDB/Query.c b/mongodb-1.3.4/src/MongoDB/Query.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Query.c
rename to mongodb-1.3.4/src/MongoDB/Query.c
diff --git a/mongodb-1.3.3/src/MongoDB/ReadConcern.c b/mongodb-1.3.4/src/MongoDB/ReadConcern.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/ReadConcern.c
rename to mongodb-1.3.4/src/MongoDB/ReadConcern.c
diff --git a/mongodb-1.3.3/src/MongoDB/ReadPreference.c b/mongodb-1.3.4/src/MongoDB/ReadPreference.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/ReadPreference.c
rename to mongodb-1.3.4/src/MongoDB/ReadPreference.c
diff --git a/mongodb-1.3.3/src/MongoDB/Server.c b/mongodb-1.3.4/src/MongoDB/Server.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/Server.c
rename to mongodb-1.3.4/src/MongoDB/Server.c
diff --git a/mongodb-1.3.3/src/MongoDB/WriteConcern.c b/mongodb-1.3.4/src/MongoDB/WriteConcern.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/WriteConcern.c
rename to mongodb-1.3.4/src/MongoDB/WriteConcern.c
diff --git a/mongodb-1.3.3/src/MongoDB/WriteConcernError.c b/mongodb-1.3.4/src/MongoDB/WriteConcernError.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/WriteConcernError.c
rename to mongodb-1.3.4/src/MongoDB/WriteConcernError.c
diff --git a/mongodb-1.3.3/src/MongoDB/WriteError.c b/mongodb-1.3.4/src/MongoDB/WriteError.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/WriteError.c
rename to mongodb-1.3.4/src/MongoDB/WriteError.c
diff --git a/mongodb-1.3.3/src/MongoDB/WriteResult.c b/mongodb-1.3.4/src/MongoDB/WriteResult.c
similarity index 100%
rename from mongodb-1.3.3/src/MongoDB/WriteResult.c
rename to mongodb-1.3.4/src/MongoDB/WriteResult.c
diff --git a/mongodb-1.3.3/src/bson-encode.c b/mongodb-1.3.4/src/bson-encode.c
similarity index 100%
rename from mongodb-1.3.3/src/bson-encode.c
rename to mongodb-1.3.4/src/bson-encode.c
diff --git a/mongodb-1.3.3/src/bson.c b/mongodb-1.3.4/src/bson.c
similarity index 100%
rename from mongodb-1.3.3/src/bson.c
rename to mongodb-1.3.4/src/bson.c
diff --git a/mongodb-1.3.3/src/contrib/php_array_api.h b/mongodb-1.3.4/src/contrib/php_array_api.h
similarity index 100%
rename from mongodb-1.3.3/src/contrib/php_array_api.h
rename to mongodb-1.3.4/src/contrib/php_array_api.h
diff --git a/mongodb-1.3.3/src/libbson/VERSION_CURRENT b/mongodb-1.3.4/src/libbson/VERSION_CURRENT
similarity index 100%
rename from mongodb-1.3.3/src/libbson/VERSION_CURRENT
rename to mongodb-1.3.4/src/libbson/VERSION_CURRENT
diff --git a/mongodb-1.3.3/src/libbson/VERSION_RELEASED b/mongodb-1.3.4/src/libbson/VERSION_RELEASED
similarity index 100%
rename from mongodb-1.3.3/src/libbson/VERSION_RELEASED
rename to mongodb-1.3.4/src/libbson/VERSION_RELEASED
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/CheckAtomics.m4 b/mongodb-1.3.4/src/libbson/build/autotools/CheckAtomics.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/CheckAtomics.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/CheckAtomics.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/CheckCompiler.m4 b/mongodb-1.3.4/src/libbson/build/autotools/CheckCompiler.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/CheckCompiler.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/CheckCompiler.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/CheckHeaders.m4 b/mongodb-1.3.4/src/libbson/build/autotools/CheckHeaders.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/CheckHeaders.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/CheckHeaders.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/CheckHost.m4 b/mongodb-1.3.4/src/libbson/build/autotools/CheckHost.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/CheckHost.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/CheckHost.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/CheckProgs.m4 b/mongodb-1.3.4/src/libbson/build/autotools/CheckProgs.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/CheckProgs.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/CheckProgs.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/CheckTarget.m4 b/mongodb-1.3.4/src/libbson/build/autotools/CheckTarget.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/CheckTarget.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/CheckTarget.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/Coverage.m4 b/mongodb-1.3.4/src/libbson/build/autotools/Coverage.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/Coverage.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/Coverage.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/Endian.m4 b/mongodb-1.3.4/src/libbson/build/autotools/Endian.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/Endian.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/Endian.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/FindDependencies.m4 b/mongodb-1.3.4/src/libbson/build/autotools/FindDependencies.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/FindDependencies.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/FindDependencies.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/MaintainerFlags.m4 b/mongodb-1.3.4/src/libbson/build/autotools/MaintainerFlags.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/MaintainerFlags.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/MaintainerFlags.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/Optimizations.m4 b/mongodb-1.3.4/src/libbson/build/autotools/Optimizations.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/Optimizations.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/Optimizations.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/PrintBuildConfiguration.m4 b/mongodb-1.3.4/src/libbson/build/autotools/PrintBuildConfiguration.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/PrintBuildConfiguration.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/PrintBuildConfiguration.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/ReadCommandLineArguments.m4 b/mongodb-1.3.4/src/libbson/build/autotools/ReadCommandLineArguments.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/ReadCommandLineArguments.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/ReadCommandLineArguments.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/SetupAutomake.m4 b/mongodb-1.3.4/src/libbson/build/autotools/SetupAutomake.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/SetupAutomake.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/SetupAutomake.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/SetupLibtool.m4 b/mongodb-1.3.4/src/libbson/build/autotools/SetupLibtool.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/SetupLibtool.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/SetupLibtool.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/Versions.m4 b/mongodb-1.3.4/src/libbson/build/autotools/Versions.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/Versions.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/Versions.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/m4/ac_check_typedef.m4 b/mongodb-1.3.4/src/libbson/build/autotools/m4/ac_check_typedef.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/m4/ac_check_typedef.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/m4/ac_check_typedef.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/m4/ac_compile_check_sizeof.m4 b/mongodb-1.3.4/src/libbson/build/autotools/m4/ac_compile_check_sizeof.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/m4/ac_compile_check_sizeof.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/m4/ac_compile_check_sizeof.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/m4/ac_create_stdint_h.m4 b/mongodb-1.3.4/src/libbson/build/autotools/m4/ac_create_stdint_h.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/m4/ac_create_stdint_h.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/m4/ac_create_stdint_h.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/m4/as-compiler-flag.m4 b/mongodb-1.3.4/src/libbson/build/autotools/m4/as-compiler-flag.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/m4/as-compiler-flag.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/m4/as-compiler-flag.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/m4/ax_check_compile_flag.m4 b/mongodb-1.3.4/src/libbson/build/autotools/m4/ax_check_compile_flag.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/m4/ax_check_compile_flag.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/m4/ax_check_compile_flag.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/m4/ax_check_link_flag.m4 b/mongodb-1.3.4/src/libbson/build/autotools/m4/ax_check_link_flag.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/m4/ax_check_link_flag.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/m4/ax_check_link_flag.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/m4/ax_pthread.m4 b/mongodb-1.3.4/src/libbson/build/autotools/m4/ax_pthread.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/m4/ax_pthread.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/m4/ax_pthread.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/m4/pkg.m4 b/mongodb-1.3.4/src/libbson/build/autotools/m4/pkg.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/m4/pkg.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/m4/pkg.m4
diff --git a/mongodb-1.3.3/src/libbson/build/autotools/m4/silent.m4 b/mongodb-1.3.4/src/libbson/build/autotools/m4/silent.m4
similarity index 100%
rename from mongodb-1.3.3/src/libbson/build/autotools/m4/silent.m4
rename to mongodb-1.3.4/src/libbson/build/autotools/m4/silent.m4
diff --git a/mongodb-1.3.3/src/libbson/src/bson/b64_ntop.h b/mongodb-1.3.4/src/libbson/src/bson/b64_ntop.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/b64_ntop.h
rename to mongodb-1.3.4/src/libbson/src/bson/b64_ntop.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/b64_pton.h b/mongodb-1.3.4/src/libbson/src/bson/b64_pton.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/b64_pton.h
rename to mongodb-1.3.4/src/libbson/src/bson/b64_pton.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bcon.c b/mongodb-1.3.4/src/libbson/src/bson/bcon.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bcon.c
rename to mongodb-1.3.4/src/libbson/src/bson/bcon.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bcon.h b/mongodb-1.3.4/src/libbson/src/bson/bcon.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bcon.h
rename to mongodb-1.3.4/src/libbson/src/bson/bcon.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-atomic.c b/mongodb-1.3.4/src/libbson/src/bson/bson-atomic.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-atomic.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-atomic.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-atomic.h b/mongodb-1.3.4/src/libbson/src/bson/bson-atomic.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-atomic.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-atomic.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-clock.c b/mongodb-1.3.4/src/libbson/src/bson/bson-clock.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-clock.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-clock.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-clock.h b/mongodb-1.3.4/src/libbson/src/bson/bson-clock.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-clock.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-clock.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-compat.h b/mongodb-1.3.4/src/libbson/src/bson/bson-compat.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-compat.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-compat.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-config.h b/mongodb-1.3.4/src/libbson/src/bson/bson-config.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-config.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-config.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-config.h.in b/mongodb-1.3.4/src/libbson/src/bson/bson-config.h.in
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-config.h.in
rename to mongodb-1.3.4/src/libbson/src/bson/bson-config.h.in
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-context-private.h b/mongodb-1.3.4/src/libbson/src/bson/bson-context-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-context-private.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-context-private.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-context.c b/mongodb-1.3.4/src/libbson/src/bson/bson-context.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-context.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-context.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-context.h b/mongodb-1.3.4/src/libbson/src/bson/bson-context.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-context.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-context.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-decimal128.c b/mongodb-1.3.4/src/libbson/src/bson/bson-decimal128.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-decimal128.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-decimal128.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-decimal128.h b/mongodb-1.3.4/src/libbson/src/bson/bson-decimal128.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-decimal128.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-decimal128.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-endian.h b/mongodb-1.3.4/src/libbson/src/bson/bson-endian.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-endian.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-endian.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-error.c b/mongodb-1.3.4/src/libbson/src/bson/bson-error.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-error.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-error.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-error.h b/mongodb-1.3.4/src/libbson/src/bson/bson-error.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-error.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-error.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-iso8601-private.h b/mongodb-1.3.4/src/libbson/src/bson/bson-iso8601-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-iso8601-private.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-iso8601-private.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-iso8601.c b/mongodb-1.3.4/src/libbson/src/bson/bson-iso8601.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-iso8601.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-iso8601.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-iter.c b/mongodb-1.3.4/src/libbson/src/bson/bson-iter.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-iter.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-iter.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-iter.h b/mongodb-1.3.4/src/libbson/src/bson/bson-iter.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-iter.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-iter.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-json.c b/mongodb-1.3.4/src/libbson/src/bson/bson-json.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-json.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-json.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-json.h b/mongodb-1.3.4/src/libbson/src/bson/bson-json.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-json.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-json.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-keys.c b/mongodb-1.3.4/src/libbson/src/bson/bson-keys.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-keys.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-keys.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-keys.h b/mongodb-1.3.4/src/libbson/src/bson/bson-keys.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-keys.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-keys.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-macros.h b/mongodb-1.3.4/src/libbson/src/bson/bson-macros.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-macros.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-macros.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-md5.c b/mongodb-1.3.4/src/libbson/src/bson/bson-md5.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-md5.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-md5.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-md5.h b/mongodb-1.3.4/src/libbson/src/bson/bson-md5.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-md5.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-md5.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-memory.c b/mongodb-1.3.4/src/libbson/src/bson/bson-memory.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-memory.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-memory.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-memory.h b/mongodb-1.3.4/src/libbson/src/bson/bson-memory.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-memory.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-memory.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-oid.c b/mongodb-1.3.4/src/libbson/src/bson/bson-oid.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-oid.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-oid.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-oid.h b/mongodb-1.3.4/src/libbson/src/bson/bson-oid.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-oid.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-oid.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-private.h b/mongodb-1.3.4/src/libbson/src/bson/bson-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-private.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-private.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-reader.c b/mongodb-1.3.4/src/libbson/src/bson/bson-reader.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-reader.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-reader.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-reader.h b/mongodb-1.3.4/src/libbson/src/bson/bson-reader.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-reader.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-reader.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-stdint-win32.h b/mongodb-1.3.4/src/libbson/src/bson/bson-stdint-win32.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-stdint-win32.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-stdint-win32.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-stdint.h b/mongodb-1.3.4/src/libbson/src/bson/bson-stdint.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-stdint.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-stdint.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-string.c b/mongodb-1.3.4/src/libbson/src/bson/bson-string.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-string.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-string.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-string.h b/mongodb-1.3.4/src/libbson/src/bson/bson-string.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-string.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-string.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-thread-private.h b/mongodb-1.3.4/src/libbson/src/bson/bson-thread-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-thread-private.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-thread-private.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-timegm-private.h b/mongodb-1.3.4/src/libbson/src/bson/bson-timegm-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-timegm-private.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-timegm-private.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-timegm.c b/mongodb-1.3.4/src/libbson/src/bson/bson-timegm.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-timegm.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-timegm.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-types.h b/mongodb-1.3.4/src/libbson/src/bson/bson-types.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-types.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-types.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-utf8.c b/mongodb-1.3.4/src/libbson/src/bson/bson-utf8.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-utf8.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-utf8.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-utf8.h b/mongodb-1.3.4/src/libbson/src/bson/bson-utf8.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-utf8.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-utf8.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-value.c b/mongodb-1.3.4/src/libbson/src/bson/bson-value.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-value.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-value.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-value.h b/mongodb-1.3.4/src/libbson/src/bson/bson-value.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-value.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-value.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-version-functions.c b/mongodb-1.3.4/src/libbson/src/bson/bson-version-functions.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-version-functions.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-version-functions.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-version-functions.h b/mongodb-1.3.4/src/libbson/src/bson/bson-version-functions.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-version-functions.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-version-functions.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-version.h b/mongodb-1.3.4/src/libbson/src/bson/bson-version.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-version.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-version.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-version.h.in b/mongodb-1.3.4/src/libbson/src/bson/bson-version.h.in
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-version.h.in
rename to mongodb-1.3.4/src/libbson/src/bson/bson-version.h.in
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-writer.c b/mongodb-1.3.4/src/libbson/src/bson/bson-writer.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-writer.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson-writer.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson-writer.h b/mongodb-1.3.4/src/libbson/src/bson/bson-writer.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson-writer.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson-writer.h
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson.c b/mongodb-1.3.4/src/libbson/src/bson/bson.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson.c
rename to mongodb-1.3.4/src/libbson/src/bson/bson.c
diff --git a/mongodb-1.3.3/src/libbson/src/bson/bson.h b/mongodb-1.3.4/src/libbson/src/bson/bson.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/bson/bson.h
rename to mongodb-1.3.4/src/libbson/src/bson/bson.h
diff --git a/mongodb-1.3.3/src/libbson/src/jsonsl/jsonsl.c b/mongodb-1.3.4/src/libbson/src/jsonsl/jsonsl.c
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/jsonsl/jsonsl.c
rename to mongodb-1.3.4/src/libbson/src/jsonsl/jsonsl.c
diff --git a/mongodb-1.3.3/src/libbson/src/jsonsl/jsonsl.h b/mongodb-1.3.4/src/libbson/src/jsonsl/jsonsl.h
similarity index 100%
rename from mongodb-1.3.3/src/libbson/src/jsonsl/jsonsl.h
rename to mongodb-1.3.4/src/libbson/src/jsonsl/jsonsl.h
diff --git a/mongodb-1.3.3/src/libmongoc/VERSION_CURRENT b/mongodb-1.3.4/src/libmongoc/VERSION_CURRENT
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/VERSION_CURRENT
rename to mongodb-1.3.4/src/libmongoc/VERSION_CURRENT
diff --git a/mongodb-1.3.3/src/libmongoc/VERSION_RELEASED b/mongodb-1.3.4/src/libmongoc/VERSION_RELEASED
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/VERSION_RELEASED
rename to mongodb-1.3.4/src/libmongoc/VERSION_RELEASED
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/AutomaticInitAndCleanup.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/AutomaticInitAndCleanup.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/AutomaticInitAndCleanup.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/AutomaticInitAndCleanup.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/CheckCompiler.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/CheckCompiler.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/CheckCompiler.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/CheckCompiler.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/CheckHost.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/CheckHost.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/CheckHost.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/CheckHost.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/CheckProgs.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/CheckProgs.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/CheckProgs.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/CheckProgs.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/CheckSSL.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/CheckSSL.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/CheckSSL.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/CheckSSL.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/CheckSasl.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/CheckSasl.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/CheckSasl.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/CheckSasl.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/CheckSnappy.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/CheckSnappy.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/CheckSnappy.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/CheckSnappy.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/CheckTarget.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/CheckTarget.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/CheckTarget.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/CheckTarget.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/CheckZlib.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/CheckZlib.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/CheckZlib.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/CheckZlib.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/Coverage.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/Coverage.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/Coverage.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/Coverage.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/FindDependencies.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/FindDependencies.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/FindDependencies.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/FindDependencies.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/Libbson.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/Libbson.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/Libbson.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/Libbson.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/MaintainerFlags.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/MaintainerFlags.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/MaintainerFlags.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/MaintainerFlags.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/Optimizations.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/Optimizations.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/Optimizations.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/Optimizations.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/PlatformFlags.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/PlatformFlags.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/PlatformFlags.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/PlatformFlags.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/PrintBuildConfiguration.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/PrintBuildConfiguration.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/PrintBuildConfiguration.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/PrintBuildConfiguration.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/ReadCommandLineArguments.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/ReadCommandLineArguments.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/ReadCommandLineArguments.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/ReadCommandLineArguments.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/SetupAutomake.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/SetupAutomake.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/SetupAutomake.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/SetupAutomake.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/SetupLibtool.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/SetupLibtool.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/SetupLibtool.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/SetupLibtool.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/Versions.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/Versions.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/Versions.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/Versions.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/WeakSymbols.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/WeakSymbols.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/WeakSymbols.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/WeakSymbols.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ac_check_typedef.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/m4/ac_check_typedef.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/m4/ac_check_typedef.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/m4/ac_check_typedef.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ac_compile_check_sizeof.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/m4/ac_compile_check_sizeof.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/m4/ac_compile_check_sizeof.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/m4/ac_compile_check_sizeof.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ac_create_stdint_h.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/m4/ac_create_stdint_h.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/m4/ac_create_stdint_h.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/m4/ac_create_stdint_h.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/as-compiler-flag.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/m4/as-compiler-flag.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/m4/as-compiler-flag.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/m4/as-compiler-flag.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ax_check_compile_flag.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/m4/ax_check_compile_flag.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/m4/ax_check_compile_flag.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/m4/ax_check_compile_flag.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ax_check_link_flag.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/m4/ax_check_link_flag.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/m4/ax_check_link_flag.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/m4/ax_check_link_flag.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ax_prototype.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/m4/ax_prototype.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/m4/ax_prototype.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/m4/ax_prototype.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/ax_pthread.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/m4/ax_pthread.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/m4/ax_pthread.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/m4/ax_pthread.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/pkg.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/m4/pkg.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/m4/pkg.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/m4/pkg.m4
diff --git a/mongodb-1.3.3/src/libmongoc/build/autotools/m4/silent.m4 b/mongodb-1.3.4/src/libmongoc/build/autotools/m4/silent.m4
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/build/autotools/m4/silent.m4
rename to mongodb-1.3.4/src/libmongoc/build/autotools/m4/silent.m4
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-apm-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-apm-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-apm-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-apm-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-apm.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-apm.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-apm.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-apm.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-apm.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-apm.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-apm.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-apm.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-array-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-array-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-array-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-array-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-array.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-array.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-array.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-array.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-async-cmd-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-async-cmd-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-async-cmd-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-async-cmd-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-async-cmd.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-async-cmd.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-async-cmd.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-async-cmd.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-async-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-async-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-async-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-async-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-async.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-async.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-async.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-async.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-b64-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-b64-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-b64-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-b64-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-b64.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-b64.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-b64.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-b64.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-buffer-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-buffer-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-buffer-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-buffer-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-buffer.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-buffer.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-buffer.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-buffer.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-bulk-operation-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-bulk-operation-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-bulk-operation-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-bulk-operation-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-bulk-operation.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-bulk-operation.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-bulk-operation.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-bulk-operation.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-bulk-operation.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-bulk-operation.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-bulk-operation.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-bulk-operation.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-client-pool-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-client-pool-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-client-pool-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-client-pool-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-client-pool.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-client-pool.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-client-pool.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-client-pool.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-client-pool.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-client-pool.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-client-pool.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-client-pool.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-client-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-client-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-client-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-client-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-client.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-client.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-client.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-client.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-client.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-client.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-client.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-client.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-cyrus-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-cyrus-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-cyrus-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-cyrus-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-cyrus.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-cyrus.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-cyrus.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-cyrus.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-gssapi-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-gssapi-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-gssapi-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-gssapi-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-gssapi.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-gssapi.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-gssapi.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-gssapi.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-sasl-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-sasl-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-sasl-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-sasl-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-sasl.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-sasl.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-sasl.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-sasl.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-sspi-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-sspi-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-sspi-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-sspi-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-sspi.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-sspi.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster-sspi.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster-sspi.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cluster.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cluster.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cmd-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cmd-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cmd-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cmd-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cmd.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cmd.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cmd.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cmd.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-collection-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-collection-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-collection-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-collection-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-collection.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-collection.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-collection.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-collection.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-collection.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-collection.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-collection.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-collection.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-compression-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-compression-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-compression-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-compression-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-compression.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-compression.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-compression.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-compression.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-config.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-config.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-config.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-config.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-config.h.in b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-config.h.in
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-config.h.in
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-config.h.in
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-counters-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-counters-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-counters-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-counters-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-counters.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-counters.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-counters.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-counters.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-counters.defs b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-counters.defs
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-counters.defs
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-counters.defs
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-cng-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-cng-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-cng-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-cng-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-cng.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-cng.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-cng.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-cng.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-cng.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-cng.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-cng.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-cng.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-common-crypto-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-common-crypto-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-common-crypto-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-common-crypto-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-common-crypto.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-common-crypto.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-common-crypto.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-common-crypto.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-openssl-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-openssl-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-openssl-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-openssl-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-openssl.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-openssl.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-openssl.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-openssl.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-crypto.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-crypto.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-array-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-array-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-array-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-array-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-array.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-array.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-array.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-array.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-cursorid-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-cursorid-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-cursorid-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-cursorid-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-cursorid.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-cursorid.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-cursorid.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-cursorid.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-transform-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-transform-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-transform-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-transform-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-transform.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-transform.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor-transform.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor-transform.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cursor.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cursor.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cyrus-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cyrus-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cyrus-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cyrus-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cyrus.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cyrus.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-cyrus.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-cyrus.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-database-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-database-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-database-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-database-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-database.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-database.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-database.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-database.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-database.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-database.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-database.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-database.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-errno-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-errno-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-errno-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-errno-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-error.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-error.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-error.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-error.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-find-and-modify-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-find-and-modify-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-find-and-modify-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-find-and-modify-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-find-and-modify.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-find-and-modify.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-find-and-modify.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-find-and-modify.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-find-and-modify.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-find-and-modify.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-find-and-modify.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-find-and-modify.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-flags.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-flags.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-flags.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-flags.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-list-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-list-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-list-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-list-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-list.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-list.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-list.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-list.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-list.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-list.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-list.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-list.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-page-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-page-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-page-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-page-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-page.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-page.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-page.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-page.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-page.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-page.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-page.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-page.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-file.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-file.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gridfs.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gridfs.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gssapi-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gssapi-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gssapi-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gssapi-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gssapi.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gssapi.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-gssapi.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-gssapi.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-handshake-compiler-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-handshake-compiler-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-handshake-compiler-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-handshake-compiler-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-handshake-os-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-handshake-os-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-handshake-os-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-handshake-os-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-handshake-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-handshake-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-handshake-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-handshake-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-handshake.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-handshake.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-handshake.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-handshake.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-handshake.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-handshake.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-handshake.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-handshake.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-host-list-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-host-list-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-host-list-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-host-list-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-host-list.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-host-list.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-host-list.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-host-list.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-host-list.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-host-list.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-host-list.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-host-list.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-index.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-index.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-index.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-index.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-index.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-index.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-index.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-index.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-init.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-init.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-init.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-init.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-init.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-init.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-init.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-init.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-iovec.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-iovec.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-iovec.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-iovec.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-libressl-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-libressl-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-libressl-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-libressl-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-libressl.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-libressl.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-libressl.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-libressl.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-linux-distro-scanner-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-linux-distro-scanner-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-linux-distro-scanner-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-linux-distro-scanner-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-linux-distro-scanner.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-linux-distro-scanner.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-linux-distro-scanner.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-linux-distro-scanner.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-list-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-list-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-list-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-list-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-list.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-list.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-list.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-list.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-log-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-log-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-log-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-log-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-log.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-log.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-log.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-log.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-log.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-log.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-log.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-log.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-macros.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-macros.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-macros.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-macros.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-matcher-op-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-matcher-op-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-matcher-op-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-matcher-op-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-matcher-op.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-matcher-op.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-matcher-op.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-matcher-op.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-matcher-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-matcher-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-matcher-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-matcher-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-matcher.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-matcher.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-matcher.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-matcher.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-matcher.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-matcher.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-matcher.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-matcher.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-memcmp-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-memcmp-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-memcmp-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-memcmp-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-memcmp.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-memcmp.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-memcmp.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-memcmp.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-opcode.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-opcode.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-opcode.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-opcode.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-openssl-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-openssl-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-openssl-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-openssl-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-openssl.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-openssl.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-openssl.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-openssl.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-queue-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-queue-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-queue-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-queue-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-queue.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-queue.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-queue.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-queue.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rand-cng.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rand-cng.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rand-cng.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rand-cng.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rand-common-crypto.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rand-common-crypto.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rand-common-crypto.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rand-common-crypto.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rand-openssl.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rand-openssl.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rand-openssl.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rand-openssl.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rand-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rand-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rand-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rand-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rand.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rand.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rand.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rand.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-read-concern-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-read-concern-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-read-concern-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-read-concern-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-read-concern.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-read-concern.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-read-concern.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-read-concern.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-read-concern.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-read-concern.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-read-concern.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-read-concern.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-read-prefs-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-read-prefs-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-read-prefs-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-read-prefs-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-read-prefs.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-read-prefs.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-read-prefs.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-read-prefs.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-read-prefs.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-read-prefs.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-read-prefs.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-read-prefs.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rpc-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rpc-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rpc-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rpc-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rpc.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rpc.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-rpc.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-rpc.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-sasl-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-sasl-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-sasl-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-sasl-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-sasl.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-sasl.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-sasl.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-sasl.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-scram-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-scram-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-scram-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-scram-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-scram.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-scram.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-scram.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-scram.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-secure-channel-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-secure-channel-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-secure-channel-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-secure-channel-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-secure-channel.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-secure-channel.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-secure-channel.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-secure-channel.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-secure-transport-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-secure-transport-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-secure-transport-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-secure-transport-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-secure-transport.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-secure-transport.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-secure-transport.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-secure-transport.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-server-description-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-server-description-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-server-description-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-server-description-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-server-description.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-server-description.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-server-description.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-server-description.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-server-description.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-server-description.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-server-description.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-server-description.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-server-stream-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-server-stream-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-server-stream-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-server-stream-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-server-stream.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-server-stream.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-server-stream.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-server-stream.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-set-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-set-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-set-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-set-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-set.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-set.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-set.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-set.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-socket-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-socket-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-socket-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-socket-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-socket.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-socket.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-socket.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-socket.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-socket.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-socket.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-socket.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-socket.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-ssl-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-ssl-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-ssl-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-ssl-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-ssl.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-ssl.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-ssl.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-ssl.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-ssl.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-ssl.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-ssl.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-ssl.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-sspi-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-sspi-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-sspi-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-sspi-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-sspi.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-sspi.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-sspi.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-sspi.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-buffered.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-buffered.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-buffered.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-buffered.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-buffered.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-buffered.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-buffered.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-buffered.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-file.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-file.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-file.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-file.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-file.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-file.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-file.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-file.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-gridfs.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-gridfs.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-gridfs.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-gridfs.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-gridfs.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-gridfs.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-gridfs.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-gridfs.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-socket.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-socket.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-socket.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-socket.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-socket.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-socket.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-socket.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-socket.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-libressl-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-libressl-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-libressl-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-libressl-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-libressl.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-libressl.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-libressl.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-libressl.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-libressl.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-libressl.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-libressl.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-libressl.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-bio-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-bio-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-bio-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-bio-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-bio.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-bio.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-bio.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-bio.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-openssl.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream-tls.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream-tls.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-stream.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-stream.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-thread-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-thread-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-thread-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-thread-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-description-apm-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-description-apm-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-description-apm-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-description-apm-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-description-apm.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-description-apm.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-description-apm.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-description-apm.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-description-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-description-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-description-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-description-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-description.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-description.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-description.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-description.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-description.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-description.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-description.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-description.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-scanner-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-scanner-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-scanner-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-scanner-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-scanner.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-scanner.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology-scanner.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology-scanner.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-topology.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-topology.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-trace-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-trace-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-trace-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-trace-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-uri-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-uri-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-uri-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-uri-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-uri.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-uri.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-uri.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-uri.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-uri.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-uri.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-uri.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-uri.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-util-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-util-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-util-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-util-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-util.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-util.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-util.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-util.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-version-functions.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-version-functions.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-version-functions.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-version-functions.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-version-functions.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-version-functions.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-version-functions.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-version-functions.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-version.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-version.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-version.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-version.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-version.h.in b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-version.h.in
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-version.h.in
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-version.h.in
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-write-command-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-write-command-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-write-command-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-write-command-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-write-command.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-write-command.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-write-command.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-write-command.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-write-concern-private.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-write-concern-private.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-write-concern-private.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-write-concern-private.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-write-concern.c b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-write-concern.c
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-write-concern.c
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-write-concern.c
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-write-concern.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-write-concern.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc-write-concern.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc-write-concern.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/mongoc.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/mongoc.h
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/op-compressed.def b/mongodb-1.3.4/src/libmongoc/src/mongoc/op-compressed.def
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/op-compressed.def
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/op-compressed.def
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/op-delete.def b/mongodb-1.3.4/src/libmongoc/src/mongoc/op-delete.def
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/op-delete.def
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/op-delete.def
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/op-get-more.def b/mongodb-1.3.4/src/libmongoc/src/mongoc/op-get-more.def
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/op-get-more.def
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/op-get-more.def
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/op-header.def b/mongodb-1.3.4/src/libmongoc/src/mongoc/op-header.def
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/op-header.def
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/op-header.def
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/op-insert.def b/mongodb-1.3.4/src/libmongoc/src/mongoc/op-insert.def
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/op-insert.def
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/op-insert.def
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/op-kill-cursors.def b/mongodb-1.3.4/src/libmongoc/src/mongoc/op-kill-cursors.def
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/op-kill-cursors.def
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/op-kill-cursors.def
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/op-msg.def b/mongodb-1.3.4/src/libmongoc/src/mongoc/op-msg.def
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/op-msg.def
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/op-msg.def
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/op-query.def b/mongodb-1.3.4/src/libmongoc/src/mongoc/op-query.def
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/op-query.def
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/op-query.def
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/op-reply-header.def b/mongodb-1.3.4/src/libmongoc/src/mongoc/op-reply-header.def
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/op-reply-header.def
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/op-reply-header.def
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/op-reply.def b/mongodb-1.3.4/src/libmongoc/src/mongoc/op-reply.def
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/op-reply.def
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/op-reply.def
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/op-update.def b/mongodb-1.3.4/src/libmongoc/src/mongoc/op-update.def
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/op-update.def
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/op-update.def
diff --git a/mongodb-1.3.3/src/libmongoc/src/mongoc/utlist.h b/mongodb-1.3.4/src/libmongoc/src/mongoc/utlist.h
similarity index 100%
rename from mongodb-1.3.3/src/libmongoc/src/mongoc/utlist.h
rename to mongodb-1.3.4/src/libmongoc/src/mongoc/utlist.h
diff --git a/mongodb-1.3.3/tests/apm/bug0950-001.phpt b/mongodb-1.3.4/tests/apm/bug0950-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/bug0950-001.phpt
rename to mongodb-1.3.4/tests/apm/bug0950-001.phpt
diff --git a/mongodb-1.3.3/tests/apm/bug0950-002.phpt b/mongodb-1.3.4/tests/apm/bug0950-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/bug0950-002.phpt
rename to mongodb-1.3.4/tests/apm/bug0950-002.phpt
diff --git a/mongodb-1.3.3/tests/apm/monitoring-addSubscriber-001.phpt b/mongodb-1.3.4/tests/apm/monitoring-addSubscriber-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/monitoring-addSubscriber-001.phpt
rename to mongodb-1.3.4/tests/apm/monitoring-addSubscriber-001.phpt
diff --git a/mongodb-1.3.3/tests/apm/monitoring-addSubscriber-002.phpt b/mongodb-1.3.4/tests/apm/monitoring-addSubscriber-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/monitoring-addSubscriber-002.phpt
rename to mongodb-1.3.4/tests/apm/monitoring-addSubscriber-002.phpt
diff --git a/mongodb-1.3.3/tests/apm/monitoring-addSubscriber-003.phpt b/mongodb-1.3.4/tests/apm/monitoring-addSubscriber-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/monitoring-addSubscriber-003.phpt
rename to mongodb-1.3.4/tests/apm/monitoring-addSubscriber-003.phpt
diff --git a/mongodb-1.3.3/tests/apm/monitoring-addSubscriber-004.phpt b/mongodb-1.3.4/tests/apm/monitoring-addSubscriber-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/monitoring-addSubscriber-004.phpt
rename to mongodb-1.3.4/tests/apm/monitoring-addSubscriber-004.phpt
diff --git a/mongodb-1.3.3/tests/apm/monitoring-commandFailed-001.phpt b/mongodb-1.3.4/tests/apm/monitoring-commandFailed-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/monitoring-commandFailed-001.phpt
rename to mongodb-1.3.4/tests/apm/monitoring-commandFailed-001.phpt
diff --git a/mongodb-1.3.3/tests/apm/monitoring-commandFailed-002.phpt b/mongodb-1.3.4/tests/apm/monitoring-commandFailed-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/monitoring-commandFailed-002.phpt
rename to mongodb-1.3.4/tests/apm/monitoring-commandFailed-002.phpt
diff --git a/mongodb-1.3.3/tests/apm/monitoring-commandStarted-001.phpt b/mongodb-1.3.4/tests/apm/monitoring-commandStarted-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/monitoring-commandStarted-001.phpt
rename to mongodb-1.3.4/tests/apm/monitoring-commandStarted-001.phpt
diff --git a/mongodb-1.3.3/tests/apm/monitoring-commandSucceeded-001.phpt b/mongodb-1.3.4/tests/apm/monitoring-commandSucceeded-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/monitoring-commandSucceeded-001.phpt
rename to mongodb-1.3.4/tests/apm/monitoring-commandSucceeded-001.phpt
diff --git a/mongodb-1.3.3/tests/apm/monitoring-commandSucceeded-002.phpt b/mongodb-1.3.4/tests/apm/monitoring-commandSucceeded-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/monitoring-commandSucceeded-002.phpt
rename to mongodb-1.3.4/tests/apm/monitoring-commandSucceeded-002.phpt
diff --git a/mongodb-1.3.3/tests/apm/monitoring-removeSubscriber-001.phpt b/mongodb-1.3.4/tests/apm/monitoring-removeSubscriber-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/monitoring-removeSubscriber-001.phpt
rename to mongodb-1.3.4/tests/apm/monitoring-removeSubscriber-001.phpt
diff --git a/mongodb-1.3.3/tests/apm/monitoring-removeSubscriber-002.phpt b/mongodb-1.3.4/tests/apm/monitoring-removeSubscriber-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/monitoring-removeSubscriber-002.phpt
rename to mongodb-1.3.4/tests/apm/monitoring-removeSubscriber-002.phpt
diff --git a/mongodb-1.3.3/tests/apm/overview.phpt b/mongodb-1.3.4/tests/apm/overview.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/apm/overview.phpt
rename to mongodb-1.3.4/tests/apm/overview.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/array-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/array-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/array-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/array-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/array-decodeError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/array-decodeError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/array-decodeError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/array-decodeError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/array-decodeError-003.phpt b/mongodb-1.3.4/tests/bson-corpus/array-decodeError-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/array-decodeError-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/array-decodeError-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/array-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/array-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/array-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/array-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/array-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/array-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/array-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/array-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/array-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/array-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/array-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/array-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/array-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/array-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/array-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/array-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-decodeError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-decodeError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-decodeError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-decodeError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-decodeError-003.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-decodeError-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-decodeError-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-decodeError-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-decodeError-004.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-decodeError-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-decodeError-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-decodeError-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-decodeError-005.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-decodeError-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-decodeError-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-decodeError-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-valid-006.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-valid-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-valid-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-valid-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-valid-007.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-valid-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-valid-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-valid-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-valid-008.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-valid-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-valid-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-valid-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-valid-009.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-valid-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-valid-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-valid-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-valid-010.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-valid-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-valid-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-valid-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/binary-valid-011.phpt b/mongodb-1.3.4/tests/bson-corpus/binary-valid-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/binary-valid-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/binary-valid-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/boolean-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/boolean-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/boolean-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/boolean-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/boolean-decodeError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/boolean-decodeError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/boolean-decodeError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/boolean-decodeError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/boolean-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/boolean-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/boolean-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/boolean-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/boolean-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/boolean-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/boolean-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/boolean-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/code-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-decodeError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/code-decodeError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-decodeError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-decodeError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-decodeError-003.phpt b/mongodb-1.3.4/tests/bson-corpus/code-decodeError-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-decodeError-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-decodeError-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-decodeError-004.phpt b/mongodb-1.3.4/tests/bson-corpus/code-decodeError-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-decodeError-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-decodeError-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-decodeError-005.phpt b/mongodb-1.3.4/tests/bson-corpus/code-decodeError-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-decodeError-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-decodeError-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-decodeError-006.phpt b/mongodb-1.3.4/tests/bson-corpus/code-decodeError-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-decodeError-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-decodeError-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-decodeError-007.phpt b/mongodb-1.3.4/tests/bson-corpus/code-decodeError-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-decodeError-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-decodeError-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/code-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/code-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/code-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/code-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/code-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code-valid-006.phpt b/mongodb-1.3.4/tests/bson-corpus/code-valid-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code-valid-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code-valid-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-003.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-004.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-005.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-006.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-007.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-008.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-009.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-010.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-011.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-decodeError-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-decodeError-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/code_w_scope-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/code_w_scope-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/code_w_scope-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/code_w_scope-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/datetime-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/datetime-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/datetime-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/datetime-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/datetime-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/datetime-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/datetime-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/datetime-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/datetime-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/datetime-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/datetime-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/datetime-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/datetime-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/datetime-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/datetime-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/datetime-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/datetime-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/datetime-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/datetime-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/datetime-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/dbref-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/dbref-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/dbref-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/dbref-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/dbref-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/dbref-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/dbref-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/dbref-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/dbref-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/dbref-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/dbref-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/dbref-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/dbref-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/dbref-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/dbref-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/dbref-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/dbref-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/dbref-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/dbref-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/dbref-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-006.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-007.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-008.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-009.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-010.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-011.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-012.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-012.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-012.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-012.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-013.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-013.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-013.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-013.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-014.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-014.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-014.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-014.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-015.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-015.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-015.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-015.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-016.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-016.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-016.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-016.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-017.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-017.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-017.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-017.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-018.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-018.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-018.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-018.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-019.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-019.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-019.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-019.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-020.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-020.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-020.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-020.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-021.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-021.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-021.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-021.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-022.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-022.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-022.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-022.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-023.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-023.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-023.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-023.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-024.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-024.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-024.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-024.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-025.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-025.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-025.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-025.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-026.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-026.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-026.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-026.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-027.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-027.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-027.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-027.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-028.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-028.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-028.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-028.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-029.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-029.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-029.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-029.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-030.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-030.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-030.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-030.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-031.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-031.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-031.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-031.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-032.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-032.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-032.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-032.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-033.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-033.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-033.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-033.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-034.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-034.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-034.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-034.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-035.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-035.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-035.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-035.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-036.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-036.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-036.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-036.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-037.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-037.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-037.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-037.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-038.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-038.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-038.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-038.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-039.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-039.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-039.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-039.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-040.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-040.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-040.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-040.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-041.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-041.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-041.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-041.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-042.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-042.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-042.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-042.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-043.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-043.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-043.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-043.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-044.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-044.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-044.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-044.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-045.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-045.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-045.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-045.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-046.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-046.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-046.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-046.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-047.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-047.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-047.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-047.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-048.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-048.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-048.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-048.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-049.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-049.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-049.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-049.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-050.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-050.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-050.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-050.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-051.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-051.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-051.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-051.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-052.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-052.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-052.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-052.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-053.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-053.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-053.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-053.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-054.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-054.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-054.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-054.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-055.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-055.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-055.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-055.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-056.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-056.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-1-valid-056.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-1-valid-056.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-006.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-007.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-008.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-009.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-010.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-011.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-012.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-012.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-012.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-012.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-013.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-013.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-013.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-013.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-014.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-014.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-014.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-014.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-015.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-015.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-015.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-015.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-016.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-016.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-016.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-016.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-017.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-017.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-017.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-017.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-018.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-018.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-018.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-018.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-019.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-019.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-019.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-019.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-020.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-020.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-020.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-020.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-021.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-021.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-021.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-021.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-022.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-022.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-022.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-022.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-023.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-023.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-023.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-023.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-024.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-024.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-024.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-024.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-025.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-025.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-025.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-025.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-026.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-026.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-026.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-026.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-027.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-027.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-027.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-027.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-028.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-028.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-028.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-028.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-029.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-029.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-029.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-029.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-030.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-030.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-030.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-030.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-031.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-031.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-031.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-031.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-032.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-032.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-032.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-032.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-033.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-033.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-033.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-033.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-034.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-034.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-034.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-034.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-035.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-035.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-035.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-035.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-036.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-036.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-036.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-036.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-037.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-037.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-037.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-037.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-038.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-038.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-038.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-038.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-039.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-039.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-039.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-039.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-040.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-040.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-040.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-040.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-041.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-041.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-041.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-041.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-042.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-042.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-042.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-042.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-043.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-043.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-043.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-043.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-044.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-044.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-044.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-044.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-045.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-045.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-045.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-045.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-046.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-046.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-046.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-046.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-047.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-047.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-047.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-047.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-048.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-048.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-048.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-048.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-049.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-049.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-049.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-049.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-050.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-050.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-050.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-050.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-051.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-051.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-051.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-051.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-052.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-052.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-052.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-052.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-053.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-053.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-053.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-053.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-054.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-054.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-054.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-054.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-055.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-055.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-055.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-055.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-056.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-056.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-056.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-056.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-057.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-057.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-057.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-057.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-058.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-058.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-058.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-058.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-059.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-059.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-059.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-059.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-060.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-060.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-060.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-060.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-061.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-061.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-061.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-061.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-062.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-062.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-062.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-062.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-063.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-063.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-063.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-063.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-064.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-064.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-064.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-064.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-065.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-065.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-065.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-065.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-066.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-066.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-066.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-066.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-067.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-067.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-067.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-067.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-068.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-068.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-068.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-068.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-069.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-069.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-069.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-069.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-070.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-070.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-070.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-070.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-071.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-071.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-071.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-071.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-072.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-072.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-072.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-072.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-073.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-073.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-073.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-073.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-074.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-074.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-074.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-074.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-075.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-075.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-075.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-075.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-076.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-076.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-076.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-076.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-077.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-077.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-077.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-077.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-078.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-078.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-078.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-078.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-079.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-079.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-079.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-079.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-080.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-080.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-080.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-080.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-081.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-081.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-081.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-081.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-082.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-082.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-082.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-082.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-083.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-083.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-083.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-083.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-084.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-084.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-084.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-084.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-085.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-085.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-085.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-085.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-086.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-086.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-086.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-086.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-087.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-087.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-087.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-087.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-088.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-088.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-088.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-088.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-089.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-089.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-089.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-089.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-090.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-090.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-090.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-090.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-091.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-091.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-091.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-091.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-092.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-092.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-092.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-092.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-093.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-093.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-093.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-093.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-094.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-094.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-094.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-094.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-095.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-095.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-095.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-095.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-096.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-096.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-096.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-096.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-097.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-097.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-097.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-097.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-098.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-098.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-098.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-098.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-099.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-099.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-099.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-099.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-100.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-100.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-100.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-100.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-101.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-101.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-101.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-101.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-102.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-102.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-102.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-102.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-103.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-103.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-103.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-103.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-104.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-104.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-104.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-104.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-105.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-105.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-105.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-105.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-106.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-106.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-106.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-106.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-107.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-107.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-107.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-107.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-108.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-108.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-108.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-108.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-109.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-109.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-109.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-109.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-110.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-110.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-110.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-110.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-111.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-111.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-111.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-111.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-112.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-112.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-112.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-112.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-113.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-113.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-113.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-113.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-114.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-114.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-114.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-114.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-115.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-115.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-115.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-115.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-116.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-116.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-116.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-116.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-117.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-117.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-117.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-117.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-118.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-118.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-118.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-118.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-119.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-119.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-119.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-119.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-120.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-120.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-120.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-120.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-121.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-121.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-121.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-121.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-122.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-122.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-122.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-122.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-123.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-123.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-123.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-123.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-124.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-124.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-124.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-124.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-125.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-125.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-125.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-125.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-126.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-126.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-126.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-126.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-127.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-127.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-127.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-127.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-128.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-128.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-128.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-128.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-129.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-129.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-129.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-129.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-130.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-130.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-130.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-130.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-131.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-131.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-131.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-131.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-132.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-132.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-132.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-132.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-133.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-133.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-133.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-133.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-134.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-134.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-134.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-134.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-135.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-135.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-135.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-135.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-136.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-136.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-136.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-136.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-137.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-137.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-137.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-137.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-138.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-138.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-138.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-138.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-139.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-139.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-139.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-139.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-140.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-140.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-140.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-140.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-141.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-141.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-141.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-141.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-142.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-142.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-142.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-142.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-143.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-143.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-143.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-143.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-144.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-144.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-144.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-144.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-145.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-145.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-145.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-145.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-146.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-146.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-146.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-146.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-147.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-147.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-147.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-147.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-148.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-148.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-148.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-148.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-149.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-149.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-149.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-149.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-150.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-150.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-150.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-150.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-151.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-151.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-151.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-151.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-152.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-152.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-152.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-152.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-153.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-153.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-153.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-153.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-154.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-154.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-154.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-154.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-155.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-155.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-155.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-155.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-156.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-156.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-156.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-156.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-157.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-157.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-2-valid-157.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-2-valid-157.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-006.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-007.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-008.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-009.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-010.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-011.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-012.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-012.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-012.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-012.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-013.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-013.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-013.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-013.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-014.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-014.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-014.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-014.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-015.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-015.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-015.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-015.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-016.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-016.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-016.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-016.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-017.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-017.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-017.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-017.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-018.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-018.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-018.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-018.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-019.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-019.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-019.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-019.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-020.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-020.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-020.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-020.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-021.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-021.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-021.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-021.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-022.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-022.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-022.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-022.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-023.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-023.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-023.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-023.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-024.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-024.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-024.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-024.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-025.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-025.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-025.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-025.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-026.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-026.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-026.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-026.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-027.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-027.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-027.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-027.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-028.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-028.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-028.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-028.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-029.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-029.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-029.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-029.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-030.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-030.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-030.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-030.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-031.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-031.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-031.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-031.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-032.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-032.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-032.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-032.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-033.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-033.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-033.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-033.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-034.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-034.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-034.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-034.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-035.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-035.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-035.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-035.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-036.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-036.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-036.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-036.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-037.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-037.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-037.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-037.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-038.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-038.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-038.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-038.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-039.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-039.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-039.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-039.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-040.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-040.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-040.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-040.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-041.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-041.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-041.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-041.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-042.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-042.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-042.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-042.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-043.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-043.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-043.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-043.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-044.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-044.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-044.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-044.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-045.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-045.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-045.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-045.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-046.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-046.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-046.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-046.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-047.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-047.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-047.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-047.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-048.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-048.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-048.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-048.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-049.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-049.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-049.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-049.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-050.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-050.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-050.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-050.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-051.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-051.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-051.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-051.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-052.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-052.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-052.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-052.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-053.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-053.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-053.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-053.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-054.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-054.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-054.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-054.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-055.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-055.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-055.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-055.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-056.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-056.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-056.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-056.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-057.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-057.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-057.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-057.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-058.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-058.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-058.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-058.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-059.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-059.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-059.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-059.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-060.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-060.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-060.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-060.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-061.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-061.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-061.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-061.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-062.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-062.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-062.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-062.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-063.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-063.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-063.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-063.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-064.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-064.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-064.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-064.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-065.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-065.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-065.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-065.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-066.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-066.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-066.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-066.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-067.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-067.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-067.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-067.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-068.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-068.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-068.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-068.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-069.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-069.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-069.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-069.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-070.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-070.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-070.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-070.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-071.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-071.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-071.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-071.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-072.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-072.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-072.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-072.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-073.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-073.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-073.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-073.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-074.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-074.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-074.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-074.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-075.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-075.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-075.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-075.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-076.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-076.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-076.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-076.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-077.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-077.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-077.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-077.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-078.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-078.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-078.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-078.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-079.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-079.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-079.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-079.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-080.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-080.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-080.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-080.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-081.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-081.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-081.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-081.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-082.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-082.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-082.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-082.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-083.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-083.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-083.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-083.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-084.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-084.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-084.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-084.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-085.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-085.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-085.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-085.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-086.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-086.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-086.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-086.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-087.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-087.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-087.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-087.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-088.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-088.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-088.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-088.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-089.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-089.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-089.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-089.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-090.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-090.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-090.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-090.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-091.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-091.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-091.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-091.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-092.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-092.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-092.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-092.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-093.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-093.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-093.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-093.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-094.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-094.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-094.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-094.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-095.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-095.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-095.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-095.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-096.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-096.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-096.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-096.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-097.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-097.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-097.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-097.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-098.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-098.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-098.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-098.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-099.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-099.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-099.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-099.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-100.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-100.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-100.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-100.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-101.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-101.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-101.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-101.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-102.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-102.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-102.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-102.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-103.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-103.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-103.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-103.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-104.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-104.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-104.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-104.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-105.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-105.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-105.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-105.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-106.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-106.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-106.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-106.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-107.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-107.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-107.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-107.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-108.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-108.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-108.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-108.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-109.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-109.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-109.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-109.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-110.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-110.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-110.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-110.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-111.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-111.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-111.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-111.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-112.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-112.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-112.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-112.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-113.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-113.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-113.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-113.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-114.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-114.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-114.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-114.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-115.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-115.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-115.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-115.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-116.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-116.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-116.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-116.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-117.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-117.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-117.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-117.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-118.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-118.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-118.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-118.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-119.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-119.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-119.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-119.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-120.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-120.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-120.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-120.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-121.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-121.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-121.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-121.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-122.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-122.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-122.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-122.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-123.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-123.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-123.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-123.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-124.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-124.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-124.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-124.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-125.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-125.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-125.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-125.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-126.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-126.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-126.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-126.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-127.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-127.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-127.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-127.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-128.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-128.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-128.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-128.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-129.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-129.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-129.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-129.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-130.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-130.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-130.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-130.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-131.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-131.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-131.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-131.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-132.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-132.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-132.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-132.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-133.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-133.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-133.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-133.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-134.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-134.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-134.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-134.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-135.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-135.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-135.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-135.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-136.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-136.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-136.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-136.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-137.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-137.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-137.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-137.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-138.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-138.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-138.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-138.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-139.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-139.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-139.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-139.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-140.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-140.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-140.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-140.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-141.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-141.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-141.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-141.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-142.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-142.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-142.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-142.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-143.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-143.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-143.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-143.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-144.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-144.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-144.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-144.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-145.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-145.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-145.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-145.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-146.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-146.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-146.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-146.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-147.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-147.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-147.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-147.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-148.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-148.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-148.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-148.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-149.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-149.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-149.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-149.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-150.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-150.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-150.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-150.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-151.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-151.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-151.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-151.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-152.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-152.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-152.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-152.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-153.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-153.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-153.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-153.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-154.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-154.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-154.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-154.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-155.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-155.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-155.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-155.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-156.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-156.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-156.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-156.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-157.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-157.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-157.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-157.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-158.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-158.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-158.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-158.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-159.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-159.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-159.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-159.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-160.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-160.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-160.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-160.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-161.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-161.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-161.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-161.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-162.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-162.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-162.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-162.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-163.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-163.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-163.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-163.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-164.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-164.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-164.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-164.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-165.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-165.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-165.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-165.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-166.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-166.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-166.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-166.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-167.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-167.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-167.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-167.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-168.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-168.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-168.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-168.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-169.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-169.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-169.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-169.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-170.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-170.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-170.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-170.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-171.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-171.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-171.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-171.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-172.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-172.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-172.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-172.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-173.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-173.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-173.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-173.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-174.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-174.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-174.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-174.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-175.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-175.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-175.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-175.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-176.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-176.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-176.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-176.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-177.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-177.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-177.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-177.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-178.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-178.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-178.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-178.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-179.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-179.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-179.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-179.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-180.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-180.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-180.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-180.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-181.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-181.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-181.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-181.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-182.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-182.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-182.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-182.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-183.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-183.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-183.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-183.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-184.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-184.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-184.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-184.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-185.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-185.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-185.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-185.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-186.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-186.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-186.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-186.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-187.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-187.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-187.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-187.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-188.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-188.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-188.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-188.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-189.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-189.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-189.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-189.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-190.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-190.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-190.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-190.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-191.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-191.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-191.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-191.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-192.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-192.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-192.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-192.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-193.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-193.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-193.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-193.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-194.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-194.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-194.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-194.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-195.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-195.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-195.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-195.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-196.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-196.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-196.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-196.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-197.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-197.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-197.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-197.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-198.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-198.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-198.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-198.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-199.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-199.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-199.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-199.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-200.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-200.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-200.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-200.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-201.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-201.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-201.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-201.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-202.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-202.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-202.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-202.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-203.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-203.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-203.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-203.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-204.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-204.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-204.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-204.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-205.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-205.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-205.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-205.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-206.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-206.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-206.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-206.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-207.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-207.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-207.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-207.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-208.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-208.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-208.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-208.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-209.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-209.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-209.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-209.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-210.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-210.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-210.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-210.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-211.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-211.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-211.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-211.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-212.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-212.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-212.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-212.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-213.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-213.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-213.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-213.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-214.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-214.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-214.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-214.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-215.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-215.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-215.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-215.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-216.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-216.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-216.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-216.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-217.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-217.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-217.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-217.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-218.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-218.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-218.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-218.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-219.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-219.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-219.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-219.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-220.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-220.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-220.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-220.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-221.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-221.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-221.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-221.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-222.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-222.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-222.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-222.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-223.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-223.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-223.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-223.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-224.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-224.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-224.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-224.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-225.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-225.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-225.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-225.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-226.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-226.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-226.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-226.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-227.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-227.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-227.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-227.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-228.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-228.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-228.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-228.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-229.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-229.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-229.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-229.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-230.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-230.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-230.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-230.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-231.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-231.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-231.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-231.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-232.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-232.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-232.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-232.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-233.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-233.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-233.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-233.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-234.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-234.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-234.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-234.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-235.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-235.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-235.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-235.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-236.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-236.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-236.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-236.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-237.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-237.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-237.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-237.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-238.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-238.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-238.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-238.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-239.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-239.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-239.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-239.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-240.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-240.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-240.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-240.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-241.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-241.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-241.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-241.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-242.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-242.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-242.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-242.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-243.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-243.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-243.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-243.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-244.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-244.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-244.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-244.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-245.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-245.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-245.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-245.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-246.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-246.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-246.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-246.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-247.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-247.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-247.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-247.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-248.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-248.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-248.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-248.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-249.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-249.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-249.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-249.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-250.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-250.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-250.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-250.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-251.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-251.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-251.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-251.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-252.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-252.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-252.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-252.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-253.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-253.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-253.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-253.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-254.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-254.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-254.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-254.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-255.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-255.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-255.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-255.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-256.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-256.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-256.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-256.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-257.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-257.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-257.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-257.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-258.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-258.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-258.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-258.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-259.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-259.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-259.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-259.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-260.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-260.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-260.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-260.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-261.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-261.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-261.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-261.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-262.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-262.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-262.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-262.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-263.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-263.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-263.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-263.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-264.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-264.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-264.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-264.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-265.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-265.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-265.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-265.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-266.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-266.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-266.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-266.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-267.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-267.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-267.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-267.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-268.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-268.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-268.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-268.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-269.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-269.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-269.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-269.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-270.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-270.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-270.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-270.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-271.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-271.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-271.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-271.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-272.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-272.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-272.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-272.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-273.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-273.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-273.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-273.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-274.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-274.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-274.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-274.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-275.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-275.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-275.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-275.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-276.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-276.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-276.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-276.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-277.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-277.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-277.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-277.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-278.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-278.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-278.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-278.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-279.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-279.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-279.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-279.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-280.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-280.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-280.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-280.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-281.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-281.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-281.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-281.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-282.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-282.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-282.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-282.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-283.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-283.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-283.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-283.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-284.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-284.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-284.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-284.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-285.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-285.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-285.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-285.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-286.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-286.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-286.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-286.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-287.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-287.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-287.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-287.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-288.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-288.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-288.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-288.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-289.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-289.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-289.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-289.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-290.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-290.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-290.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-290.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-291.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-291.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-291.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-291.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-292.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-292.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-292.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-292.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-293.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-293.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-293.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-293.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-294.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-294.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-294.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-294.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-295.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-295.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-295.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-295.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-296.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-296.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-296.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-296.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-297.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-297.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-297.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-297.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-298.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-298.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-298.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-298.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-299.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-299.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-299.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-299.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-300.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-300.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-300.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-300.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-301.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-301.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-301.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-301.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-302.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-302.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-302.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-302.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-303.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-303.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-303.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-303.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-304.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-304.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-304.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-304.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-305.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-305.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-305.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-305.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-306.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-306.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-306.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-306.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-307.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-307.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-307.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-307.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-308.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-308.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-3-valid-308.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-3-valid-308.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-003.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-004.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-005.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-006.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-007.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-008.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-009.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-010.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-011.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-012.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-012.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-012.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-012.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-013.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-013.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-013.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-013.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-014.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-014.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-014.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-014.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-015.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-015.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-015.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-015.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-016.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-016.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-016.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-016.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-017.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-017.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-017.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-017.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-018.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-018.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-018.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-018.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-019.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-019.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-019.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-019.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-020.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-020.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-parseError-020.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-parseError-020.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-006.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-007.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-008.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-009.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-010.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-011.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-012.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-012.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-012.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-012.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-013.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-013.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-4-valid-013.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-4-valid-013.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-006.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-007.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-008.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-009.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-010.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-011.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-012.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-012.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-012.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-012.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-013.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-013.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-013.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-013.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-014.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-014.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-014.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-014.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-015.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-015.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-015.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-015.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-016.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-016.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-016.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-016.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-017.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-017.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-017.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-017.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-018.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-018.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-018.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-018.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-019.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-019.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-019.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-019.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-020.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-020.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-020.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-020.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-021.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-021.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-021.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-021.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-022.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-022.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-022.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-022.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-023.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-023.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-023.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-023.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-024.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-024.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-024.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-024.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-025.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-025.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-025.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-025.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-026.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-026.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-026.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-026.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-027.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-027.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-027.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-027.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-028.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-028.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-028.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-028.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-029.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-029.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-029.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-029.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-030.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-030.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-030.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-030.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-031.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-031.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-031.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-031.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-032.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-032.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-032.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-032.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-033.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-033.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-033.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-033.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-034.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-034.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-034.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-034.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-035.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-035.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-035.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-035.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-036.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-036.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-036.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-036.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-037.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-037.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-037.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-037.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-038.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-038.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-038.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-038.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-039.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-039.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-039.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-039.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-040.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-040.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-040.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-040.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-041.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-041.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-041.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-041.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-042.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-042.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-042.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-042.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-043.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-043.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-043.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-043.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-044.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-044.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-044.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-044.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-045.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-045.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-045.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-045.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-046.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-046.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-046.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-046.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-047.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-047.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-047.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-047.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-048.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-048.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-048.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-048.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-049.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-049.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-049.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-049.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-050.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-050.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-050.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-050.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-051.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-051.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-051.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-051.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-052.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-052.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-052.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-052.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-053.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-053.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-053.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-053.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-054.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-054.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-054.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-054.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-055.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-055.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-055.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-055.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-056.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-056.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-056.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-056.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-057.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-057.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-057.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-057.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-058.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-058.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-058.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-058.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-059.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-059.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-059.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-059.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-060.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-060.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-060.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-060.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-061.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-061.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-061.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-061.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-062.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-062.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-062.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-062.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-063.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-063.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-063.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-063.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-064.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-064.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-064.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-064.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-065.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-065.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-065.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-065.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-066.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-066.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-066.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-066.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-067.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-067.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-5-valid-067.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-5-valid-067.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-003.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-004.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-005.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-006.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-007.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-008.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-009.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-010.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-011.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-012.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-012.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-012.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-012.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-013.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-013.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-013.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-013.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-014.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-014.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-014.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-014.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-015.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-015.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-015.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-015.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-016.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-016.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-016.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-016.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-017.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-017.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-017.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-017.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-018.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-018.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-018.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-018.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-019.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-019.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-019.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-019.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-020.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-020.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-020.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-020.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-021.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-021.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-021.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-021.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-022.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-022.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-022.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-022.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-023.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-023.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-023.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-023.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-024.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-024.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-024.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-024.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-025.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-025.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-025.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-025.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-026.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-026.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-026.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-026.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-027.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-027.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-027.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-027.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-028.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-028.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-028.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-028.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-029.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-029.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-029.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-029.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-030.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-030.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-030.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-030.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-031.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-031.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-6-parseError-031.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-6-parseError-031.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-003.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-004.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-005.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-006.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-007.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-008.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-009.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-010.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-011.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-012.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-012.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-012.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-012.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-013.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-013.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-013.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-013.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-014.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-014.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-014.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-014.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-015.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-015.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-015.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-015.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-016.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-016.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-016.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-016.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-017.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-017.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-017.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-017.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-018.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-018.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-018.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-018.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-019.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-019.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-019.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-019.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-020.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-020.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-020.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-020.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-021.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-021.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-021.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-021.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-022.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-022.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-022.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-022.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-023.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-023.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-023.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-023.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-024.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-024.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-024.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-024.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-025.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-025.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-025.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-025.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-026.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-026.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-026.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-026.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-027.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-027.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-027.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-027.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-028.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-028.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-028.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-028.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-029.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-029.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-029.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-029.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-030.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-030.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-030.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-030.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-031.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-031.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-031.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-031.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-032.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-032.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-032.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-032.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-033.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-033.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-033.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-033.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-034.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-034.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-034.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-034.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-035.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-035.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-035.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-035.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-036.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-036.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-036.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-036.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-037.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-037.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-037.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-037.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-038.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-038.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-038.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-038.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-039.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-039.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-039.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-039.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-040.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-040.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-040.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-040.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-041.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-041.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-041.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-041.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-042.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-042.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-042.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-042.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-043.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-043.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-043.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-043.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-044.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-044.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-044.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-044.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-045.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-045.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-045.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-045.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-046.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-046.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-046.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-046.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-047.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-047.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-047.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-047.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-048.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-048.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-048.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-048.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-049.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-049.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-049.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-049.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-050.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-050.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-050.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-050.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-051.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-051.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-051.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-051.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-052.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-052.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-052.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-052.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-053.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-053.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-053.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-053.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-054.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-054.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-054.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-054.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-055.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-055.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-055.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-055.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-056.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-056.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-056.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-056.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-057.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-057.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-057.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-057.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-058.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-058.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-058.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-058.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-059.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-059.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-059.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-059.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-060.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-060.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-060.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-060.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-061.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-061.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-061.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-061.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-062.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-062.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-062.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-062.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-063.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-063.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-063.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-063.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-064.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-064.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-064.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-064.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-065.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-065.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-065.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-065.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-066.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-066.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-066.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-066.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-067.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-067.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-067.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-067.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-068.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-068.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-068.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-068.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-069.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-069.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-069.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-069.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-070.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-070.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-070.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-070.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-071.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-071.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-071.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-071.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-072.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-072.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-072.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-072.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-073.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-073.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-073.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-073.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-074.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-074.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-074.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-074.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-075.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-075.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-075.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-075.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-076.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-076.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-076.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-076.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-077.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-077.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-077.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-077.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-078.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-078.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-078.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-078.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-079.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-079.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-079.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-079.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-080.phpt b/mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-080.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/decimal128-7-parseError-080.phpt
rename to mongodb-1.3.4/tests/bson-corpus/decimal128-7-parseError-080.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/document-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/document-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/document-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/document-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/document-decodeError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/document-decodeError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/document-decodeError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/document-decodeError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/document-decodeError-003.phpt b/mongodb-1.3.4/tests/bson-corpus/document-decodeError-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/document-decodeError-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/document-decodeError-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/document-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/document-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/document-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/document-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/document-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/document-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/document-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/document-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/document-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/document-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/document-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/document-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/double-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/double-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/double-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/double-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/double-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/double-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-valid-006.phpt b/mongodb-1.3.4/tests/bson-corpus/double-valid-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-valid-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-valid-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-valid-007.phpt b/mongodb-1.3.4/tests/bson-corpus/double-valid-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-valid-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-valid-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-valid-008.phpt b/mongodb-1.3.4/tests/bson-corpus/double-valid-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-valid-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-valid-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-valid-009.phpt b/mongodb-1.3.4/tests/bson-corpus/double-valid-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-valid-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-valid-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-valid-010.phpt b/mongodb-1.3.4/tests/bson-corpus/double-valid-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-valid-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-valid-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-valid-011.phpt b/mongodb-1.3.4/tests/bson-corpus/double-valid-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-valid-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-valid-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/double-valid-012.phpt b/mongodb-1.3.4/tests/bson-corpus/double-valid-012.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/double-valid-012.phpt
rename to mongodb-1.3.4/tests/bson-corpus/double-valid-012.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/int32-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/int32-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/int32-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/int32-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/int32-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/int32-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/int32-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/int32-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/int32-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/int32-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/int32-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/int32-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/int32-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/int32-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/int32-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/int32-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/int32-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/int32-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/int32-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/int32-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/int32-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/int32-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/int32-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/int32-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/int64-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/int64-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/int64-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/int64-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/int64-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/int64-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/int64-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/int64-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/int64-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/int64-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/int64-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/int64-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/int64-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/int64-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/int64-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/int64-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/int64-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/int64-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/int64-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/int64-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/int64-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/int64-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/int64-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/int64-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/maxkey-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/maxkey-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/maxkey-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/maxkey-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/minkey-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/minkey-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/minkey-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/minkey-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/multi-type-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/multi-type-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/multi-type-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/multi-type-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/null-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/null-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/null-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/null-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/oid-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/oid-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/oid-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/oid-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/oid-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/oid-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/oid-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/oid-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/oid-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/oid-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/oid-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/oid-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/oid-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/oid-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/oid-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/oid-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/regex-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/regex-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/regex-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/regex-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/regex-decodeError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/regex-decodeError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/regex-decodeError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/regex-decodeError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/regex-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/regex-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/regex-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/regex-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/regex-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/regex-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/regex-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/regex-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/regex-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/regex-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/regex-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/regex-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/regex-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/regex-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/regex-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/regex-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/regex-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/regex-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/regex-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/regex-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/regex-valid-006.phpt b/mongodb-1.3.4/tests/bson-corpus/regex-valid-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/regex-valid-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/regex-valid-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/regex-valid-007.phpt b/mongodb-1.3.4/tests/bson-corpus/regex-valid-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/regex-valid-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/regex-valid-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/regex-valid-008.phpt b/mongodb-1.3.4/tests/bson-corpus/regex-valid-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/regex-valid-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/regex-valid-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/regex-valid-009.phpt b/mongodb-1.3.4/tests/bson-corpus/regex-valid-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/regex-valid-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/regex-valid-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/string-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-decodeError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/string-decodeError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-decodeError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-decodeError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-decodeError-003.phpt b/mongodb-1.3.4/tests/bson-corpus/string-decodeError-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-decodeError-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-decodeError-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-decodeError-004.phpt b/mongodb-1.3.4/tests/bson-corpus/string-decodeError-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-decodeError-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-decodeError-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-decodeError-005.phpt b/mongodb-1.3.4/tests/bson-corpus/string-decodeError-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-decodeError-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-decodeError-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-decodeError-006.phpt b/mongodb-1.3.4/tests/bson-corpus/string-decodeError-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-decodeError-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-decodeError-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-decodeError-007.phpt b/mongodb-1.3.4/tests/bson-corpus/string-decodeError-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-decodeError-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-decodeError-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/string-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/string-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/string-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-valid-004.phpt b/mongodb-1.3.4/tests/bson-corpus/string-valid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-valid-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-valid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-valid-005.phpt b/mongodb-1.3.4/tests/bson-corpus/string-valid-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-valid-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-valid-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-valid-006.phpt b/mongodb-1.3.4/tests/bson-corpus/string-valid-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-valid-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-valid-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/string-valid-007.phpt b/mongodb-1.3.4/tests/bson-corpus/string-valid-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/string-valid-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/string-valid-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/timestamp-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/timestamp-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/timestamp-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/timestamp-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/timestamp-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/timestamp-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/timestamp-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/timestamp-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/timestamp-valid-002.phpt b/mongodb-1.3.4/tests/bson-corpus/timestamp-valid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/timestamp-valid-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/timestamp-valid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/timestamp-valid-003.phpt b/mongodb-1.3.4/tests/bson-corpus/timestamp-valid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/timestamp-valid-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/timestamp-valid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-003.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-004.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-005.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-006.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-007.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-008.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-009.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-010.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-011.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-012.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-012.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-012.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-012.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-013.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-013.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-013.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-013.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-decodeError-014.phpt b/mongodb-1.3.4/tests/bson-corpus/top-decodeError-014.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-decodeError-014.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-decodeError-014.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-001.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-001.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-002.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-002.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-002.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-003.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-003.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-003.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-004.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-004.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-004.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-005.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-005.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-005.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-006.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-006.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-006.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-007.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-007.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-007.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-008.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-008.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-008.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-009.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-009.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-009.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-010.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-010.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-010.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-011.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-011.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-011.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-012.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-012.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-012.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-012.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-013.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-013.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-013.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-013.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-014.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-014.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-014.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-014.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-015.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-015.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-015.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-015.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-016.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-016.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-016.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-016.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-017.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-017.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-017.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-017.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-018.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-018.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-018.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-018.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-019.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-019.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-019.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-019.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-020.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-020.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-020.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-020.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-021.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-021.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-021.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-021.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-022.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-022.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-022.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-022.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-023.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-023.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-023.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-023.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-024.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-024.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-024.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-024.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-025.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-025.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-025.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-025.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-026.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-026.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-026.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-026.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-027.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-027.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-027.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-027.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-028.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-028.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-028.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-028.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-029.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-029.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-029.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-029.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-030.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-030.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-030.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-030.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-031.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-031.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-031.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-031.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-032.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-032.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-032.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-032.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-033.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-033.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-033.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-033.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-034.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-034.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-034.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-034.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-035.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-035.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-035.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-035.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-036.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-036.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-036.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-036.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-037.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-037.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-037.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-037.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-038.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-038.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-038.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-038.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-039.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-039.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-039.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-039.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-040.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-040.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-040.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-040.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-parseError-041.phpt b/mongodb-1.3.4/tests/bson-corpus/top-parseError-041.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-parseError-041.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-parseError-041.phpt
diff --git a/mongodb-1.3.3/tests/bson-corpus/top-valid-001.phpt b/mongodb-1.3.4/tests/bson-corpus/top-valid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson-corpus/top-valid-001.phpt
rename to mongodb-1.3.4/tests/bson-corpus/top-valid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-001.phpt b/mongodb-1.3.4/tests/bson/bson-binary-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-compare-001.phpt b/mongodb-1.3.4/tests/bson/bson-binary-compare-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-compare-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-compare-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-compare-002.phpt b/mongodb-1.3.4/tests/bson/bson-binary-compare-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-compare-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-compare-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-jsonserialize-001.phpt b/mongodb-1.3.4/tests/bson/bson-binary-jsonserialize-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-jsonserialize-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-jsonserialize-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-jsonserialize-002.phpt b/mongodb-1.3.4/tests/bson/bson-binary-jsonserialize-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-jsonserialize-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-jsonserialize-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-serialization-001.phpt b/mongodb-1.3.4/tests/bson/bson-binary-serialization-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-serialization-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-serialization-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-serialization_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-binary-serialization_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-serialization_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-serialization_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-serialization_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-binary-serialization_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-serialization_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-serialization_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-serialization_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-binary-serialization_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-serialization_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-serialization_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-set_state-001.phpt b/mongodb-1.3.4/tests/bson/bson-binary-set_state-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-set_state-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-set_state-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-set_state_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-binary-set_state_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-set_state_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-set_state_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-set_state_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-binary-set_state_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-set_state_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-set_state_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-set_state_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-binary-set_state_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-set_state_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-set_state_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary-tostring-001.phpt b/mongodb-1.3.4/tests/bson/bson-binary-tostring-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary-tostring-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary-tostring-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-binary_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-binary_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-binary_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binary_error-004.phpt b/mongodb-1.3.4/tests/bson/bson-binary_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binary_error-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-binary_error-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-binaryinterface-001.phpt b/mongodb-1.3.4/tests/bson/bson-binaryinterface-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-binaryinterface-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-binaryinterface-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128-001.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128-002.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128-003.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128-004.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128-jsonserialize-001.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128-jsonserialize-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128-jsonserialize-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128-jsonserialize-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128-jsonserialize-002.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128-jsonserialize-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128-jsonserialize-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128-jsonserialize-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128-serialization-001.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128-serialization-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128-serialization-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128-serialization-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128-serialization_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128-serialization_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128-serialization_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128-serialization_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128-serialization_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128-serialization_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128-serialization_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128-serialization_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128-set_state-001.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128-set_state-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128-set_state-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128-set_state-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128-set_state_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128-set_state_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128-set_state_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128-set_state_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128-set_state_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128-set_state_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128-set_state_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128-set_state_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decimal128interface-001.phpt b/mongodb-1.3.4/tests/bson/bson-decimal128interface-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decimal128interface-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-decimal128interface-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decode-001.phpt b/mongodb-1.3.4/tests/bson/bson-decode-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decode-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-decode-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-decode-002.phpt b/mongodb-1.3.4/tests/bson/bson-decode-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-decode-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-decode-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-encode-001.phpt b/mongodb-1.3.4/tests/bson/bson-encode-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-encode-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-encode-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-encode-002.phpt b/mongodb-1.3.4/tests/bson/bson-encode-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-encode-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-encode-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-encode-003.phpt b/mongodb-1.3.4/tests/bson/bson-encode-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-encode-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-encode-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-encode-004.phpt b/mongodb-1.3.4/tests/bson/bson-encode-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-encode-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-encode-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-encode-005.phpt b/mongodb-1.3.4/tests/bson/bson-encode-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-encode-005.phpt
rename to mongodb-1.3.4/tests/bson/bson-encode-005.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromJSON-001.phpt b/mongodb-1.3.4/tests/bson/bson-fromJSON-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromJSON-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromJSON-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromJSON-002.phpt b/mongodb-1.3.4/tests/bson/bson-fromJSON-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromJSON-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromJSON-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromJSON_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-fromJSON_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromJSON_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromJSON_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromPHP-001.phpt b/mongodb-1.3.4/tests/bson/bson-fromPHP-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromPHP-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromPHP-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromPHP-002.phpt b/mongodb-1.3.4/tests/bson/bson-fromPHP-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromPHP-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromPHP-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromPHP-003.phpt b/mongodb-1.3.4/tests/bson/bson-fromPHP-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromPHP-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromPHP-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromPHP-005.phpt b/mongodb-1.3.4/tests/bson/bson-fromPHP-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromPHP-005.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromPHP-005.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromPHP-006.phpt b/mongodb-1.3.4/tests/bson/bson-fromPHP-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromPHP-006.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromPHP-006.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromPHP_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-fromPHP_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromPHP_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromPHP_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromPHP_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-fromPHP_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromPHP_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromPHP_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromPHP_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-fromPHP_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromPHP_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromPHP_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromPHP_error-004.phpt b/mongodb-1.3.4/tests/bson/bson-fromPHP_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromPHP_error-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromPHP_error-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromPHP_error-005.phpt b/mongodb-1.3.4/tests/bson/bson-fromPHP_error-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromPHP_error-005.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromPHP_error-005.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromPHP_error-006.phpt b/mongodb-1.3.4/tests/bson/bson-fromPHP_error-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromPHP_error-006.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromPHP_error-006.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-fromPHP_error-007.phpt b/mongodb-1.3.4/tests/bson/bson-fromPHP_error-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-fromPHP_error-007.phpt
rename to mongodb-1.3.4/tests/bson/bson-fromPHP_error-007.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-generate-document-id.phpt b/mongodb-1.3.4/tests/bson/bson-generate-document-id.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-generate-document-id.phpt
rename to mongodb-1.3.4/tests/bson/bson-generate-document-id.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-001.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-002.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-compare-001.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-compare-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-compare-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-compare-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-compare-002.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-compare-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-compare-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-compare-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-getCode-001.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-getCode-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-getCode-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-getCode-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-getScope-001.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-getScope-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-getScope-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-getScope-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-jsonserialize-001.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-jsonserialize-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-jsonserialize-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-jsonserialize-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-jsonserialize-002.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-jsonserialize-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-jsonserialize-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-jsonserialize-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-jsonserialize-003.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-jsonserialize-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-jsonserialize-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-jsonserialize-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-jsonserialize-004.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-jsonserialize-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-jsonserialize-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-jsonserialize-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-serialization-001.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-serialization-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-serialization-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-serialization-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-serialization_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-serialization_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-serialization_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-serialization_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-serialization_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-serialization_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-serialization_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-serialization_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-serialization_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-serialization_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-serialization_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-serialization_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-set_state-001.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-set_state-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-set_state-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-set_state-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-set_state_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-set_state_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-set_state_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-set_state_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-set_state_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-set_state_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-set_state_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-set_state_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-set_state_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-set_state_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-set_state_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-set_state_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript-tostring-001.phpt b/mongodb-1.3.4/tests/bson/bson-javascript-tostring-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript-tostring-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript-tostring-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-javascript_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-javascript_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascript_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-javascript_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascript_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascript_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-javascriptinterface-001.phpt b/mongodb-1.3.4/tests/bson/bson-javascriptinterface-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-javascriptinterface-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-javascriptinterface-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-maxkey-001.phpt b/mongodb-1.3.4/tests/bson/bson-maxkey-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-maxkey-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-maxkey-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-maxkey-compare-001.phpt b/mongodb-1.3.4/tests/bson/bson-maxkey-compare-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-maxkey-compare-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-maxkey-compare-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-maxkey-jsonserialize-001.phpt b/mongodb-1.3.4/tests/bson/bson-maxkey-jsonserialize-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-maxkey-jsonserialize-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-maxkey-jsonserialize-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-maxkey-jsonserialize-002.phpt b/mongodb-1.3.4/tests/bson/bson-maxkey-jsonserialize-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-maxkey-jsonserialize-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-maxkey-jsonserialize-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-maxkey-serialization-001.phpt b/mongodb-1.3.4/tests/bson/bson-maxkey-serialization-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-maxkey-serialization-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-maxkey-serialization-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-maxkey-set_state-001.phpt b/mongodb-1.3.4/tests/bson/bson-maxkey-set_state-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-maxkey-set_state-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-maxkey-set_state-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-maxkey_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-maxkey_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-maxkey_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-maxkey_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-maxkeyinterface-001.phpt b/mongodb-1.3.4/tests/bson/bson-maxkeyinterface-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-maxkeyinterface-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-maxkeyinterface-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-minkey-001.phpt b/mongodb-1.3.4/tests/bson/bson-minkey-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-minkey-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-minkey-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-minkey-compare-001.phpt b/mongodb-1.3.4/tests/bson/bson-minkey-compare-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-minkey-compare-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-minkey-compare-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-minkey-jsonserialize-001.phpt b/mongodb-1.3.4/tests/bson/bson-minkey-jsonserialize-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-minkey-jsonserialize-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-minkey-jsonserialize-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-minkey-jsonserialize-002.phpt b/mongodb-1.3.4/tests/bson/bson-minkey-jsonserialize-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-minkey-jsonserialize-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-minkey-jsonserialize-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-minkey-serialization-001.phpt b/mongodb-1.3.4/tests/bson/bson-minkey-serialization-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-minkey-serialization-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-minkey-serialization-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-minkey-set_state-001.phpt b/mongodb-1.3.4/tests/bson/bson-minkey-set_state-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-minkey-set_state-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-minkey-set_state-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-minkey_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-minkey_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-minkey_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-minkey_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-minkeyinterface-001.phpt b/mongodb-1.3.4/tests/bson/bson-minkeyinterface-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-minkeyinterface-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-minkeyinterface-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-001.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-002.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-003.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-004.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-compare-001.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-compare-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-compare-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-compare-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-compare-002.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-compare-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-compare-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-compare-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-getTimestamp-001.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-getTimestamp-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-getTimestamp-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-getTimestamp-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-jsonserialize-001.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-jsonserialize-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-jsonserialize-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-jsonserialize-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-jsonserialize-002.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-jsonserialize-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-jsonserialize-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-jsonserialize-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-serialization-001.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-serialization-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-serialization-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-serialization-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-serialization_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-serialization_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-serialization_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-serialization_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-serialization_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-serialization_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-serialization_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-serialization_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-set_state-001.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-set_state-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-set_state-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-set_state-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-set_state_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-set_state_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-set_state_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-set_state_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid-set_state_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-objectid-set_state_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid-set_state_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid-set_state_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-objectid_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-objectid_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectid_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-objectid_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectid_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectid_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-objectidinterface-001.phpt b/mongodb-1.3.4/tests/bson/bson-objectidinterface-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-objectidinterface-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-objectidinterface-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-001.phpt b/mongodb-1.3.4/tests/bson/bson-regex-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-002.phpt b/mongodb-1.3.4/tests/bson/bson-regex-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-003.phpt b/mongodb-1.3.4/tests/bson/bson-regex-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-004.phpt b/mongodb-1.3.4/tests/bson/bson-regex-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-005.phpt b/mongodb-1.3.4/tests/bson/bson-regex-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-005.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-005.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-compare-001.phpt b/mongodb-1.3.4/tests/bson/bson-regex-compare-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-compare-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-compare-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-compare-002.phpt b/mongodb-1.3.4/tests/bson/bson-regex-compare-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-compare-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-compare-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-jsonserialize-001.phpt b/mongodb-1.3.4/tests/bson/bson-regex-jsonserialize-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-jsonserialize-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-jsonserialize-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-jsonserialize-002.phpt b/mongodb-1.3.4/tests/bson/bson-regex-jsonserialize-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-jsonserialize-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-jsonserialize-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-jsonserialize-003.phpt b/mongodb-1.3.4/tests/bson/bson-regex-jsonserialize-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-jsonserialize-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-jsonserialize-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-jsonserialize-004.phpt b/mongodb-1.3.4/tests/bson/bson-regex-jsonserialize-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-jsonserialize-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-jsonserialize-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-serialization-001.phpt b/mongodb-1.3.4/tests/bson/bson-regex-serialization-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-serialization-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-serialization-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-serialization-002.phpt b/mongodb-1.3.4/tests/bson/bson-regex-serialization-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-serialization-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-serialization-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-serialization-003.phpt b/mongodb-1.3.4/tests/bson/bson-regex-serialization-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-serialization-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-serialization-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-serialization_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-regex-serialization_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-serialization_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-serialization_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-serialization_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-regex-serialization_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-serialization_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-serialization_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-set_state-001.phpt b/mongodb-1.3.4/tests/bson/bson-regex-set_state-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-set_state-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-set_state-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-set_state-002.phpt b/mongodb-1.3.4/tests/bson/bson-regex-set_state-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-set_state-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-set_state-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-set_state_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-regex-set_state_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-set_state_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-set_state_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex-set_state_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-regex-set_state_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex-set_state_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex-set_state_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-regex_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-regex_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regex_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-regex_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regex_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-regex_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-regexinterface-001.phpt b/mongodb-1.3.4/tests/bson/bson-regexinterface-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-regexinterface-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-regexinterface-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-001.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-002.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-003.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-004.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-005.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-005.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-005.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-compare-001.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-compare-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-compare-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-compare-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-getIncrement-001.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-getIncrement-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-getIncrement-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-getIncrement-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-getTimestamp-001.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-getTimestamp-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-getTimestamp-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-getTimestamp-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-jsonserialize-001.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-jsonserialize-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-jsonserialize-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-jsonserialize-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-jsonserialize-002.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-jsonserialize-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-jsonserialize-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-jsonserialize-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-serialization-001.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-serialization-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-serialization-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-serialization-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-serialization-002.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-serialization-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-serialization-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-serialization-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-serialization_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-serialization_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-serialization_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-serialization_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-serialization_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-serialization_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-serialization_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-serialization_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-serialization_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-serialization_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-serialization_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-serialization_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-serialization_error-004.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-serialization_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-serialization_error-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-serialization_error-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-set_state-001.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-set_state-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-set_state-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-set_state-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-set_state-002.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-set_state-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-set_state-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-set_state-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-set_state_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-set_state_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-set_state_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-set_state_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-set_state_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-set_state_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-set_state_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-set_state_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-set_state_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-set_state_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-set_state_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-set_state_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp-set_state_error-004.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp-set_state_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp-set_state_error-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp-set_state_error-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp_error-004.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp_error-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp_error-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp_error-005.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp_error-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp_error-005.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp_error-005.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestamp_error-006.phpt b/mongodb-1.3.4/tests/bson/bson-timestamp_error-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestamp_error-006.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestamp_error-006.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-timestampinterface-001.phpt b/mongodb-1.3.4/tests/bson/bson-timestampinterface-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-timestampinterface-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-timestampinterface-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toCanonicalJSON-001.phpt b/mongodb-1.3.4/tests/bson/bson-toCanonicalJSON-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toCanonicalJSON-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-toCanonicalJSON-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toCanonicalJSON-002.phpt b/mongodb-1.3.4/tests/bson/bson-toCanonicalJSON-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toCanonicalJSON-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-toCanonicalJSON-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toCanonicalJSON_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-toCanonicalJSON_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toCanonicalJSON_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-toCanonicalJSON_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toCanonicalJSON_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-toCanonicalJSON_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toCanonicalJSON_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-toCanonicalJSON_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toCanonicalJSON_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-toCanonicalJSON_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toCanonicalJSON_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-toCanonicalJSON_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toJSON-001.phpt b/mongodb-1.3.4/tests/bson/bson-toJSON-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toJSON-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-toJSON-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toJSON-002.phpt b/mongodb-1.3.4/tests/bson/bson-toJSON-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toJSON-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-toJSON-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toJSON_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-toJSON_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toJSON_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-toJSON_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toJSON_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-toJSON_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toJSON_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-toJSON_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toJSON_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-toJSON_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toJSON_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-toJSON_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toPHP-001.phpt b/mongodb-1.3.4/tests/bson/bson-toPHP-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toPHP-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-toPHP-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toPHP-002.phpt b/mongodb-1.3.4/tests/bson/bson-toPHP-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toPHP-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-toPHP-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toPHP-003.phpt b/mongodb-1.3.4/tests/bson/bson-toPHP-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toPHP-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-toPHP-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toPHP-004.phpt b/mongodb-1.3.4/tests/bson/bson-toPHP-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toPHP-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-toPHP-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toPHP-006.phpt b/mongodb-1.3.4/tests/bson/bson-toPHP-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toPHP-006.phpt
rename to mongodb-1.3.4/tests/bson/bson-toPHP-006.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toPHP_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-toPHP_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toPHP_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-toPHP_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toPHP_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-toPHP_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toPHP_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-toPHP_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toPHP_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-toPHP_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toPHP_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-toPHP_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toPHP_error-004.phpt b/mongodb-1.3.4/tests/bson/bson-toPHP_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toPHP_error-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-toPHP_error-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toPHP_error-005.phpt b/mongodb-1.3.4/tests/bson/bson-toPHP_error-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toPHP_error-005.phpt
rename to mongodb-1.3.4/tests/bson/bson-toPHP_error-005.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toPHP_error-006.phpt b/mongodb-1.3.4/tests/bson/bson-toPHP_error-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toPHP_error-006.phpt
rename to mongodb-1.3.4/tests/bson/bson-toPHP_error-006.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toRelaxedJSON-001.phpt b/mongodb-1.3.4/tests/bson/bson-toRelaxedJSON-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toRelaxedJSON-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-toRelaxedJSON-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toRelaxedJSON-002.phpt b/mongodb-1.3.4/tests/bson/bson-toRelaxedJSON-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toRelaxedJSON-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-toRelaxedJSON-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toRelaxedJSON_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-toRelaxedJSON_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toRelaxedJSON_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-toRelaxedJSON_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toRelaxedJSON_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-toRelaxedJSON_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toRelaxedJSON_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-toRelaxedJSON_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-toRelaxedJSON_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-toRelaxedJSON_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-toRelaxedJSON_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-toRelaxedJSON_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-unknown-001.phpt b/mongodb-1.3.4/tests/bson/bson-unknown-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-unknown-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-unknown-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-001.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-002.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-003.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-004.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-005.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-005.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-005.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-006.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-006.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-006.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-007.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-007.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-007.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-compare-001.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-compare-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-compare-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-compare-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-int-size-001.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-int-size-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-int-size-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-int-size-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-int-size-002.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-int-size-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-int-size-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-int-size-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-jsonserialize-001.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-jsonserialize-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-jsonserialize-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-jsonserialize-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-jsonserialize-002.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-jsonserialize-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-jsonserialize-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-jsonserialize-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-serialization-001.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-serialization-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-serialization-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-serialization-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-serialization-002.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-serialization-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-serialization-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-serialization-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-serialization_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-serialization_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-serialization_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-serialization_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-serialization_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-serialization_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-serialization_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-serialization_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-set_state-001.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-set_state-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-set_state-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-set_state-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-set_state-002.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-set_state-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-set_state-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-set_state-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-set_state_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-set_state_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-set_state_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-set_state_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-set_state_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-set_state_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-set_state_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-set_state_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-todatetime-001.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-todatetime-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-todatetime-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-todatetime-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-todatetime-002.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-todatetime-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-todatetime-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-todatetime-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime-tostring-001.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime-tostring-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime-tostring-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime-tostring-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime_error-001.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime_error-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime_error-002.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime_error-002.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime_error-003.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime_error-003.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetime_error-004.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetime_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetime_error-004.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetime_error-004.phpt
diff --git a/mongodb-1.3.3/tests/bson/bson-utcdatetimeinterface-001.phpt b/mongodb-1.3.4/tests/bson/bson-utcdatetimeinterface-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bson-utcdatetimeinterface-001.phpt
rename to mongodb-1.3.4/tests/bson/bson-utcdatetimeinterface-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0274.phpt b/mongodb-1.3.4/tests/bson/bug0274.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0274.phpt
rename to mongodb-1.3.4/tests/bson/bug0274.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0313.phpt b/mongodb-1.3.4/tests/bson/bug0313.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0313.phpt
rename to mongodb-1.3.4/tests/bson/bug0313.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0325.phpt b/mongodb-1.3.4/tests/bson/bug0325.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0325.phpt
rename to mongodb-1.3.4/tests/bson/bug0325.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0334-001.phpt b/mongodb-1.3.4/tests/bson/bug0334-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0334-001.phpt
rename to mongodb-1.3.4/tests/bson/bug0334-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0334-002.phpt b/mongodb-1.3.4/tests/bson/bug0334-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0334-002.phpt
rename to mongodb-1.3.4/tests/bson/bug0334-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0341.phpt b/mongodb-1.3.4/tests/bson/bug0341.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0341.phpt
rename to mongodb-1.3.4/tests/bson/bug0341.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0347.phpt b/mongodb-1.3.4/tests/bson/bug0347.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0347.phpt
rename to mongodb-1.3.4/tests/bson/bug0347.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0528.phpt b/mongodb-1.3.4/tests/bson/bug0528.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0528.phpt
rename to mongodb-1.3.4/tests/bson/bug0528.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0531.phpt b/mongodb-1.3.4/tests/bson/bug0531.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0531.phpt
rename to mongodb-1.3.4/tests/bson/bug0531.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0544.phpt b/mongodb-1.3.4/tests/bson/bug0544.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0544.phpt
rename to mongodb-1.3.4/tests/bson/bug0544.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0592.phpt b/mongodb-1.3.4/tests/bson/bug0592.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0592.phpt
rename to mongodb-1.3.4/tests/bson/bug0592.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0623.phpt b/mongodb-1.3.4/tests/bson/bug0623.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0623.phpt
rename to mongodb-1.3.4/tests/bson/bug0623.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0631.phpt b/mongodb-1.3.4/tests/bson/bug0631.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0631.phpt
rename to mongodb-1.3.4/tests/bson/bug0631.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0672.phpt b/mongodb-1.3.4/tests/bson/bug0672.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0672.phpt
rename to mongodb-1.3.4/tests/bson/bug0672.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0894-001.phpt b/mongodb-1.3.4/tests/bson/bug0894-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0894-001.phpt
rename to mongodb-1.3.4/tests/bson/bug0894-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0923-001.phpt b/mongodb-1.3.4/tests/bson/bug0923-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0923-001.phpt
rename to mongodb-1.3.4/tests/bson/bug0923-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0923-002.phpt b/mongodb-1.3.4/tests/bson/bug0923-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0923-002.phpt
rename to mongodb-1.3.4/tests/bson/bug0923-002.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0939-001.phpt b/mongodb-1.3.4/tests/bson/bug0939-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0939-001.phpt
rename to mongodb-1.3.4/tests/bson/bug0939-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug0974-001.phpt b/mongodb-1.3.4/tests/bson/bug0974-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug0974-001.phpt
rename to mongodb-1.3.4/tests/bson/bug0974-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug1006-001.phpt b/mongodb-1.3.4/tests/bson/bug1006-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug1006-001.phpt
rename to mongodb-1.3.4/tests/bson/bug1006-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/bug1006-002.phpt b/mongodb-1.3.4/tests/bson/bug1006-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/bug1006-002.phpt
rename to mongodb-1.3.4/tests/bson/bug1006-002.phpt
diff --git a/mongodb-1.3.4/tests/bson/bug1053.phpt b/mongodb-1.3.4/tests/bson/bug1053.phpt
new file mode 100644
index 00000000..fe423834
--- /dev/null
+++ b/mongodb-1.3.4/tests/bson/bug1053.phpt
@@ -0,0 +1,12 @@
+--TEST--
+PHPC-1053: MongoDB\BSON\UTCDateTime's constructor has argument defined as required
+--FILE--
+<?php
+$reflection = new ReflectionMethod(MongoDB\BSON\UTCDateTime::class, '__construct');
+var_dump($reflection->getParameters()[0]->isOptional());
+?>
+===DONE===
+<?php exit(0); ?>
+--EXPECT--
+bool(true)
+===DONE===
diff --git a/mongodb-1.3.3/tests/bson/typemap-001.phpt b/mongodb-1.3.4/tests/bson/typemap-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/typemap-001.phpt
rename to mongodb-1.3.4/tests/bson/typemap-001.phpt
diff --git a/mongodb-1.3.3/tests/bson/typemap-002.phpt b/mongodb-1.3.4/tests/bson/typemap-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bson/typemap-002.phpt
rename to mongodb-1.3.4/tests/bson/typemap-002.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bug0667.phpt b/mongodb-1.3.4/tests/bulk/bug0667.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bug0667.phpt
rename to mongodb-1.3.4/tests/bulk/bug0667.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-count-001.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-count-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-count-001.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-count-001.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-countable-001.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-countable-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-countable-001.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-countable-001.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-debug-001.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-debug-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-debug-001.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-debug-001.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-delete-001.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-delete-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-delete-001.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-delete-001.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-delete_error-001.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-delete_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-delete_error-001.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-delete_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-delete_error-002.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-delete_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-delete_error-002.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-delete_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-delete_error-003.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-delete_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-delete_error-003.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-delete_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-insert-001.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-insert-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-insert-001.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-insert-001.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-insert-002.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-insert-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-insert-002.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-insert-002.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-insert-003.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-insert-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-insert-003.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-insert-003.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-insert-004.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-insert-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-insert-004.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-insert-004.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-insert_error-001.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-insert_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-insert_error-001.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-insert_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-insert_error-002.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-insert_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-insert_error-002.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-insert_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-insert_error-003.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-insert_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-insert_error-003.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-insert_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-insert_error-004.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-insert_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-insert_error-004.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-insert_error-004.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-update-001.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-update-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-update-001.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-update-001.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-update_error-001.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-update_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-update_error-001.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-update_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-update_error-002.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-update_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-update_error-002.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-update_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-update_error-003.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-update_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-update_error-003.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-update_error-003.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-update_error-004.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-update_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-update_error-004.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-update_error-004.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite-update_error-005.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite-update_error-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite-update_error-005.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite-update_error-005.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite_error-001.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite_error-001.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite_error-001.phpt
diff --git a/mongodb-1.3.3/tests/bulk/bulkwrite_error-002.phpt b/mongodb-1.3.4/tests/bulk/bulkwrite_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/bulkwrite_error-002.phpt
rename to mongodb-1.3.4/tests/bulk/bulkwrite_error-002.phpt
diff --git a/mongodb-1.3.3/tests/bulk/write-0001.phpt b/mongodb-1.3.4/tests/bulk/write-0001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/write-0001.phpt
rename to mongodb-1.3.4/tests/bulk/write-0001.phpt
diff --git a/mongodb-1.3.3/tests/bulk/write-0002.phpt b/mongodb-1.3.4/tests/bulk/write-0002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/bulk/write-0002.phpt
rename to mongodb-1.3.4/tests/bulk/write-0002.phpt
diff --git a/mongodb-1.3.3/tests/command/command-ctor-001.phpt b/mongodb-1.3.4/tests/command/command-ctor-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/command/command-ctor-001.phpt
rename to mongodb-1.3.4/tests/command/command-ctor-001.phpt
diff --git a/mongodb-1.3.3/tests/command/command_error-001.phpt b/mongodb-1.3.4/tests/command/command_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/command/command_error-001.phpt
rename to mongodb-1.3.4/tests/command/command_error-001.phpt
diff --git a/mongodb-1.3.3/tests/connect/bug0720.phpt b/mongodb-1.3.4/tests/connect/bug0720.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/bug0720.phpt
rename to mongodb-1.3.4/tests/connect/bug0720.phpt
diff --git a/mongodb-1.3.3/tests/connect/bug1045.phpt b/mongodb-1.3.4/tests/connect/bug1045.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/bug1045.phpt
rename to mongodb-1.3.4/tests/connect/bug1045.phpt
diff --git a/mongodb-1.3.3/tests/connect/replicaset-seedlist-001.phpt b/mongodb-1.3.4/tests/connect/replicaset-seedlist-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/replicaset-seedlist-001.phpt
rename to mongodb-1.3.4/tests/connect/replicaset-seedlist-001.phpt
diff --git a/mongodb-1.3.3/tests/connect/replicaset-seedlist-002.phpt b/mongodb-1.3.4/tests/connect/replicaset-seedlist-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/replicaset-seedlist-002.phpt
rename to mongodb-1.3.4/tests/connect/replicaset-seedlist-002.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-auth-0001.phpt b/mongodb-1.3.4/tests/connect/standalone-auth-0001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-auth-0001.phpt
rename to mongodb-1.3.4/tests/connect/standalone-auth-0001.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-auth-0002.phpt b/mongodb-1.3.4/tests/connect/standalone-auth-0002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-auth-0002.phpt
rename to mongodb-1.3.4/tests/connect/standalone-auth-0002.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-plain-0001.phpt b/mongodb-1.3.4/tests/connect/standalone-plain-0001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-plain-0001.phpt
rename to mongodb-1.3.4/tests/connect/standalone-plain-0001.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-plain-0002.phpt b/mongodb-1.3.4/tests/connect/standalone-plain-0002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-plain-0002.phpt
rename to mongodb-1.3.4/tests/connect/standalone-plain-0002.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-ssl-no_verify-001.phpt b/mongodb-1.3.4/tests/connect/standalone-ssl-no_verify-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-ssl-no_verify-001.phpt
rename to mongodb-1.3.4/tests/connect/standalone-ssl-no_verify-001.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-ssl-no_verify-002.phpt b/mongodb-1.3.4/tests/connect/standalone-ssl-no_verify-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-ssl-no_verify-002.phpt
rename to mongodb-1.3.4/tests/connect/standalone-ssl-no_verify-002.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-ssl-verify_cert-001.phpt b/mongodb-1.3.4/tests/connect/standalone-ssl-verify_cert-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-ssl-verify_cert-001.phpt
rename to mongodb-1.3.4/tests/connect/standalone-ssl-verify_cert-001.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-ssl-verify_cert-002.phpt b/mongodb-1.3.4/tests/connect/standalone-ssl-verify_cert-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-ssl-verify_cert-002.phpt
rename to mongodb-1.3.4/tests/connect/standalone-ssl-verify_cert-002.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-ssl-verify_cert-error-001.phpt b/mongodb-1.3.4/tests/connect/standalone-ssl-verify_cert-error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-ssl-verify_cert-error-001.phpt
rename to mongodb-1.3.4/tests/connect/standalone-ssl-verify_cert-error-001.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-ssl-verify_cert-error-002.phpt b/mongodb-1.3.4/tests/connect/standalone-ssl-verify_cert-error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-ssl-verify_cert-error-002.phpt
rename to mongodb-1.3.4/tests/connect/standalone-ssl-verify_cert-error-002.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-x509-auth-001.phpt b/mongodb-1.3.4/tests/connect/standalone-x509-auth-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-x509-auth-001.phpt
rename to mongodb-1.3.4/tests/connect/standalone-x509-auth-001.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-x509-auth-002.phpt b/mongodb-1.3.4/tests/connect/standalone-x509-auth-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-x509-auth-002.phpt
rename to mongodb-1.3.4/tests/connect/standalone-x509-auth-002.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-x509-error-0001.phpt b/mongodb-1.3.4/tests/connect/standalone-x509-error-0001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-x509-error-0001.phpt
rename to mongodb-1.3.4/tests/connect/standalone-x509-error-0001.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-x509-extract_username-001.phpt b/mongodb-1.3.4/tests/connect/standalone-x509-extract_username-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-x509-extract_username-001.phpt
rename to mongodb-1.3.4/tests/connect/standalone-x509-extract_username-001.phpt
diff --git a/mongodb-1.3.3/tests/connect/standalone-x509-extract_username-002.phpt b/mongodb-1.3.4/tests/connect/standalone-x509-extract_username-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/connect/standalone-x509-extract_username-002.phpt
rename to mongodb-1.3.4/tests/connect/standalone-x509-extract_username-002.phpt
diff --git a/mongodb-1.3.3/tests/cursor/bug0671-001.phpt b/mongodb-1.3.4/tests/cursor/bug0671-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/bug0671-001.phpt
rename to mongodb-1.3.4/tests/cursor/bug0671-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/bug0732-001.phpt b/mongodb-1.3.4/tests/cursor/bug0732-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/bug0732-001.phpt
rename to mongodb-1.3.4/tests/cursor/bug0732-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/bug0849-001.phpt b/mongodb-1.3.4/tests/cursor/bug0849-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/bug0849-001.phpt
rename to mongodb-1.3.4/tests/cursor/bug0849-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/bug0924-001.phpt b/mongodb-1.3.4/tests/cursor/bug0924-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/bug0924-001.phpt
rename to mongodb-1.3.4/tests/cursor/bug0924-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/bug0924-002.phpt b/mongodb-1.3.4/tests/cursor/bug0924-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/bug0924-002.phpt
rename to mongodb-1.3.4/tests/cursor/bug0924-002.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-IteratorIterator-001.phpt b/mongodb-1.3.4/tests/cursor/cursor-IteratorIterator-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-IteratorIterator-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-IteratorIterator-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-IteratorIterator-002.phpt b/mongodb-1.3.4/tests/cursor/cursor-IteratorIterator-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-IteratorIterator-002.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-IteratorIterator-002.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-IteratorIterator-003.phpt b/mongodb-1.3.4/tests/cursor/cursor-IteratorIterator-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-IteratorIterator-003.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-IteratorIterator-003.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-IteratorIterator-004.phpt b/mongodb-1.3.4/tests/cursor/cursor-IteratorIterator-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-IteratorIterator-004.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-IteratorIterator-004.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-NoRewindIterator-001.phpt b/mongodb-1.3.4/tests/cursor/cursor-NoRewindIterator-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-NoRewindIterator-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-NoRewindIterator-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-destruct-001.phpt b/mongodb-1.3.4/tests/cursor/cursor-destruct-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-destruct-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-destruct-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-get_iterator-001.phpt b/mongodb-1.3.4/tests/cursor/cursor-get_iterator-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-get_iterator-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-get_iterator-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-get_iterator-002.phpt b/mongodb-1.3.4/tests/cursor/cursor-get_iterator-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-get_iterator-002.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-get_iterator-002.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-get_iterator-003.phpt b/mongodb-1.3.4/tests/cursor/cursor-get_iterator-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-get_iterator-003.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-get_iterator-003.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-getmore-001.phpt b/mongodb-1.3.4/tests/cursor/cursor-getmore-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-getmore-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-getmore-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-getmore-002.phpt b/mongodb-1.3.4/tests/cursor/cursor-getmore-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-getmore-002.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-getmore-002.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-getmore-003.phpt b/mongodb-1.3.4/tests/cursor/cursor-getmore-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-getmore-003.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-getmore-003.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-getmore-004.phpt b/mongodb-1.3.4/tests/cursor/cursor-getmore-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-getmore-004.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-getmore-004.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-getmore-005.phpt b/mongodb-1.3.4/tests/cursor/cursor-getmore-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-getmore-005.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-getmore-005.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-getmore-006.phpt b/mongodb-1.3.4/tests/cursor/cursor-getmore-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-getmore-006.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-getmore-006.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-isDead-001.phpt b/mongodb-1.3.4/tests/cursor/cursor-isDead-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-isDead-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-isDead-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-isDead-002.phpt b/mongodb-1.3.4/tests/cursor/cursor-isDead-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-isDead-002.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-isDead-002.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-isDead-003.phpt b/mongodb-1.3.4/tests/cursor/cursor-isDead-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-isDead-003.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-isDead-003.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-isDead-004.phpt b/mongodb-1.3.4/tests/cursor/cursor-isDead-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-isDead-004.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-isDead-004.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-iterator_handlers-001.phpt b/mongodb-1.3.4/tests/cursor/cursor-iterator_handlers-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-iterator_handlers-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-iterator_handlers-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-rewind-001.phpt b/mongodb-1.3.4/tests/cursor/cursor-rewind-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-rewind-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-rewind-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-setTypeMap_error-001.phpt b/mongodb-1.3.4/tests/cursor/cursor-setTypeMap_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-setTypeMap_error-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-setTypeMap_error-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-setTypeMap_error-002.phpt b/mongodb-1.3.4/tests/cursor/cursor-setTypeMap_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-setTypeMap_error-002.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-setTypeMap_error-002.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-tailable-001.phpt b/mongodb-1.3.4/tests/cursor/cursor-tailable-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-tailable-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-tailable-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-tailable-002.phpt b/mongodb-1.3.4/tests/cursor/cursor-tailable-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-tailable-002.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-tailable-002.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-tailable-003.phpt b/mongodb-1.3.4/tests/cursor/cursor-tailable-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-tailable-003.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-tailable-003.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-tailable_error-001.phpt b/mongodb-1.3.4/tests/cursor/cursor-tailable_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-tailable_error-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-tailable_error-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-tailable_error-002.phpt b/mongodb-1.3.4/tests/cursor/cursor-tailable_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-tailable_error-002.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-tailable_error-002.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-toArray-001.phpt b/mongodb-1.3.4/tests/cursor/cursor-toArray-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-toArray-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-toArray-001.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor-toArray-002.phpt b/mongodb-1.3.4/tests/cursor/cursor-toArray-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor-toArray-002.phpt
rename to mongodb-1.3.4/tests/cursor/cursor-toArray-002.phpt
diff --git a/mongodb-1.3.3/tests/cursor/cursor_error-001.phpt b/mongodb-1.3.4/tests/cursor/cursor_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursor/cursor_error-001.phpt
rename to mongodb-1.3.4/tests/cursor/cursor_error-001.phpt
diff --git a/mongodb-1.3.3/tests/cursorid/cursorid-001.phpt b/mongodb-1.3.4/tests/cursorid/cursorid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursorid/cursorid-001.phpt
rename to mongodb-1.3.4/tests/cursorid/cursorid-001.phpt
diff --git a/mongodb-1.3.3/tests/cursorid/cursorid-002.phpt b/mongodb-1.3.4/tests/cursorid/cursorid-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursorid/cursorid-002.phpt
rename to mongodb-1.3.4/tests/cursorid/cursorid-002.phpt
diff --git a/mongodb-1.3.3/tests/cursorid/cursorid_error-001.phpt b/mongodb-1.3.4/tests/cursorid/cursorid_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/cursorid/cursorid_error-001.phpt
rename to mongodb-1.3.4/tests/cursorid/cursorid_error-001.phpt
diff --git a/mongodb-1.3.3/tests/functional/cursor-001.phpt b/mongodb-1.3.4/tests/functional/cursor-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/functional/cursor-001.phpt
rename to mongodb-1.3.4/tests/functional/cursor-001.phpt
diff --git a/mongodb-1.3.3/tests/functional/cursorid-001.phpt b/mongodb-1.3.4/tests/functional/cursorid-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/functional/cursorid-001.phpt
rename to mongodb-1.3.4/tests/functional/cursorid-001.phpt
diff --git a/mongodb-1.3.3/tests/functional/phpinfo-1.phpt b/mongodb-1.3.4/tests/functional/phpinfo-1.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/functional/phpinfo-1.phpt
rename to mongodb-1.3.4/tests/functional/phpinfo-1.phpt
diff --git a/mongodb-1.3.3/tests/functional/phpinfo-2.phpt b/mongodb-1.3.4/tests/functional/phpinfo-2.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/functional/phpinfo-2.phpt
rename to mongodb-1.3.4/tests/functional/phpinfo-2.phpt
diff --git a/mongodb-1.3.3/tests/functional/query-sort-001.phpt b/mongodb-1.3.4/tests/functional/query-sort-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/functional/query-sort-001.phpt
rename to mongodb-1.3.4/tests/functional/query-sort-001.phpt
diff --git a/mongodb-1.3.3/tests/functional/query-sort-002.phpt b/mongodb-1.3.4/tests/functional/query-sort-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/functional/query-sort-002.phpt
rename to mongodb-1.3.4/tests/functional/query-sort-002.phpt
diff --git a/mongodb-1.3.3/tests/functional/query-sort-003.phpt b/mongodb-1.3.4/tests/functional/query-sort-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/functional/query-sort-003.phpt
rename to mongodb-1.3.4/tests/functional/query-sort-003.phpt
diff --git a/mongodb-1.3.3/tests/functional/query-sort-004.phpt b/mongodb-1.3.4/tests/functional/query-sort-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/functional/query-sort-004.phpt
rename to mongodb-1.3.4/tests/functional/query-sort-004.phpt
diff --git a/mongodb-1.3.3/tests/manager/bug0572.phpt b/mongodb-1.3.4/tests/manager/bug0572.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/bug0572.phpt
rename to mongodb-1.3.4/tests/manager/bug0572.phpt
diff --git a/mongodb-1.3.3/tests/manager/bug0851-001.phpt b/mongodb-1.3.4/tests/manager/bug0851-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/bug0851-001.phpt
rename to mongodb-1.3.4/tests/manager/bug0851-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/bug0851-002.phpt b/mongodb-1.3.4/tests/manager/bug0851-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/bug0851-002.phpt
rename to mongodb-1.3.4/tests/manager/bug0851-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/bug0912-001.phpt b/mongodb-1.3.4/tests/manager/bug0912-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/bug0912-001.phpt
rename to mongodb-1.3.4/tests/manager/bug0912-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/bug0913-001.phpt b/mongodb-1.3.4/tests/manager/bug0913-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/bug0913-001.phpt
rename to mongodb-1.3.4/tests/manager/bug0913-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/bug0940-001.phpt b/mongodb-1.3.4/tests/manager/bug0940-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/bug0940-001.phpt
rename to mongodb-1.3.4/tests/manager/bug0940-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/bug0940-002.phpt b/mongodb-1.3.4/tests/manager/bug0940-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/bug0940-002.phpt
rename to mongodb-1.3.4/tests/manager/bug0940-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-001.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-002.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-003.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-003.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-003.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-004.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-004.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-004.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-appname-001.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-appname-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-appname-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-appname-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-appname_error-001.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-appname_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-appname_error-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-appname_error-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-auth_mechanism-001.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-auth_mechanism-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-auth_mechanism-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-auth_mechanism-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-auth_mechanism-002.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-auth_mechanism-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-auth_mechanism-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-auth_mechanism-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-read_concern-001.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-read_concern-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-read_concern-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-read_concern-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-read_concern-error-001.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-read_concern-error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-read_concern-error-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-read_concern-error-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-read_preference-001.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-read_preference-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-read_preference-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-read_preference-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-read_preference-002.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-read_preference-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-read_preference-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-read_preference-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-read_preference-004.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-read_preference-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-read_preference-004.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-read_preference-004.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-read_preference-error-001.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-read_preference-error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-read_preference-error-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-read_preference-error-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-read_preference-error-002.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-read_preference-error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-read_preference-error-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-read_preference-error-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-read_preference-error-003.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-read_preference-error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-read_preference-error-003.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-read_preference-error-003.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-read_preference-error-004.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-read_preference-error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-read_preference-error-004.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-read_preference-error-004.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-ssl-001.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-ssl-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-ssl-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-ssl-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-write_concern-001.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-write_concern-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-write_concern-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-write_concern-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-write_concern-002.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-write_concern-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-write_concern-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-write_concern-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-write_concern-003.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-write_concern-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-write_concern-003.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-write_concern-003.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-write_concern-004.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-write_concern-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-write_concern-004.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-write_concern-004.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-write_concern-error-001.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-write_concern-error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-write_concern-error-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-write_concern-error-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-write_concern-error-002.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-write_concern-error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-write_concern-error-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-write_concern-error-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-write_concern-error-003.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-write_concern-error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-write_concern-error-003.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-write_concern-error-003.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-write_concern-error-004.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-write_concern-error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-write_concern-error-004.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-write_concern-error-004.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-write_concern-error-005.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-write_concern-error-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-write_concern-error-005.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-write_concern-error-005.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor-write_concern-error-006.phpt b/mongodb-1.3.4/tests/manager/manager-ctor-write_concern-error-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor-write_concern-error-006.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor-write_concern-error-006.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor_error-001.phpt b/mongodb-1.3.4/tests/manager/manager-ctor_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor_error-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor_error-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor_error-002.phpt b/mongodb-1.3.4/tests/manager/manager-ctor_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor_error-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor_error-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-ctor_error-003.phpt b/mongodb-1.3.4/tests/manager/manager-ctor_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-ctor_error-003.phpt
rename to mongodb-1.3.4/tests/manager/manager-ctor_error-003.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-debug-001.phpt b/mongodb-1.3.4/tests/manager/manager-debug-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-debug-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-debug-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-debug-002.phpt b/mongodb-1.3.4/tests/manager/manager-debug-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-debug-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-debug-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-destruct-001.phpt b/mongodb-1.3.4/tests/manager/manager-destruct-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-destruct-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-destruct-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite-001.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite-002.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite-003.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite-003.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite-003.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite-004.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite-004.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite-004.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite-005.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite-005.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite-005.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite-006.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite-006.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite-006.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite-007.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite-007.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite-007.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite-008.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite-008.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite-008.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite-009.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite-009.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite-009.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite-009.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite-010.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite-010.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite-010.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite-010.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite-011.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite-011.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite-011.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite-011.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-001.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-002.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-003.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-003.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-003.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-004.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-004.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-004.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-006.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-006.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-006.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-007.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-007.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-007.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-008.phpt b/mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeBulkWrite_error-008.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeBulkWrite_error-008.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeCommand-001.phpt b/mongodb-1.3.4/tests/manager/manager-executeCommand-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeCommand-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeCommand-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeCommand_error-001.phpt b/mongodb-1.3.4/tests/manager/manager-executeCommand_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeCommand_error-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeCommand_error-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeQuery-001.phpt b/mongodb-1.3.4/tests/manager/manager-executeQuery-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeQuery-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeQuery-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeQuery-002.phpt b/mongodb-1.3.4/tests/manager/manager-executeQuery-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeQuery-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeQuery-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeQuery-005.phpt b/mongodb-1.3.4/tests/manager/manager-executeQuery-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeQuery-005.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeQuery-005.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-executeQuery_error-001.phpt b/mongodb-1.3.4/tests/manager/manager-executeQuery_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-executeQuery_error-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-executeQuery_error-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-getreadconcern-001.phpt b/mongodb-1.3.4/tests/manager/manager-getreadconcern-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-getreadconcern-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-getreadconcern-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-getreadpreference-001.phpt b/mongodb-1.3.4/tests/manager/manager-getreadpreference-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-getreadpreference-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-getreadpreference-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-getservers-001.phpt b/mongodb-1.3.4/tests/manager/manager-getservers-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-getservers-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-getservers-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-getservers-002.phpt b/mongodb-1.3.4/tests/manager/manager-getservers-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-getservers-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-getservers-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-getwriteconcern-001.phpt b/mongodb-1.3.4/tests/manager/manager-getwriteconcern-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-getwriteconcern-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-getwriteconcern-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-invalidnamespace.phpt b/mongodb-1.3.4/tests/manager/manager-invalidnamespace.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-invalidnamespace.phpt
rename to mongodb-1.3.4/tests/manager/manager-invalidnamespace.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-selectserver-001.phpt b/mongodb-1.3.4/tests/manager/manager-selectserver-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-selectserver-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-selectserver-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-selectserver_error-001.phpt b/mongodb-1.3.4/tests/manager/manager-selectserver_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-selectserver_error-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-selectserver_error-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-set-uri-options-001.phpt b/mongodb-1.3.4/tests/manager/manager-set-uri-options-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-set-uri-options-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-set-uri-options-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-set-uri-options-002.phpt b/mongodb-1.3.4/tests/manager/manager-set-uri-options-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-set-uri-options-002.phpt
rename to mongodb-1.3.4/tests/manager/manager-set-uri-options-002.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-var-dump-001.phpt b/mongodb-1.3.4/tests/manager/manager-var-dump-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-var-dump-001.phpt
rename to mongodb-1.3.4/tests/manager/manager-var-dump-001.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager-wakeup.phpt b/mongodb-1.3.4/tests/manager/manager-wakeup.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager-wakeup.phpt
rename to mongodb-1.3.4/tests/manager/manager-wakeup.phpt
diff --git a/mongodb-1.3.3/tests/manager/manager_error-001.phpt b/mongodb-1.3.4/tests/manager/manager_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/manager/manager_error-001.phpt
rename to mongodb-1.3.4/tests/manager/manager_error-001.phpt
diff --git a/mongodb-1.3.3/tests/query/bug0430-001.phpt b/mongodb-1.3.4/tests/query/bug0430-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/bug0430-001.phpt
rename to mongodb-1.3.4/tests/query/bug0430-001.phpt
diff --git a/mongodb-1.3.3/tests/query/bug0430-002.phpt b/mongodb-1.3.4/tests/query/bug0430-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/bug0430-002.phpt
rename to mongodb-1.3.4/tests/query/bug0430-002.phpt
diff --git a/mongodb-1.3.3/tests/query/bug0430-003.phpt b/mongodb-1.3.4/tests/query/bug0430-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/bug0430-003.phpt
rename to mongodb-1.3.4/tests/query/bug0430-003.phpt
diff --git a/mongodb-1.3.3/tests/query/bug0705-001.phpt b/mongodb-1.3.4/tests/query/bug0705-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/bug0705-001.phpt
rename to mongodb-1.3.4/tests/query/bug0705-001.phpt
diff --git a/mongodb-1.3.3/tests/query/bug0705-002.phpt b/mongodb-1.3.4/tests/query/bug0705-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/bug0705-002.phpt
rename to mongodb-1.3.4/tests/query/bug0705-002.phpt
diff --git a/mongodb-1.3.3/tests/query/query-ctor-001.phpt b/mongodb-1.3.4/tests/query/query-ctor-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-ctor-001.phpt
rename to mongodb-1.3.4/tests/query/query-ctor-001.phpt
diff --git a/mongodb-1.3.3/tests/query/query-ctor-002.phpt b/mongodb-1.3.4/tests/query/query-ctor-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-ctor-002.phpt
rename to mongodb-1.3.4/tests/query/query-ctor-002.phpt
diff --git a/mongodb-1.3.3/tests/query/query-ctor-003.phpt b/mongodb-1.3.4/tests/query/query-ctor-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-ctor-003.phpt
rename to mongodb-1.3.4/tests/query/query-ctor-003.phpt
diff --git a/mongodb-1.3.3/tests/query/query-ctor-004.phpt b/mongodb-1.3.4/tests/query/query-ctor-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-ctor-004.phpt
rename to mongodb-1.3.4/tests/query/query-ctor-004.phpt
diff --git a/mongodb-1.3.3/tests/query/query-ctor-005.phpt b/mongodb-1.3.4/tests/query/query-ctor-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-ctor-005.phpt
rename to mongodb-1.3.4/tests/query/query-ctor-005.phpt
diff --git a/mongodb-1.3.3/tests/query/query-ctor-006.phpt b/mongodb-1.3.4/tests/query/query-ctor-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-ctor-006.phpt
rename to mongodb-1.3.4/tests/query/query-ctor-006.phpt
diff --git a/mongodb-1.3.3/tests/query/query-ctor_error-001.phpt b/mongodb-1.3.4/tests/query/query-ctor_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-ctor_error-001.phpt
rename to mongodb-1.3.4/tests/query/query-ctor_error-001.phpt
diff --git a/mongodb-1.3.3/tests/query/query-ctor_error-002.phpt b/mongodb-1.3.4/tests/query/query-ctor_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-ctor_error-002.phpt
rename to mongodb-1.3.4/tests/query/query-ctor_error-002.phpt
diff --git a/mongodb-1.3.3/tests/query/query-ctor_error-003.phpt b/mongodb-1.3.4/tests/query/query-ctor_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-ctor_error-003.phpt
rename to mongodb-1.3.4/tests/query/query-ctor_error-003.phpt
diff --git a/mongodb-1.3.3/tests/query/query-ctor_error-004.phpt b/mongodb-1.3.4/tests/query/query-ctor_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-ctor_error-004.phpt
rename to mongodb-1.3.4/tests/query/query-ctor_error-004.phpt
diff --git a/mongodb-1.3.3/tests/query/query-ctor_error-005.phpt b/mongodb-1.3.4/tests/query/query-ctor_error-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-ctor_error-005.phpt
rename to mongodb-1.3.4/tests/query/query-ctor_error-005.phpt
diff --git a/mongodb-1.3.3/tests/query/query-ctor_error-006.phpt b/mongodb-1.3.4/tests/query/query-ctor_error-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-ctor_error-006.phpt
rename to mongodb-1.3.4/tests/query/query-ctor_error-006.phpt
diff --git a/mongodb-1.3.3/tests/query/query-debug-001.phpt b/mongodb-1.3.4/tests/query/query-debug-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query-debug-001.phpt
rename to mongodb-1.3.4/tests/query/query-debug-001.phpt
diff --git a/mongodb-1.3.3/tests/query/query_error-001.phpt b/mongodb-1.3.4/tests/query/query_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/query/query_error-001.phpt
rename to mongodb-1.3.4/tests/query/query_error-001.phpt
diff --git a/mongodb-1.3.3/tests/readConcern/readconcern-bsonserialize-001.phpt b/mongodb-1.3.4/tests/readConcern/readconcern-bsonserialize-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readConcern/readconcern-bsonserialize-001.phpt
rename to mongodb-1.3.4/tests/readConcern/readconcern-bsonserialize-001.phpt
diff --git a/mongodb-1.3.3/tests/readConcern/readconcern-bsonserialize-002.phpt b/mongodb-1.3.4/tests/readConcern/readconcern-bsonserialize-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readConcern/readconcern-bsonserialize-002.phpt
rename to mongodb-1.3.4/tests/readConcern/readconcern-bsonserialize-002.phpt
diff --git a/mongodb-1.3.3/tests/readConcern/readconcern-constants.phpt b/mongodb-1.3.4/tests/readConcern/readconcern-constants.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readConcern/readconcern-constants.phpt
rename to mongodb-1.3.4/tests/readConcern/readconcern-constants.phpt
diff --git a/mongodb-1.3.3/tests/readConcern/readconcern-ctor-001.phpt b/mongodb-1.3.4/tests/readConcern/readconcern-ctor-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readConcern/readconcern-ctor-001.phpt
rename to mongodb-1.3.4/tests/readConcern/readconcern-ctor-001.phpt
diff --git a/mongodb-1.3.3/tests/readConcern/readconcern-ctor_error-001.phpt b/mongodb-1.3.4/tests/readConcern/readconcern-ctor_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readConcern/readconcern-ctor_error-001.phpt
rename to mongodb-1.3.4/tests/readConcern/readconcern-ctor_error-001.phpt
diff --git a/mongodb-1.3.3/tests/readConcern/readconcern-ctor_error-002.phpt b/mongodb-1.3.4/tests/readConcern/readconcern-ctor_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readConcern/readconcern-ctor_error-002.phpt
rename to mongodb-1.3.4/tests/readConcern/readconcern-ctor_error-002.phpt
diff --git a/mongodb-1.3.3/tests/readConcern/readconcern-debug-001.phpt b/mongodb-1.3.4/tests/readConcern/readconcern-debug-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readConcern/readconcern-debug-001.phpt
rename to mongodb-1.3.4/tests/readConcern/readconcern-debug-001.phpt
diff --git a/mongodb-1.3.3/tests/readConcern/readconcern-getlevel-001.phpt b/mongodb-1.3.4/tests/readConcern/readconcern-getlevel-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readConcern/readconcern-getlevel-001.phpt
rename to mongodb-1.3.4/tests/readConcern/readconcern-getlevel-001.phpt
diff --git a/mongodb-1.3.3/tests/readConcern/readconcern-isdefault-001.phpt b/mongodb-1.3.4/tests/readConcern/readconcern-isdefault-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readConcern/readconcern-isdefault-001.phpt
rename to mongodb-1.3.4/tests/readConcern/readconcern-isdefault-001.phpt
diff --git a/mongodb-1.3.3/tests/readConcern/readconcern_error-001.phpt b/mongodb-1.3.4/tests/readConcern/readconcern_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readConcern/readconcern_error-001.phpt
rename to mongodb-1.3.4/tests/readConcern/readconcern_error-001.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/bug0146-001.phpt b/mongodb-1.3.4/tests/readPreference/bug0146-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/bug0146-001.phpt
rename to mongodb-1.3.4/tests/readPreference/bug0146-001.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/bug0146-002.phpt b/mongodb-1.3.4/tests/readPreference/bug0146-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/bug0146-002.phpt
rename to mongodb-1.3.4/tests/readPreference/bug0146-002.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/bug0851-001.phpt b/mongodb-1.3.4/tests/readPreference/bug0851-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/bug0851-001.phpt
rename to mongodb-1.3.4/tests/readPreference/bug0851-001.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-bsonserialize-001.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-bsonserialize-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-bsonserialize-001.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-bsonserialize-001.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-bsonserialize-002.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-bsonserialize-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-bsonserialize-002.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-bsonserialize-002.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-ctor-001.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-ctor-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-ctor-001.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-ctor-001.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-ctor-002.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-ctor-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-ctor-002.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-ctor-002.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-ctor_error-001.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-ctor_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-ctor_error-001.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-ctor_error-001.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-ctor_error-002.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-ctor_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-ctor_error-002.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-ctor_error-002.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-ctor_error-003.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-ctor_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-ctor_error-003.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-ctor_error-003.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-ctor_error-004.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-ctor_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-ctor_error-004.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-ctor_error-004.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-ctor_error-005.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-ctor_error-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-ctor_error-005.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-ctor_error-005.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-ctor_error-006.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-ctor_error-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-ctor_error-006.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-ctor_error-006.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-debug-001.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-debug-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-debug-001.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-debug-001.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-getMaxStalenessMS-001.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-getMaxStalenessMS-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-getMaxStalenessMS-001.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-getMaxStalenessMS-001.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-getMaxStalenessMS-002.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-getMaxStalenessMS-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-getMaxStalenessMS-002.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-getMaxStalenessMS-002.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-getMode-001.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-getMode-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-getMode-001.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-getMode-001.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-getTagSets-001.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-getTagSets-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-getTagSets-001.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-getTagSets-001.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference-getTagSets-002.phpt b/mongodb-1.3.4/tests/readPreference/readpreference-getTagSets-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference-getTagSets-002.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference-getTagSets-002.phpt
diff --git a/mongodb-1.3.3/tests/readPreference/readpreference_error-001.phpt b/mongodb-1.3.4/tests/readPreference/readpreference_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/readPreference/readpreference_error-001.phpt
rename to mongodb-1.3.4/tests/readPreference/readpreference_error-001.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/bug0155.phpt b/mongodb-1.3.4/tests/replicaset/bug0155.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/bug0155.phpt
rename to mongodb-1.3.4/tests/replicaset/bug0155.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/bug0898-001.phpt b/mongodb-1.3.4/tests/replicaset/bug0898-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/bug0898-001.phpt
rename to mongodb-1.3.4/tests/replicaset/bug0898-001.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/bug0898-002.phpt b/mongodb-1.3.4/tests/replicaset/bug0898-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/bug0898-002.phpt
rename to mongodb-1.3.4/tests/replicaset/bug0898-002.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/manager-getservers-001.phpt b/mongodb-1.3.4/tests/replicaset/manager-getservers-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/manager-getservers-001.phpt
rename to mongodb-1.3.4/tests/replicaset/manager-getservers-001.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/manager-selectserver-001.phpt b/mongodb-1.3.4/tests/replicaset/manager-selectserver-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/manager-selectserver-001.phpt
rename to mongodb-1.3.4/tests/replicaset/manager-selectserver-001.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/readconcern-001.phpt b/mongodb-1.3.4/tests/replicaset/readconcern-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/readconcern-001.phpt
rename to mongodb-1.3.4/tests/replicaset/readconcern-001.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/readconcern-002.phpt b/mongodb-1.3.4/tests/replicaset/readconcern-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/readconcern-002.phpt
rename to mongodb-1.3.4/tests/replicaset/readconcern-002.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/server-001.phpt b/mongodb-1.3.4/tests/replicaset/server-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/server-001.phpt
rename to mongodb-1.3.4/tests/replicaset/server-001.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/server-002.phpt b/mongodb-1.3.4/tests/replicaset/server-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/server-002.phpt
rename to mongodb-1.3.4/tests/replicaset/server-002.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/writeconcernerror-001.phpt b/mongodb-1.3.4/tests/replicaset/writeconcernerror-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/writeconcernerror-001.phpt
rename to mongodb-1.3.4/tests/replicaset/writeconcernerror-001.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/writeconcernerror-002.phpt b/mongodb-1.3.4/tests/replicaset/writeconcernerror-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/writeconcernerror-002.phpt
rename to mongodb-1.3.4/tests/replicaset/writeconcernerror-002.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/writeresult-getserver-001.phpt b/mongodb-1.3.4/tests/replicaset/writeresult-getserver-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/writeresult-getserver-001.phpt
rename to mongodb-1.3.4/tests/replicaset/writeresult-getserver-001.phpt
diff --git a/mongodb-1.3.3/tests/replicaset/writeresult-getserver-002.phpt b/mongodb-1.3.4/tests/replicaset/writeresult-getserver-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/replicaset/writeresult-getserver-002.phpt
rename to mongodb-1.3.4/tests/replicaset/writeresult-getserver-002.phpt
diff --git a/mongodb-1.3.3/tests/server/bug0671-002.phpt b/mongodb-1.3.4/tests/server/bug0671-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/bug0671-002.phpt
rename to mongodb-1.3.4/tests/server/bug0671-002.phpt
diff --git a/mongodb-1.3.3/tests/server/server-constants.phpt b/mongodb-1.3.4/tests/server/server-constants.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-constants.phpt
rename to mongodb-1.3.4/tests/server/server-constants.phpt
diff --git a/mongodb-1.3.3/tests/server/server-construct-001.phpt b/mongodb-1.3.4/tests/server/server-construct-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-construct-001.phpt
rename to mongodb-1.3.4/tests/server/server-construct-001.phpt
diff --git a/mongodb-1.3.3/tests/server/server-debug.phpt b/mongodb-1.3.4/tests/server/server-debug.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-debug.phpt
rename to mongodb-1.3.4/tests/server/server-debug.phpt
diff --git a/mongodb-1.3.3/tests/server/server-errors.phpt b/mongodb-1.3.4/tests/server/server-errors.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-errors.phpt
rename to mongodb-1.3.4/tests/server/server-errors.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeBulkWrite-001.phpt b/mongodb-1.3.4/tests/server/server-executeBulkWrite-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeBulkWrite-001.phpt
rename to mongodb-1.3.4/tests/server/server-executeBulkWrite-001.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeBulkWrite-002.phpt b/mongodb-1.3.4/tests/server/server-executeBulkWrite-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeBulkWrite-002.phpt
rename to mongodb-1.3.4/tests/server/server-executeBulkWrite-002.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeBulkWrite-003.phpt b/mongodb-1.3.4/tests/server/server-executeBulkWrite-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeBulkWrite-003.phpt
rename to mongodb-1.3.4/tests/server/server-executeBulkWrite-003.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeBulkWrite-004.phpt b/mongodb-1.3.4/tests/server/server-executeBulkWrite-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeBulkWrite-004.phpt
rename to mongodb-1.3.4/tests/server/server-executeBulkWrite-004.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeBulkWrite-005.phpt b/mongodb-1.3.4/tests/server/server-executeBulkWrite-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeBulkWrite-005.phpt
rename to mongodb-1.3.4/tests/server/server-executeBulkWrite-005.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeBulkWrite_error-001.phpt b/mongodb-1.3.4/tests/server/server-executeBulkWrite_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeBulkWrite_error-001.phpt
rename to mongodb-1.3.4/tests/server/server-executeBulkWrite_error-001.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeCommand-001.phpt b/mongodb-1.3.4/tests/server/server-executeCommand-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeCommand-001.phpt
rename to mongodb-1.3.4/tests/server/server-executeCommand-001.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeCommand-002.phpt b/mongodb-1.3.4/tests/server/server-executeCommand-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeCommand-002.phpt
rename to mongodb-1.3.4/tests/server/server-executeCommand-002.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeCommand-003.phpt b/mongodb-1.3.4/tests/server/server-executeCommand-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeCommand-003.phpt
rename to mongodb-1.3.4/tests/server/server-executeCommand-003.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeQuery-001.phpt b/mongodb-1.3.4/tests/server/server-executeQuery-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeQuery-001.phpt
rename to mongodb-1.3.4/tests/server/server-executeQuery-001.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeQuery-002.phpt b/mongodb-1.3.4/tests/server/server-executeQuery-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeQuery-002.phpt
rename to mongodb-1.3.4/tests/server/server-executeQuery-002.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeQuery-003.phpt b/mongodb-1.3.4/tests/server/server-executeQuery-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeQuery-003.phpt
rename to mongodb-1.3.4/tests/server/server-executeQuery-003.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeQuery-004.phpt b/mongodb-1.3.4/tests/server/server-executeQuery-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeQuery-004.phpt
rename to mongodb-1.3.4/tests/server/server-executeQuery-004.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeQuery-005.phpt b/mongodb-1.3.4/tests/server/server-executeQuery-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeQuery-005.phpt
rename to mongodb-1.3.4/tests/server/server-executeQuery-005.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeQuery-006.phpt b/mongodb-1.3.4/tests/server/server-executeQuery-006.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeQuery-006.phpt
rename to mongodb-1.3.4/tests/server/server-executeQuery-006.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeQuery-007.phpt b/mongodb-1.3.4/tests/server/server-executeQuery-007.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeQuery-007.phpt
rename to mongodb-1.3.4/tests/server/server-executeQuery-007.phpt
diff --git a/mongodb-1.3.3/tests/server/server-executeQuery-008.phpt b/mongodb-1.3.4/tests/server/server-executeQuery-008.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-executeQuery-008.phpt
rename to mongodb-1.3.4/tests/server/server-executeQuery-008.phpt
diff --git a/mongodb-1.3.3/tests/server/server-getInfo-001.phpt b/mongodb-1.3.4/tests/server/server-getInfo-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-getInfo-001.phpt
rename to mongodb-1.3.4/tests/server/server-getInfo-001.phpt
diff --git a/mongodb-1.3.3/tests/server/server-getTags-001.phpt b/mongodb-1.3.4/tests/server/server-getTags-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-getTags-001.phpt
rename to mongodb-1.3.4/tests/server/server-getTags-001.phpt
diff --git a/mongodb-1.3.3/tests/server/server-getTags-002.phpt b/mongodb-1.3.4/tests/server/server-getTags-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server-getTags-002.phpt
rename to mongodb-1.3.4/tests/server/server-getTags-002.phpt
diff --git a/mongodb-1.3.3/tests/server/server_error-001.phpt b/mongodb-1.3.4/tests/server/server_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/server/server_error-001.phpt
rename to mongodb-1.3.4/tests/server/server_error-001.phpt
diff --git a/mongodb-1.3.3/tests/standalone/bug0166.phpt b/mongodb-1.3.4/tests/standalone/bug0166.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/bug0166.phpt
rename to mongodb-1.3.4/tests/standalone/bug0166.phpt
diff --git a/mongodb-1.3.3/tests/standalone/bug0231.phpt b/mongodb-1.3.4/tests/standalone/bug0231.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/bug0231.phpt
rename to mongodb-1.3.4/tests/standalone/bug0231.phpt
diff --git a/mongodb-1.3.3/tests/standalone/bug0357.phpt b/mongodb-1.3.4/tests/standalone/bug0357.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/bug0357.phpt
rename to mongodb-1.3.4/tests/standalone/bug0357.phpt
diff --git a/mongodb-1.3.3/tests/standalone/bug0545.phpt b/mongodb-1.3.4/tests/standalone/bug0545.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/bug0545.phpt
rename to mongodb-1.3.4/tests/standalone/bug0545.phpt
diff --git a/mongodb-1.3.3/tests/standalone/bug0655.phpt b/mongodb-1.3.4/tests/standalone/bug0655.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/bug0655.phpt
rename to mongodb-1.3.4/tests/standalone/bug0655.phpt
diff --git a/mongodb-1.3.3/tests/standalone/command-aggregate-001.phpt b/mongodb-1.3.4/tests/standalone/command-aggregate-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/command-aggregate-001.phpt
rename to mongodb-1.3.4/tests/standalone/command-aggregate-001.phpt
diff --git a/mongodb-1.3.3/tests/standalone/connectiontimeoutexception-001.phpt b/mongodb-1.3.4/tests/standalone/connectiontimeoutexception-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/connectiontimeoutexception-001.phpt
rename to mongodb-1.3.4/tests/standalone/connectiontimeoutexception-001.phpt
diff --git a/mongodb-1.3.3/tests/standalone/executiontimeoutexception-001.phpt b/mongodb-1.3.4/tests/standalone/executiontimeoutexception-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/executiontimeoutexception-001.phpt
rename to mongodb-1.3.4/tests/standalone/executiontimeoutexception-001.phpt
diff --git a/mongodb-1.3.3/tests/standalone/executiontimeoutexception-002.phpt b/mongodb-1.3.4/tests/standalone/executiontimeoutexception-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/executiontimeoutexception-002.phpt
rename to mongodb-1.3.4/tests/standalone/executiontimeoutexception-002.phpt
diff --git a/mongodb-1.3.3/tests/standalone/manager-as-singleton.phpt b/mongodb-1.3.4/tests/standalone/manager-as-singleton.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/manager-as-singleton.phpt
rename to mongodb-1.3.4/tests/standalone/manager-as-singleton.phpt
diff --git a/mongodb-1.3.3/tests/standalone/query-errors.phpt b/mongodb-1.3.4/tests/standalone/query-errors.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/query-errors.phpt
rename to mongodb-1.3.4/tests/standalone/query-errors.phpt
diff --git a/mongodb-1.3.3/tests/standalone/update-multi-001.phpt b/mongodb-1.3.4/tests/standalone/update-multi-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/update-multi-001.phpt
rename to mongodb-1.3.4/tests/standalone/update-multi-001.phpt
diff --git a/mongodb-1.3.3/tests/standalone/write-error-001.phpt b/mongodb-1.3.4/tests/standalone/write-error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/write-error-001.phpt
rename to mongodb-1.3.4/tests/standalone/write-error-001.phpt
diff --git a/mongodb-1.3.3/tests/standalone/writeresult-isacknowledged-001.phpt b/mongodb-1.3.4/tests/standalone/writeresult-isacknowledged-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/writeresult-isacknowledged-001.phpt
rename to mongodb-1.3.4/tests/standalone/writeresult-isacknowledged-001.phpt
diff --git a/mongodb-1.3.3/tests/standalone/writeresult-isacknowledged-002.phpt b/mongodb-1.3.4/tests/standalone/writeresult-isacknowledged-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/writeresult-isacknowledged-002.phpt
rename to mongodb-1.3.4/tests/standalone/writeresult-isacknowledged-002.phpt
diff --git a/mongodb-1.3.3/tests/standalone/writeresult-isacknowledged-003.phpt b/mongodb-1.3.4/tests/standalone/writeresult-isacknowledged-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/standalone/writeresult-isacknowledged-003.phpt
rename to mongodb-1.3.4/tests/standalone/writeresult-isacknowledged-003.phpt
diff --git a/mongodb-1.3.3/tests/utils/PHONGO-FIXTURES.json.gz b/mongodb-1.3.4/tests/utils/PHONGO-FIXTURES.json.gz
similarity index 100%
rename from mongodb-1.3.3/tests/utils/PHONGO-FIXTURES.json.gz
rename to mongodb-1.3.4/tests/utils/PHONGO-FIXTURES.json.gz
diff --git a/mongodb-1.3.3/tests/utils/basic-skipif.inc b/mongodb-1.3.4/tests/utils/basic-skipif.inc
similarity index 100%
rename from mongodb-1.3.3/tests/utils/basic-skipif.inc
rename to mongodb-1.3.4/tests/utils/basic-skipif.inc
diff --git a/mongodb-1.3.3/tests/utils/basic.inc b/mongodb-1.3.4/tests/utils/basic.inc
similarity index 100%
rename from mongodb-1.3.3/tests/utils/basic.inc
rename to mongodb-1.3.4/tests/utils/basic.inc
diff --git a/mongodb-1.3.3/tests/utils/classes.inc b/mongodb-1.3.4/tests/utils/classes.inc
similarity index 100%
rename from mongodb-1.3.3/tests/utils/classes.inc
rename to mongodb-1.3.4/tests/utils/classes.inc
diff --git a/mongodb-1.3.3/tests/utils/tools.php b/mongodb-1.3.4/tests/utils/tools.php
similarity index 100%
rename from mongodb-1.3.3/tests/utils/tools.php
rename to mongodb-1.3.4/tests/utils/tools.php
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-bsonserialize-001.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-bsonserialize-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-bsonserialize-001.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-bsonserialize-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-bsonserialize-002.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-bsonserialize-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-bsonserialize-002.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-bsonserialize-002.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-constants.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-constants.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-constants.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-constants.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-ctor-001.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-ctor-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-ctor-001.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-ctor-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-ctor_error-001.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-ctor_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-ctor_error-001.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-ctor_error-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-ctor_error-002.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-ctor_error-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-ctor_error-002.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-ctor_error-002.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-ctor_error-003.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-ctor_error-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-ctor_error-003.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-ctor_error-003.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-ctor_error-004.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-ctor_error-004.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-ctor_error-004.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-ctor_error-004.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-ctor_error-005.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-ctor_error-005.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-ctor_error-005.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-ctor_error-005.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-debug-001.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-debug-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-debug-001.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-debug-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-debug-002.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-debug-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-debug-002.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-debug-002.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-debug-003.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-debug-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-debug-003.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-debug-003.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-getjournal-001.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-getjournal-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-getjournal-001.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-getjournal-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-getw-001.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-getw-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-getw-001.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-getw-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-getwtimeout-001.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-getwtimeout-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-getwtimeout-001.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-getwtimeout-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern-isdefault-001.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern-isdefault-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern-isdefault-001.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern-isdefault-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcern/writeconcern_error-001.phpt b/mongodb-1.3.4/tests/writeConcern/writeconcern_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcern/writeconcern_error-001.phpt
rename to mongodb-1.3.4/tests/writeConcern/writeconcern_error-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcernError/writeconcernerror-debug-001.phpt b/mongodb-1.3.4/tests/writeConcernError/writeconcernerror-debug-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcernError/writeconcernerror-debug-001.phpt
rename to mongodb-1.3.4/tests/writeConcernError/writeconcernerror-debug-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcernError/writeconcernerror-debug-002.phpt b/mongodb-1.3.4/tests/writeConcernError/writeconcernerror-debug-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcernError/writeconcernerror-debug-002.phpt
rename to mongodb-1.3.4/tests/writeConcernError/writeconcernerror-debug-002.phpt
diff --git a/mongodb-1.3.3/tests/writeConcernError/writeconcernerror-getcode-001.phpt b/mongodb-1.3.4/tests/writeConcernError/writeconcernerror-getcode-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcernError/writeconcernerror-getcode-001.phpt
rename to mongodb-1.3.4/tests/writeConcernError/writeconcernerror-getcode-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcernError/writeconcernerror-getinfo-001.phpt b/mongodb-1.3.4/tests/writeConcernError/writeconcernerror-getinfo-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcernError/writeconcernerror-getinfo-001.phpt
rename to mongodb-1.3.4/tests/writeConcernError/writeconcernerror-getinfo-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcernError/writeconcernerror-getinfo-002.phpt b/mongodb-1.3.4/tests/writeConcernError/writeconcernerror-getinfo-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcernError/writeconcernerror-getinfo-002.phpt
rename to mongodb-1.3.4/tests/writeConcernError/writeconcernerror-getinfo-002.phpt
diff --git a/mongodb-1.3.3/tests/writeConcernError/writeconcernerror-getmessage-001.phpt b/mongodb-1.3.4/tests/writeConcernError/writeconcernerror-getmessage-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcernError/writeconcernerror-getmessage-001.phpt
rename to mongodb-1.3.4/tests/writeConcernError/writeconcernerror-getmessage-001.phpt
diff --git a/mongodb-1.3.3/tests/writeConcernError/writeconcernerror_error-001.phpt b/mongodb-1.3.4/tests/writeConcernError/writeconcernerror_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeConcernError/writeconcernerror_error-001.phpt
rename to mongodb-1.3.4/tests/writeConcernError/writeconcernerror_error-001.phpt
diff --git a/mongodb-1.3.3/tests/writeError/writeerror-debug-001.phpt b/mongodb-1.3.4/tests/writeError/writeerror-debug-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeError/writeerror-debug-001.phpt
rename to mongodb-1.3.4/tests/writeError/writeerror-debug-001.phpt
diff --git a/mongodb-1.3.3/tests/writeError/writeerror-getCode-001.phpt b/mongodb-1.3.4/tests/writeError/writeerror-getCode-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeError/writeerror-getCode-001.phpt
rename to mongodb-1.3.4/tests/writeError/writeerror-getCode-001.phpt
diff --git a/mongodb-1.3.3/tests/writeError/writeerror-getIndex-001.phpt b/mongodb-1.3.4/tests/writeError/writeerror-getIndex-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeError/writeerror-getIndex-001.phpt
rename to mongodb-1.3.4/tests/writeError/writeerror-getIndex-001.phpt
diff --git a/mongodb-1.3.3/tests/writeError/writeerror-getInfo-001.phpt b/mongodb-1.3.4/tests/writeError/writeerror-getInfo-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeError/writeerror-getInfo-001.phpt
rename to mongodb-1.3.4/tests/writeError/writeerror-getInfo-001.phpt
diff --git a/mongodb-1.3.3/tests/writeError/writeerror-getMessage-001.phpt b/mongodb-1.3.4/tests/writeError/writeerror-getMessage-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeError/writeerror-getMessage-001.phpt
rename to mongodb-1.3.4/tests/writeError/writeerror-getMessage-001.phpt
diff --git a/mongodb-1.3.3/tests/writeError/writeerror_error-001.phpt b/mongodb-1.3.4/tests/writeError/writeerror_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeError/writeerror_error-001.phpt
rename to mongodb-1.3.4/tests/writeError/writeerror_error-001.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/bug0671-003.phpt b/mongodb-1.3.4/tests/writeResult/bug0671-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/bug0671-003.phpt
rename to mongodb-1.3.4/tests/writeResult/bug0671-003.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-debug-001.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-debug-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-debug-001.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-debug-001.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-debug-002.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-debug-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-debug-002.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-debug-002.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getdeletedcount-001.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getdeletedcount-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getdeletedcount-001.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getdeletedcount-001.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getdeletedcount-002.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getdeletedcount-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getdeletedcount-002.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getdeletedcount-002.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getinsertedcount-001.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getinsertedcount-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getinsertedcount-001.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getinsertedcount-001.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getinsertedcount-002.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getinsertedcount-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getinsertedcount-002.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getinsertedcount-002.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getmatchedcount-001.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getmatchedcount-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getmatchedcount-001.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getmatchedcount-001.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getmatchedcount-002.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getmatchedcount-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getmatchedcount-002.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getmatchedcount-002.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getmodifiedcount-001.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getmodifiedcount-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getmodifiedcount-001.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getmodifiedcount-001.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getmodifiedcount-002.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getmodifiedcount-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getmodifiedcount-002.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getmodifiedcount-002.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getmodifiedcount-003.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getmodifiedcount-003.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getmodifiedcount-003.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getmodifiedcount-003.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getserver-001.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getserver-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getserver-001.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getserver-001.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getupsertedcount-001.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getupsertedcount-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getupsertedcount-001.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getupsertedcount-001.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getupsertedcount-002.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getupsertedcount-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getupsertedcount-002.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getupsertedcount-002.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getupsertedids-001.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getupsertedids-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getupsertedids-001.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getupsertedids-001.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getupsertedids-002.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getupsertedids-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getupsertedids-002.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getupsertedids-002.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getwriteconcernerror-001.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getwriteconcernerror-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getwriteconcernerror-001.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getwriteconcernerror-001.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getwriteerrors-001.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getwriteerrors-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getwriteerrors-001.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getwriteerrors-001.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-getwriteerrors-002.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-getwriteerrors-002.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-getwriteerrors-002.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-getwriteerrors-002.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult-isacknowledged-001.phpt b/mongodb-1.3.4/tests/writeResult/writeresult-isacknowledged-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult-isacknowledged-001.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult-isacknowledged-001.phpt
diff --git a/mongodb-1.3.3/tests/writeResult/writeresult_error-001.phpt b/mongodb-1.3.4/tests/writeResult/writeresult_error-001.phpt
similarity index 100%
rename from mongodb-1.3.3/tests/writeResult/writeresult_error-001.phpt
rename to mongodb-1.3.4/tests/writeResult/writeresult_error-001.phpt
diff --git a/package.xml b/package.xml
index 50f2e8b4..361d0fe1 100644
--- a/package.xml
+++ b/package.xml
@@ -1,2036 +1,2028 @@
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.5" version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.1 http://pear.php.net/dtd/package-2.1.xsd">
<name>mongodb</name>
<channel>pecl.php.net</channel>
<summary>MongoDB driver for PHP</summary>
<description>The purpose of this driver is to provide exceptionally thin glue between MongoDB
-and PHP, implementing only fundemental and performance-critical components
+and PHP, implementing only fundamental and performance-critical components
necessary to build a fully-functional MongoDB driver.</description>
- <lead>
- <name>Hannes Magnusson</name>
- <user>bjori</user>
- <email>bjori@php.net</email>
- <active>yes</active>
- </lead>
<lead>
<name>Jeremy Mikola</name>
<user>jmikola</user>
<email>jmikola@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Derick Rethans</name>
<user>derick</user>
<email>derick@php.net</email>
<active>yes</active>
</lead>
- <date>2017-11-21</date>
- <time>21:11:25</time>
+ <lead>
+ <name>Hannes Magnusson</name>
+ <user>bjori</user>
+ <email>bjori@php.net</email>
+ <active>no</active>
+ </lead>
+ <date>2017-12-01</date>
+ <time>18:41:35</time>
<version>
- <release>1.3.3</release>
- <api>1.3.3</api>
+ <release>1.3.4</release>
+ <api>1.3.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
- * [PHPC-1045] - Segfault if username is not provided for SCRAM-SHA-1 authMechanism
- * [PHPC-1046] - Do not specify $external as database name in tests
-
-** Task
- * [PHPC-1044] - Upgrade libbson and libmongoc to 1.8.2
+ * [PHPC-1053] - UTCDateTime constructor reports that its single argument is required
</notes>
<contents>
<dir name="/">
<file md5sum="b301ead064e031b76fa08488a1055594" name="scripts/centos/ldap/Domain.ldif" role="test" />
<file md5sum="4daa783214593b6d7deb42f35c6e027c" name="scripts/centos/ldap/Users.ldif" role="test" />
<file md5sum="001e9cfe2c64b4afe413c12da3a75103" name="scripts/centos/ldap/basics.ldif" role="test" />
<file md5sum="624db776065d2ce0e76c3dd252c86c27" name="scripts/centos/ldap/install.sh" role="test" />
<file md5sum="a36639292f69b5a3ed651ce2b91c9e51" name="scripts/centos/ldap/ldapconfig.py" role="test" />
<file md5sum="3373471c13615482fcb5abd156a99013" name="scripts/centos/ldap/mongod.ldif" role="test" />
<file md5sum="79641e9055dc9a4c810cdc580d420ccf" name="scripts/centos/ldap/pw.ldif" role="test" />
<file md5sum="7069ce3fbf9612eb20df4de56e2915e7" name="scripts/centos/ldap/saslauthd.conf" role="test" />
<file md5sum="c2d1c7b3b12d970c295ebceda4bd429f" name="scripts/centos/ldap/users" role="test" />
<file md5sum="9add0018a9ebebb32e6f9d689d53ce14" name="scripts/centos/essentials.sh" role="test" />
<file md5sum="43a925c212fc965e90d89951d04945c1" name="scripts/freebsd/essentials.sh" role="test" />
<file md5sum="18b03fd810bde00c7493002a94e24865" name="scripts/freebsd/phongo.sh" role="test" />
<file md5sum="0e6d3baeb0ffedee6a4d5500a725331b" name="scripts/presets/replicaset-30.json" role="test" />
<file md5sum="b5c14f08571fcfe2aa5641a7a18d4c3f" name="scripts/presets/replicaset.json" role="test" />
<file md5sum="d850cacbf5527fd7b4a46958e66ed5c9" name="scripts/presets/standalone-24.json" role="test" />
<file md5sum="d9b0cfc2035c3d5c0baae6959a90c36e" name="scripts/presets/standalone-26.json" role="test" />
<file md5sum="60c5e499c429eb07e1f96b37baa42adf" name="scripts/presets/standalone-30.json" role="test" />
<file md5sum="b8cc887e5bccc9bc1f715d041d2d657b" name="scripts/presets/standalone-auth.json" role="test" />
<file md5sum="2bc383470aa5dfc60185ef19a8a80276" name="scripts/presets/standalone-plain.json" role="test" />
<file md5sum="82e65a04030826c41d713787833fb52a" name="scripts/presets/standalone-ssl.json" role="test" />
<file md5sum="c5acd3fbc060927121ff626f3b730cfa" name="scripts/presets/standalone-x509.json" role="test" />
<file md5sum="17927182a5fb8fb9d1ad8c8571c32b29" name="scripts/presets/standalone.json" role="test" />
<file md5sum="06b59105c25447470ca9f7c589b80b46" name="scripts/ssl/ca.pem" role="test" />
<file md5sum="6bdc883fdbe5a1c736518e5ec5f67964" name="scripts/ssl/client.pem" role="test" />
<file md5sum="94a4db9c47b58aa3d00b70b4bd178601" name="scripts/ssl/crl.pem" role="test" />
<file md5sum="bfccd366ca201a01f8f5bea8c900abc9" name="scripts/ssl/server.pem" role="test" />
<file md5sum="cb636b47cf37dace58be73272a74efc3" name="scripts/ubuntu/ldap/install.sh" role="test" />
<file md5sum="c4c1a6c234d983da8fe0382bcb8c1420" name="scripts/ubuntu/ldap/saslauthd.conf" role="test" />
<file md5sum="b199baa1ee52bc252773485de56b10f6" name="scripts/ubuntu/essentials.sh" role="test" />
<file md5sum="b4a9eb39b992590f39b56e4fdbabe757" name="scripts/ubuntu/mongo-orchestration.sh" role="test" />
<file md5sum="903c38a7e9d59fec770c1138de85d7be" name="scripts/ubuntu/phongo.sh" role="test" />
<file md5sum="a51616233fb311f458391b668e0254e9" name="scripts/vmware/kernel.sh" role="test" />
<file md5sum="9b14bbe9f6b4ada5e84f478e84805fa8" name="scripts/convert-bson-corpus-tests.php" role="test" />
<file md5sum="28868809c797d2b57b0f21bfc66b4862" name="scripts/convert-mo-tests.php" role="test" />
<file md5sum="35671ea9b24b02610710ef676bc539a2" name="scripts/list-servers.php" role="test" />
<file md5sum="59b4cf65e9412c174b2641a6a1602d95" name="scripts/run-tests-on.sh" role="test" />
<file md5sum="43b39f67f12cacf6f21de522b51a2900" name="scripts/start-servers.php" role="test" />
<file md5sum="d14a6269eb6e416a771a424f11756f8b" name="src/BSON/Binary.c" role="src" />
<file md5sum="7df993f9c816c4e09a58fc2e1816a7c3" name="src/BSON/BinaryInterface.c" role="src" />
<file md5sum="55d044b0ff815cbdd0476fc2a734f115" name="src/BSON/Decimal128.c" role="src" />
<file md5sum="16d04e4ef3a1e2b15e69065fad890923" name="src/BSON/Decimal128Interface.c" role="src" />
<file md5sum="1bb08faf36b65492cd0a96659035c361" name="src/BSON/Javascript.c" role="src" />
<file md5sum="cafff6b5cc46e189b1fc888a669ec8be" name="src/BSON/JavascriptInterface.c" role="src" />
<file md5sum="eab435547b4f7c6f346d957b791e095a" name="src/BSON/MaxKey.c" role="src" />
<file md5sum="7a7b804261e8e7379f59766715e501e0" name="src/BSON/MaxKeyInterface.c" role="src" />
<file md5sum="b871a13de35771e56ee1051d9d3cb615" name="src/BSON/MinKey.c" role="src" />
<file md5sum="07ce2a7198ab852f320db1747abdca0f" name="src/BSON/MinKeyInterface.c" role="src" />
<file md5sum="5ab0cf7a482da9442249640c36e5d329" name="src/BSON/ObjectId.c" role="src" />
<file md5sum="8e3e19e00d2d8b7ce998a965cf46e2b3" name="src/BSON/ObjectIdInterface.c" role="src" />
<file md5sum="0336ec56b66060a844a6b31a216d730c" name="src/BSON/Persistable.c" role="src" />
<file md5sum="843133a6ba2518faaff4fc785d76136b" name="src/BSON/Regex.c" role="src" />
<file md5sum="5180db0f96e6beb29fc3b772adb9158e" name="src/BSON/RegexInterface.c" role="src" />
<file md5sum="fb4b90f3e3f9bd1915bc9c7c4f2a1244" name="src/BSON/Serializable.c" role="src" />
<file md5sum="41f94edc50bb66df105e4d2b3f1b7baa" name="src/BSON/Timestamp.c" role="src" />
<file md5sum="266d3c2484c57bf167265f05f4ad5af3" name="src/BSON/TimestampInterface.c" role="src" />
<file md5sum="17063cbd826534efd4b81788b6201be7" name="src/BSON/Type.c" role="src" />
- <file md5sum="d465b26dc8ab87e22393f8cfa3b45f8e" name="src/BSON/UTCDateTime.c" role="src" />
+ <file md5sum="ff48a4039584f325da612d6a4c0e16cc" name="src/BSON/UTCDateTime.c" role="src" />
<file md5sum="a0cbd3acd8640bbd1fd0c1c115ce9fea" name="src/BSON/UTCDateTimeInterface.c" role="src" />
<file md5sum="39985e558097d1a920bbf72beacb2e3d" name="src/BSON/Unserializable.c" role="src" />
<file md5sum="0945986beea0d9d0713126d749210084" name="src/BSON/functions.c" role="src" />
<file md5sum="7a1b4345826f34b9f26c93333bf8ad49" name="src/BSON/functions.h" role="src" />
<file md5sum="74f5b1f8252bda44030eb0a86a35e2b7" name="src/MongoDB/Exception/AuthenticationException.c" role="src" />
<file md5sum="a55b2f9706714666458ee0f9064e3267" name="src/MongoDB/Exception/BulkWriteException.c" role="src" />
<file md5sum="3f8c706e90900defbd9ec044a6df0991" name="src/MongoDB/Exception/ConnectionException.c" role="src" />
<file md5sum="2f97221a8446686d69a6bc6f3cf0461a" name="src/MongoDB/Exception/ConnectionTimeoutException.c" role="src" />
<file md5sum="7bec617d060545019ce32c1d32d0d1b5" name="src/MongoDB/Exception/Exception.c" role="src" />
<file md5sum="88cec8fbb76fb9bbba9aa570051d56e7" name="src/MongoDB/Exception/ExecutionTimeoutException.c" role="src" />
<file md5sum="ff92a29b34c9488fa0c4d7fe1ff307e1" name="src/MongoDB/Exception/InvalidArgumentException.c" role="src" />
<file md5sum="49f24f546f72b5a3c42365acdb045021" name="src/MongoDB/Exception/LogicException.c" role="src" />
<file md5sum="c9bfbd21b54c406361be456ab651fff0" name="src/MongoDB/Exception/RuntimeException.c" role="src" />
<file md5sum="c3bef22695e437503db39f96af831b3d" name="src/MongoDB/Exception/SSLConnectionException.c" role="src" />
<file md5sum="ca86241ea9380ba759be1f0e9ed40389" name="src/MongoDB/Exception/UnexpectedValueException.c" role="src" />
<file md5sum="130065c832f252a8b190a8f1ec9cdecb" name="src/MongoDB/Exception/WriteException.c" role="src" />
<file md5sum="c11a2d655636e86c62fd868156d4d7ae" name="src/MongoDB/Monitoring/CommandFailedEvent.c" role="src" />
<file md5sum="c64fc99c9ab6828010adee8f860dfc6c" name="src/MongoDB/Monitoring/CommandStartedEvent.c" role="src" />
<file md5sum="0866a6818df23aece2d32318b6e29655" name="src/MongoDB/Monitoring/CommandSubscriber.c" role="src" />
<file md5sum="8d51f4c1a530b9bc11566c55d8b95ca2" name="src/MongoDB/Monitoring/CommandSucceededEvent.c" role="src" />
<file md5sum="faeedc19cbfadcf784a090c5d78916b6" name="src/MongoDB/Monitoring/Subscriber.c" role="src" />
<file md5sum="5b178b398d8e8df37173904878702c2e" name="src/MongoDB/Monitoring/functions.c" role="src" />
<file md5sum="96694180b415de1ecec41c7ae9dc3a44" name="src/MongoDB/Monitoring/functions.h" role="src" />
<file md5sum="c06fc2f8e7c1bde733f983aa5b4c86bb" name="src/MongoDB/BulkWrite.c" role="src" />
<file md5sum="77158a16551affce6f281d0d88e350f1" name="src/MongoDB/Command.c" role="src" />
<file md5sum="82abd413563a99b2ea92b821d4e8dd20" name="src/MongoDB/Cursor.c" role="src" />
<file md5sum="2e90713814d53608c141a17ad77610c2" name="src/MongoDB/CursorId.c" role="src" />
<file md5sum="58bd04a563f18dca12e38198215ead02" name="src/MongoDB/Manager.c" role="src" />
<file md5sum="bdad9c7bc1a96275b4afd01a46ccb2fc" name="src/MongoDB/Query.c" role="src" />
<file md5sum="09f90c52a90e34666f2a70313c90d71a" name="src/MongoDB/ReadConcern.c" role="src" />
<file md5sum="7c515359c6e834c3f5e647f029ee97b0" name="src/MongoDB/ReadPreference.c" role="src" />
<file md5sum="64e8f8a17378421b018bf380e3d9e41f" name="src/MongoDB/Server.c" role="src" />
<file md5sum="8230944f5109e5ff565bdd4fb88efd93" name="src/MongoDB/WriteConcern.c" role="src" />
<file md5sum="9a8c6bc1bcd40f41c66dbc5ff158eae4" name="src/MongoDB/WriteConcernError.c" role="src" />
<file md5sum="18d550e20c3ee1c61c0c72c3076b507c" name="src/MongoDB/WriteError.c" role="src" />
<file md5sum="f1a59d89c0aed68b9d3f8882f79254af" name="src/MongoDB/WriteResult.c" role="src" />
<file md5sum="d159204be1f00a1da4bfceb3de74127a" name="src/contrib/php_array_api.h" role="src" />
<file md5sum="1066d5c9a05b1b1cb8f4de5a7e291574" name="src/libbson/build/autotools/m4/ac_check_typedef.m4" role="src" />
<file md5sum="e40a5f02f4d82a68b3df43d99dd92ed6" name="src/libbson/build/autotools/m4/ac_compile_check_sizeof.m4" role="src" />
<file md5sum="b96bb8fad4ea5d66c6b3af718186e2e0" name="src/libbson/build/autotools/m4/ac_create_stdint_h.m4" role="src" />
<file md5sum="7b5ee49855c90a9da6a0b1f1f0b8ef8f" name="src/libbson/build/autotools/m4/as-compiler-flag.m4" role="src" />
<file md5sum="8d942f69b5f3c15ecae4b75bb7e80614" name="src/libbson/build/autotools/m4/ax_check_compile_flag.m4" role="src" />
<file md5sum="05bd24609268702a36d50d5edd3661ac" name="src/libbson/build/autotools/m4/ax_check_link_flag.m4" role="src" />
<file md5sum="b5114dfcf027b0f9a47b6e6841015be6" name="src/libbson/build/autotools/m4/ax_pthread.m4" role="src" />
<file md5sum="ad8d52d54e0f97c0e4e385376ea73bc0" name="src/libbson/build/autotools/m4/pkg.m4" role="src" />
<file md5sum="ff788a8b5eea35b1cc226bb2686c3537" name="src/libbson/build/autotools/m4/silent.m4" role="src" />
<file md5sum="c78c5e9b49b67a725e831823492642da" name="src/libbson/build/autotools/CheckAtomics.m4" role="src" />
<file md5sum="4cb0e36b71da6fefc55aaa925a7ed090" name="src/libbson/build/autotools/CheckCompiler.m4" role="src" />
<file md5sum="7321a188b1b870fb49f5a003ef426f7a" name="src/libbson/build/autotools/CheckHeaders.m4" role="src" />
<file md5sum="81b2b641c597d18daa4066ed7c37d7b7" name="src/libbson/build/autotools/CheckHost.m4" role="src" />
<file md5sum="0a6502f6d302fb02d36edbbdda12e869" name="src/libbson/build/autotools/CheckProgs.m4" role="src" />
<file md5sum="fa4a5cc1c9475999c468488eb19e4ffe" name="src/libbson/build/autotools/CheckTarget.m4" role="src" />
<file md5sum="760f59b300da59088cde1fec10892516" name="src/libbson/build/autotools/Coverage.m4" role="src" />
<file md5sum="46768d326c5f994af7e1ffbb0db32a4e" name="src/libbson/build/autotools/Endian.m4" role="src" />
<file md5sum="690ddc4c25caf6c265a186e491b757dc" name="src/libbson/build/autotools/FindDependencies.m4" role="src" />
<file md5sum="35896e731d3e5cf5c43bbf0f692ff4d0" name="src/libbson/build/autotools/MaintainerFlags.m4" role="src" />
<file md5sum="6a2e174f53c50c3bddfb31444cf24174" name="src/libbson/build/autotools/Optimizations.m4" role="src" />
<file md5sum="98c586cc0577a30efcf22b03eca1e35e" name="src/libbson/build/autotools/PrintBuildConfiguration.m4" role="src" />
<file md5sum="b9f914f2e4297c914e0bc543ff2e752d" name="src/libbson/build/autotools/ReadCommandLineArguments.m4" role="src" />
<file md5sum="2ceb791b5f1e651cf2c9a90fd0745fc6" name="src/libbson/build/autotools/SetupAutomake.m4" role="src" />
<file md5sum="f229599b4333a2cdf5be29136cc6f2e2" name="src/libbson/build/autotools/SetupLibtool.m4" role="src" />
<file md5sum="11f96f71f11600b5fa8c9e51ae5b3e2b" name="src/libbson/build/autotools/Versions.m4" role="src" />
<file md5sum="35179115716a34618f54785afcd1dc2e" name="src/libbson/src/bson/b64_ntop.h" role="src" />
<file md5sum="aca78bd4d4f53250b59f27ceda49c1d3" name="src/libbson/src/bson/b64_pton.h" role="src" />
<file md5sum="99a683c36efadf01a789a04a267e818a" name="src/libbson/src/bson/bcon.c" role="src" />
<file md5sum="1d0147953321dbbbde6a710190a9e750" name="src/libbson/src/bson/bcon.h" role="src" />
<file md5sum="d56b6329106f234baf874a951bac928c" name="src/libbson/src/bson/bson-atomic.c" role="src" />
<file md5sum="5cf09303f44eb31e457bee6909660f45" name="src/libbson/src/bson/bson-atomic.h" role="src" />
<file md5sum="1c2e6bba1496dad7ce787f3f28f018f4" name="src/libbson/src/bson/bson-clock.c" role="src" />
<file md5sum="d21986aed6bc60037d7181385c4309e1" name="src/libbson/src/bson/bson-clock.h" role="src" />
<file md5sum="d16a9e1a57cf9d8df9d1dd76a501e4cc" name="src/libbson/src/bson/bson-compat.h" role="src" />
<file md5sum="a1a6423760ec9ae584324ecfa785a254" name="src/libbson/src/bson/bson-config.h" role="src" />
<file md5sum="3227d326939c834044a05da8f9ff4b98" name="src/libbson/src/bson/bson-config.h.in" role="src" />
<file md5sum="7c83d5bfb328b194fd2db6bab7258d2d" name="src/libbson/src/bson/bson-context-private.h" role="src" />
<file md5sum="1a5bdcb82012de030330f1b37f01712a" name="src/libbson/src/bson/bson-context.c" role="src" />
<file md5sum="0ce7235528898e9386eee49f2fbedf72" name="src/libbson/src/bson/bson-context.h" role="src" />
<file md5sum="7cd1fd9fd724a8b963f273fe54136fe5" name="src/libbson/src/bson/bson-decimal128.c" role="src" />
<file md5sum="defa133b608377cedca59d2a10025861" name="src/libbson/src/bson/bson-decimal128.h" role="src" />
<file md5sum="f810c3173565d1a4226924fa96cc4fb4" name="src/libbson/src/bson/bson-endian.h" role="src" />
<file md5sum="4f643560fbb549b900ea02d2a7b34484" name="src/libbson/src/bson/bson-error.c" role="src" />
<file md5sum="5630664f91304e1b8a3045eb643028f1" name="src/libbson/src/bson/bson-error.h" role="src" />
<file md5sum="0e9bf56e26c2c47bcdf903008965d1dc" name="src/libbson/src/bson/bson-iso8601-private.h" role="src" />
<file md5sum="c548fa583ea182327feecccff1305387" name="src/libbson/src/bson/bson-iso8601.c" role="src" />
<file md5sum="d757d780b373f02085159851ebcceaa1" name="src/libbson/src/bson/bson-iter.c" role="src" />
<file md5sum="dd83170ce4318311ab54b2b119353a6f" name="src/libbson/src/bson/bson-iter.h" role="src" />
<file md5sum="29cc4a28ea2371840e2b7dea19446f3a" name="src/libbson/src/bson/bson-json.c" role="src" />
<file md5sum="4abec4ba499934eb616cec886b76ce87" name="src/libbson/src/bson/bson-json.h" role="src" />
<file md5sum="5addb8761faac2e8d52f4ded8ecdc0c0" name="src/libbson/src/bson/bson-keys.c" role="src" />
<file md5sum="48b815b8961a8eb65578415eb1a0713c" name="src/libbson/src/bson/bson-keys.h" role="src" />
<file md5sum="e67d5f8b8b0e0f36dbfbb44b14b8eab0" name="src/libbson/src/bson/bson-macros.h" role="src" />
<file md5sum="655fcba49b9204462e57fdbc1cb68f36" name="src/libbson/src/bson/bson-md5.c" role="src" />
<file md5sum="5185c3fde67a07b5c7b3a7e3645dfa68" name="src/libbson/src/bson/bson-md5.h" role="src" />
<file md5sum="e70000535f99e5069d962d2626d218fc" name="src/libbson/src/bson/bson-memory.c" role="src" />
<file md5sum="68ae6217ff81f89a9828b4f89826bdc6" name="src/libbson/src/bson/bson-memory.h" role="src" />
<file md5sum="26412140d8bb2423e3c237762a54287a" name="src/libbson/src/bson/bson-oid.c" role="src" />
<file md5sum="d00b107347be18f9f734b16f9139ee76" name="src/libbson/src/bson/bson-oid.h" role="src" />
<file md5sum="df1003919fbc78f442e20f2d67210b3e" name="src/libbson/src/bson/bson-private.h" role="src" />
<file md5sum="e3ac042bb90dcc74a1ae9f91ec1e4eab" name="src/libbson/src/bson/bson-reader.c" role="src" />
<file md5sum="f12eccf815f6a0d7b29a8626f8308262" name="src/libbson/src/bson/bson-reader.h" role="src" />
<file md5sum="24ea8bc94dbb3b4fe28454b79c203daa" name="src/libbson/src/bson/bson-stdint-win32.h" role="src" />
<file md5sum="60c6c3ec0213fa427f04e185942e059d" name="src/libbson/src/bson/bson-stdint.h" role="src" />
<file md5sum="779e4a3ae6dac33b13c6db2aab7f23d6" name="src/libbson/src/bson/bson-string.c" role="src" />
<file md5sum="41165866f48ddd46854141731aa0de4e" name="src/libbson/src/bson/bson-string.h" role="src" />
<file md5sum="3bbd698645cbf18ca5d506143596b9e5" name="src/libbson/src/bson/bson-thread-private.h" role="src" />
<file md5sum="5de0e6d0924140172b760b2eac696d70" name="src/libbson/src/bson/bson-timegm-private.h" role="src" />
<file md5sum="cf1148af5b260d787b5a8de5ba82de77" name="src/libbson/src/bson/bson-timegm.c" role="src" />
<file md5sum="6dd71b19418e554c1d79a449f9bf9905" name="src/libbson/src/bson/bson-types.h" role="src" />
<file md5sum="a899768438fe70effd3b3a4bad2d7e15" name="src/libbson/src/bson/bson-utf8.c" role="src" />
<file md5sum="150695a215cba353bcbabe624e99079e" name="src/libbson/src/bson/bson-utf8.h" role="src" />
<file md5sum="7e401956be29c9120b710f29b8025a01" name="src/libbson/src/bson/bson-value.c" role="src" />
<file md5sum="5b35eb0ca414856e3fb63ecc2ac2e93e" name="src/libbson/src/bson/bson-value.h" role="src" />
<file md5sum="0bcfe98e683ae4fa5a6321fd6cafd9cd" name="src/libbson/src/bson/bson-version-functions.c" role="src" />
<file md5sum="db11f3671abe92f321d610ff164bbba3" name="src/libbson/src/bson/bson-version-functions.h" role="src" />
<file md5sum="938dcda562e819c6637c977d75b7144c" name="src/libbson/src/bson/bson-version.h" role="src" />
<file md5sum="9036341d3488d5aec2b028fae66c8c6f" name="src/libbson/src/bson/bson-version.h.in" role="src" />
<file md5sum="64d0f30e1a6a512ce152af3dae1263e1" name="src/libbson/src/bson/bson-writer.c" role="src" />
<file md5sum="ad34cf6fe3c6f7ec508501b7a16b8555" name="src/libbson/src/bson/bson-writer.h" role="src" />
<file md5sum="fe99d7148748772118e353440c742d5a" name="src/libbson/src/bson/bson.c" role="src" />
<file md5sum="1faa57e8eae6663c9afc8282ffdf353a" name="src/libbson/src/bson/bson.h" role="src" />
<file md5sum="913a26899a259e2365a8d7dce81fae36" name="src/libbson/src/jsonsl/jsonsl.c" role="src" />
<file md5sum="4caafeb1cc1bb7f3561c5b51635d98cc" name="src/libbson/src/jsonsl/jsonsl.h" role="src" />
<file md5sum="b14b05b0fd5ab1c867397927b67c1bd3" name="src/libbson/VERSION_CURRENT" role="src" />
<file md5sum="b14b05b0fd5ab1c867397927b67c1bd3" name="src/libbson/VERSION_RELEASED" role="src" />
<file md5sum="1066d5c9a05b1b1cb8f4de5a7e291574" name="src/libmongoc/build/autotools/m4/ac_check_typedef.m4" role="src" />
<file md5sum="e40a5f02f4d82a68b3df43d99dd92ed6" name="src/libmongoc/build/autotools/m4/ac_compile_check_sizeof.m4" role="src" />
<file md5sum="b96bb8fad4ea5d66c6b3af718186e2e0" name="src/libmongoc/build/autotools/m4/ac_create_stdint_h.m4" role="src" />
<file md5sum="7b5ee49855c90a9da6a0b1f1f0b8ef8f" name="src/libmongoc/build/autotools/m4/as-compiler-flag.m4" role="src" />
<file md5sum="8d942f69b5f3c15ecae4b75bb7e80614" name="src/libmongoc/build/autotools/m4/ax_check_compile_flag.m4" role="src" />
<file md5sum="05bd24609268702a36d50d5edd3661ac" name="src/libmongoc/build/autotools/m4/ax_check_link_flag.m4" role="src" />
<file md5sum="c2221efd4309e58ff7e2ef989c8e8ac4" name="src/libmongoc/build/autotools/m4/ax_prototype.m4" role="src" />
<file md5sum="5535e823ec44002b522873b9c0e2e0bf" name="src/libmongoc/build/autotools/m4/ax_pthread.m4" role="src" />
- <file md5sum="e1746ef7daca9b1e1bcc0812a0b3fd77" name="src/libmongoc/build/autotools/m4/libtool.m4" role="src" />
- <file md5sum="064af1799febaa676203302bbf359180" name="src/libmongoc/build/autotools/m4/ltoptions.m4" role="src" />
- <file md5sum="fa2891f9060865871cbbaa1c6e2d96f4" name="src/libmongoc/build/autotools/m4/ltsugar.m4" role="src" />
- <file md5sum="d936fd6b2025c9b5322f826117d7f30c" name="src/libmongoc/build/autotools/m4/ltversion.m4" role="src" />
- <file md5sum="22aa295bf5320aec7fba6756ff11058a" name="src/libmongoc/build/autotools/m4/lt~obsolete.m4" role="src" />
<file md5sum="ad8d52d54e0f97c0e4e385376ea73bc0" name="src/libmongoc/build/autotools/m4/pkg.m4" role="src" />
<file md5sum="ff788a8b5eea35b1cc226bb2686c3537" name="src/libmongoc/build/autotools/m4/silent.m4" role="src" />
<file md5sum="7c20548ba18d4b99f89203d853809bfc" name="src/libmongoc/build/autotools/AutomaticInitAndCleanup.m4" role="src" />
<file md5sum="3480ac890714989f605b6d61c8708401" name="src/libmongoc/build/autotools/CheckCompiler.m4" role="src" />
<file md5sum="f1f5b2f380cdf6c555f360c234aeca3a" name="src/libmongoc/build/autotools/CheckHost.m4" role="src" />
<file md5sum="35ce193f4cf9dbfcdd1627163c75cc71" name="src/libmongoc/build/autotools/CheckProgs.m4" role="src" />
<file md5sum="70e9ccaf09eb1ec462e3bd431d5a4dcf" name="src/libmongoc/build/autotools/CheckSSL.m4" role="src" />
<file md5sum="4a5dabcbff686b0b144aed72a30a9cd5" name="src/libmongoc/build/autotools/CheckSasl.m4" role="src" />
<file md5sum="8c49a0bd38c73f5841d0030bfa0f3ef4" name="src/libmongoc/build/autotools/CheckSnappy.m4" role="src" />
<file md5sum="fa4a5cc1c9475999c468488eb19e4ffe" name="src/libmongoc/build/autotools/CheckTarget.m4" role="src" />
<file md5sum="9a3a05a5685775347460840adb9c4486" name="src/libmongoc/build/autotools/CheckZlib.m4" role="src" />
<file md5sum="760f59b300da59088cde1fec10892516" name="src/libmongoc/build/autotools/Coverage.m4" role="src" />
<file md5sum="4a237ac84b7e32b71012b7500d625a00" name="src/libmongoc/build/autotools/FindDependencies.m4" role="src" />
<file md5sum="a8977370dbf28d606e4a6628bba94fca" name="src/libmongoc/build/autotools/Libbson.m4" role="src" />
<file md5sum="35896e731d3e5cf5c43bbf0f692ff4d0" name="src/libmongoc/build/autotools/MaintainerFlags.m4" role="src" />
<file md5sum="4628165f19e500c1f48dc94ee6442f87" name="src/libmongoc/build/autotools/Optimizations.m4" role="src" />
<file md5sum="46230e2d1a5a66ed0fd493329f453ad3" name="src/libmongoc/build/autotools/PlatformFlags.m4" role="src" />
<file md5sum="5feb147681d6ac164a81301ad514c041" name="src/libmongoc/build/autotools/PrintBuildConfiguration.m4" role="src" />
<file md5sum="2af8294d29c13625ff7dd4eece5acfcb" name="src/libmongoc/build/autotools/ReadCommandLineArguments.m4" role="src" />
<file md5sum="36ecefb0f36ef55cdca6867d27640a70" name="src/libmongoc/build/autotools/SetupAutomake.m4" role="src" />
<file md5sum="f229599b4333a2cdf5be29136cc6f2e2" name="src/libmongoc/build/autotools/SetupLibtool.m4" role="src" />
<file md5sum="7147aed24085b6842f1032bc34e89045" name="src/libmongoc/build/autotools/Versions.m4" role="src" />
<file md5sum="76e2c1a2aa19f5fab3661c992ac603fa" name="src/libmongoc/build/autotools/WeakSymbols.m4" role="src" />
<file md5sum="ea2e2423008beb81a1cf53f40bdbe16c" name="src/libmongoc/src/mongoc/mongoc-apm-private.h" role="src" />
<file md5sum="74f1108d26c0f509868694bb493f8a02" name="src/libmongoc/src/mongoc/mongoc-apm.c" role="src" />
<file md5sum="207fee8a513629bd31565b116747de5c" name="src/libmongoc/src/mongoc/mongoc-apm.h" role="src" />
<file md5sum="bd11e316611f37bf4fd78322cd317583" name="src/libmongoc/src/mongoc/mongoc-array-private.h" role="src" />
<file md5sum="475df6bf5cd4e55e0d4b26db29ea71fc" name="src/libmongoc/src/mongoc/mongoc-array.c" role="src" />
<file md5sum="a3a4317be8be49e3c2b5feedf4baea6d" name="src/libmongoc/src/mongoc/mongoc-async-cmd-private.h" role="src" />
<file md5sum="ca55b22165d67fe66219e4844ca6a35a" name="src/libmongoc/src/mongoc/mongoc-async-cmd.c" role="src" />
<file md5sum="fcd024016dd5159dd106bca4fafe4d1f" name="src/libmongoc/src/mongoc/mongoc-async-private.h" role="src" />
<file md5sum="988dc35e9f8d4fd8e173a7eed16766ba" name="src/libmongoc/src/mongoc/mongoc-async.c" role="src" />
<file md5sum="b53def4c8da742e64018a45a4d15c36b" name="src/libmongoc/src/mongoc/mongoc-b64-private.h" role="src" />
<file md5sum="82a5c521649fe2860c1d3326adc3a826" name="src/libmongoc/src/mongoc/mongoc-b64.c" role="src" />
<file md5sum="3d51cd816b3ffb6b465f4b7816c1ffbc" name="src/libmongoc/src/mongoc/mongoc-buffer-private.h" role="src" />
<file md5sum="0025869fd12130777fcafa96cff8588f" name="src/libmongoc/src/mongoc/mongoc-buffer.c" role="src" />
<file md5sum="722d1792405f3a2c9cde281dc753de54" name="src/libmongoc/src/mongoc/mongoc-bulk-operation-private.h" role="src" />
<file md5sum="6f28ff3686df3ce60d9955997dab83ae" name="src/libmongoc/src/mongoc/mongoc-bulk-operation.c" role="src" />
<file md5sum="b18326ba0bbb5122e2ef51563c4d2f0c" name="src/libmongoc/src/mongoc/mongoc-bulk-operation.h" role="src" />
<file md5sum="8029211c59091738fac377bb832c4587" name="src/libmongoc/src/mongoc/mongoc-client-pool-private.h" role="src" />
<file md5sum="5c96ea67c95255f3d7776612f1630faf" name="src/libmongoc/src/mongoc/mongoc-client-pool.c" role="src" />
<file md5sum="5ed58d3f17f3f9ee6c316e15a2462f7e" name="src/libmongoc/src/mongoc/mongoc-client-pool.h" role="src" />
<file md5sum="10856dad9ac49bf8c363d6cad4a100d8" name="src/libmongoc/src/mongoc/mongoc-client-private.h" role="src" />
<file md5sum="60c8defe98b9452e5150c7650bba3fec" name="src/libmongoc/src/mongoc/mongoc-client.c" role="src" />
<file md5sum="dc0a933b77f6085327f188e47e274010" name="src/libmongoc/src/mongoc/mongoc-client.h" role="src" />
<file md5sum="0bd9be299caf9f263d94ed7552c3de6f" name="src/libmongoc/src/mongoc/mongoc-cluster-cyrus-private.h" role="src" />
<file md5sum="c06fdd5e03e44059c8710c3989be445b" name="src/libmongoc/src/mongoc/mongoc-cluster-cyrus.c" role="src" />
<file md5sum="0ea28874f2586a7776308f24c50f84e2" name="src/libmongoc/src/mongoc/mongoc-cluster-gssapi-private.h" role="src" />
<file md5sum="d18dc845f402ee97d24fb80d55fb3c80" name="src/libmongoc/src/mongoc/mongoc-cluster-gssapi.c" role="src" />
<file md5sum="e24006fc3a96d3f2a75bdbcfd28feeb2" name="src/libmongoc/src/mongoc/mongoc-cluster-private.h" role="src" />
<file md5sum="7472ad5e2a3213da913dbc44ddbd8a5e" name="src/libmongoc/src/mongoc/mongoc-cluster-sasl-private.h" role="src" />
<file md5sum="27cedac4a829541e02757a926b20fca5" name="src/libmongoc/src/mongoc/mongoc-cluster-sasl.c" role="src" />
<file md5sum="60a1f3b8eda853e0d9cec76a2da75675" name="src/libmongoc/src/mongoc/mongoc-cluster-sspi-private.h" role="src" />
<file md5sum="070def04eb71e7f5b7cf62c617342a07" name="src/libmongoc/src/mongoc/mongoc-cluster-sspi.c" role="src" />
<file md5sum="614991f2da444cb2455d52c74aa8077d" name="src/libmongoc/src/mongoc/mongoc-cluster.c" role="src" />
<file md5sum="1d1dbda12341f4664ef40a3914d375e1" name="src/libmongoc/src/mongoc/mongoc-cmd-private.h" role="src" />
<file md5sum="a1dedaa7ea1be26a84a0a337991a9bed" name="src/libmongoc/src/mongoc/mongoc-cmd.c" role="src" />
<file md5sum="5c498ffb859a099b392ce32633578ab6" name="src/libmongoc/src/mongoc/mongoc-collection-private.h" role="src" />
<file md5sum="826bcef10c6f5b85ff3c0d1d8b676e16" name="src/libmongoc/src/mongoc/mongoc-collection.c" role="src" />
<file md5sum="8d6931dbc0b54428419691902f41f7db" name="src/libmongoc/src/mongoc/mongoc-collection.h" role="src" />
<file md5sum="0719eeb539261f693d9f82e7b30ef5a4" name="src/libmongoc/src/mongoc/mongoc-compression-private.h" role="src" />
<file md5sum="e33f59b808c10538815f6880d9cdfae6" name="src/libmongoc/src/mongoc/mongoc-compression.c" role="src" />
<file md5sum="f997cfd5a1f8bca51447d55feaeedbaa" name="src/libmongoc/src/mongoc/mongoc-config.h" role="src" />
<file md5sum="c9ac46af8ebe2580715a7e44f09a610d" name="src/libmongoc/src/mongoc/mongoc-config.h.in" role="src" />
<file md5sum="bf841aed8c3d1c149f57c2005027a52c" name="src/libmongoc/src/mongoc/mongoc-counters-private.h" role="src" />
<file md5sum="7a86bc5362315beeb18c28bf4bde9b72" name="src/libmongoc/src/mongoc/mongoc-counters.c" role="src" />
<file md5sum="81cd4511fe5a3a29e9c2d4c5d460e711" name="src/libmongoc/src/mongoc/mongoc-counters.defs" role="src" />
<file md5sum="6f3d1bd292923eacad0839df87407ea4" name="src/libmongoc/src/mongoc/mongoc-crypto-cng-private.h" role="src" />
<file md5sum="7024277616218a4c0ebb0a5644a3b6f7" name="src/libmongoc/src/mongoc/mongoc-crypto-cng.c" role="src" />
<file md5sum="1ef407f0f4fae573efe1c75f515b15ed" name="src/libmongoc/src/mongoc/mongoc-crypto-cng.h" role="src" />
<file md5sum="2b8af7462ad5b51fccc8b9916bb5092a" name="src/libmongoc/src/mongoc/mongoc-crypto-common-crypto-private.h" role="src" />
<file md5sum="6b28b2c651acdb41895fefcde92dac47" name="src/libmongoc/src/mongoc/mongoc-crypto-common-crypto.c" role="src" />
<file md5sum="9778d108cdaf179bb33ff6cbd48075d6" name="src/libmongoc/src/mongoc/mongoc-crypto-openssl-private.h" role="src" />
<file md5sum="a5a953a090d4b18f59a82078db934186" name="src/libmongoc/src/mongoc/mongoc-crypto-openssl.c" role="src" />
<file md5sum="75b63d16b8b2d7ded14036f5f073a8c8" name="src/libmongoc/src/mongoc/mongoc-crypto-private.h" role="src" />
<file md5sum="7af81250ea11f0a11ebc5b9f399a31d6" name="src/libmongoc/src/mongoc/mongoc-crypto.c" role="src" />
<file md5sum="a7ad4340af32b36aff7db6e188958865" name="src/libmongoc/src/mongoc/mongoc-cursor-array-private.h" role="src" />
<file md5sum="991e3711d0cbe2e01536ab716273a8ef" name="src/libmongoc/src/mongoc/mongoc-cursor-array.c" role="src" />
<file md5sum="624ed803369a45a77cd0ecf1b3eab701" name="src/libmongoc/src/mongoc/mongoc-cursor-cursorid-private.h" role="src" />
<file md5sum="66a86a464d7e21bb3edb77744848eac5" name="src/libmongoc/src/mongoc/mongoc-cursor-cursorid.c" role="src" />
<file md5sum="0dbb992934605032c5f78f9b8fdfafe3" name="src/libmongoc/src/mongoc/mongoc-cursor-private.h" role="src" />
<file md5sum="401d056e2b6959ffb96b623a6953c704" name="src/libmongoc/src/mongoc/mongoc-cursor-transform-private.h" role="src" />
<file md5sum="496bccd3270ec9f966230cd6a77f221b" name="src/libmongoc/src/mongoc/mongoc-cursor-transform.c" role="src" />
<file md5sum="a6130077ba3824c55c5fd1d379fb4cc3" name="src/libmongoc/src/mongoc/mongoc-cursor.c" role="src" />
<file md5sum="c8717d70b7dcf64e8351a67b653028c2" name="src/libmongoc/src/mongoc/mongoc-cursor.h" role="src" />
<file md5sum="46a387f1345687b1179964269a79b7b2" name="src/libmongoc/src/mongoc/mongoc-cyrus-private.h" role="src" />
<file md5sum="1fcb40a5241982a4c021a13f8060c74d" name="src/libmongoc/src/mongoc/mongoc-cyrus.c" role="src" />
<file md5sum="06f2def156735127a3b78fbf17bc228c" name="src/libmongoc/src/mongoc/mongoc-database-private.h" role="src" />
<file md5sum="5c4415d3274e5042c9c3f64003754f6e" name="src/libmongoc/src/mongoc/mongoc-database.c" role="src" />
<file md5sum="04f47c5fafcc31d8bb3b0f05300e82fb" name="src/libmongoc/src/mongoc/mongoc-database.h" role="src" />
<file md5sum="d078fdada8c42b12a7749291aedabd83" name="src/libmongoc/src/mongoc/mongoc-errno-private.h" role="src" />
<file md5sum="35076f8368b1657ebdb9335acba96ece" name="src/libmongoc/src/mongoc/mongoc-error.h" role="src" />
<file md5sum="b3f65d48c053b6c41023065364efb459" name="src/libmongoc/src/mongoc/mongoc-find-and-modify-private.h" role="src" />
<file md5sum="57c6671cb89445fd7e5f9948d4215dfe" name="src/libmongoc/src/mongoc/mongoc-find-and-modify.c" role="src" />
<file md5sum="3c4796d115477cbb6359daf8ea5d6d81" name="src/libmongoc/src/mongoc/mongoc-find-and-modify.h" role="src" />
<file md5sum="d525a7c52dc00c28f8e41f0b5eb594af" name="src/libmongoc/src/mongoc/mongoc-flags.h" role="src" />
<file md5sum="11b6f617b95007b70ee8910fd7a4f37f" name="src/libmongoc/src/mongoc/mongoc-gridfs-file-list-private.h" role="src" />
<file md5sum="55787f0d6d184986d9406d489bad47c8" name="src/libmongoc/src/mongoc/mongoc-gridfs-file-list.c" role="src" />
<file md5sum="fd76aff14c8955f18d146a87422e0b0e" name="src/libmongoc/src/mongoc/mongoc-gridfs-file-list.h" role="src" />
<file md5sum="c2a09954b6e6052b64660717828cd510" name="src/libmongoc/src/mongoc/mongoc-gridfs-file-page-private.h" role="src" />
<file md5sum="6f0ed4d860816a02bfd98c9b50340227" name="src/libmongoc/src/mongoc/mongoc-gridfs-file-page.c" role="src" />
<file md5sum="62cee46bc3e899eb3b9cc50b293ec24f" name="src/libmongoc/src/mongoc/mongoc-gridfs-file-page.h" role="src" />
<file md5sum="475f90f518868d60b30e9579f6aa8173" name="src/libmongoc/src/mongoc/mongoc-gridfs-file-private.h" role="src" />
<file md5sum="0e6e2ea475ec5158e6294e430aaf38ce" name="src/libmongoc/src/mongoc/mongoc-gridfs-file.c" role="src" />
<file md5sum="41b93c603de61598a286680ae106c445" name="src/libmongoc/src/mongoc/mongoc-gridfs-file.h" role="src" />
<file md5sum="c0d009822182252f718f12bc91831fbd" name="src/libmongoc/src/mongoc/mongoc-gridfs-private.h" role="src" />
<file md5sum="a3c87ba9220ff8cecdf1d3e6fffee5cc" name="src/libmongoc/src/mongoc/mongoc-gridfs.c" role="src" />
<file md5sum="46346929a8b97c037a7d1d4b9962463f" name="src/libmongoc/src/mongoc/mongoc-gridfs.h" role="src" />
<file md5sum="dece6f3a8c930015061ad0ed6b3c150c" name="src/libmongoc/src/mongoc/mongoc-gssapi-private.h" role="src" />
<file md5sum="f238a7c7de0e7526d1086098ce25b34c" name="src/libmongoc/src/mongoc/mongoc-gssapi.c" role="src" />
<file md5sum="2cd1fa633ba652860b2030e49f0f615d" name="src/libmongoc/src/mongoc/mongoc-handshake-compiler-private.h" role="src" />
<file md5sum="acd3ac65330f6168eb1fc6577122ac1b" name="src/libmongoc/src/mongoc/mongoc-handshake-os-private.h" role="src" />
<file md5sum="effc4b3efb168e71f109ba477e764540" name="src/libmongoc/src/mongoc/mongoc-handshake-private.h" role="src" />
<file md5sum="3c8b24aaf69fb443562fec9d575f6b8a" name="src/libmongoc/src/mongoc/mongoc-handshake.c" role="src" />
<file md5sum="388f40f82089b16891d60c725a542de8" name="src/libmongoc/src/mongoc/mongoc-handshake.h" role="src" />
<file md5sum="332280878107ebdd89acc7cd81db21ef" name="src/libmongoc/src/mongoc/mongoc-host-list-private.h" role="src" />
<file md5sum="716c96af55e51d223cb6030e088a0eae" name="src/libmongoc/src/mongoc/mongoc-host-list.c" role="src" />
<file md5sum="f70e2d7aedaa022afd2e9f23d3d2e76e" name="src/libmongoc/src/mongoc/mongoc-host-list.h" role="src" />
<file md5sum="5ac6b6febc5f47878215fbc74bd44de7" name="src/libmongoc/src/mongoc/mongoc-index.c" role="src" />
<file md5sum="3f3c464648d900306ae7b280eee0bba6" name="src/libmongoc/src/mongoc/mongoc-index.h" role="src" />
<file md5sum="98ad7e9f7d993be9a4690fccee375e12" name="src/libmongoc/src/mongoc/mongoc-init.c" role="src" />
<file md5sum="12558b7ab94e2f39099cb8b0624ba968" name="src/libmongoc/src/mongoc/mongoc-init.h" role="src" />
<file md5sum="b398a2fcabf5b20ec32f81174eeb2335" name="src/libmongoc/src/mongoc/mongoc-iovec.h" role="src" />
<file md5sum="6f7f31e0d0f1921e0a5fb96ba2cd9661" name="src/libmongoc/src/mongoc/mongoc-libressl-private.h" role="src" />
<file md5sum="81b33112fe46e5160d8e87382b1140c9" name="src/libmongoc/src/mongoc/mongoc-libressl.c" role="src" />
<file md5sum="a73820e036b564f7c8ad21d902d5d66e" name="src/libmongoc/src/mongoc/mongoc-linux-distro-scanner-private.h" role="src" />
<file md5sum="c1234d64e33fd6e685966ee11f39478a" name="src/libmongoc/src/mongoc/mongoc-linux-distro-scanner.c" role="src" />
<file md5sum="f4346bf2b2988b26b88775871bd27328" name="src/libmongoc/src/mongoc/mongoc-list-private.h" role="src" />
<file md5sum="ab4d31b167f229b490faf5b71a714339" name="src/libmongoc/src/mongoc/mongoc-list.c" role="src" />
<file md5sum="107da88d5cdff601a26446095a991a59" name="src/libmongoc/src/mongoc/mongoc-log-private.h" role="src" />
<file md5sum="e73fa576e5a3c04fe0a3a7a7b5cf82b5" name="src/libmongoc/src/mongoc/mongoc-log.c" role="src" />
<file md5sum="76e962ea420c1b911269c797c8a3adf0" name="src/libmongoc/src/mongoc/mongoc-log.h" role="src" />
<file md5sum="e4fac525a93a35492e16098e5270e639" name="src/libmongoc/src/mongoc/mongoc-macros.h" role="src" />
<file md5sum="a2565f41ea906c646e2f54720d1b67ff" name="src/libmongoc/src/mongoc/mongoc-matcher-op-private.h" role="src" />
<file md5sum="49159694d0e167f5272390d7ff6b834d" name="src/libmongoc/src/mongoc/mongoc-matcher-op.c" role="src" />
<file md5sum="bf951a240548f776a50461e051c740ef" name="src/libmongoc/src/mongoc/mongoc-matcher-private.h" role="src" />
<file md5sum="b068f9b5977666b664aab7dd97781a38" name="src/libmongoc/src/mongoc/mongoc-matcher.c" role="src" />
<file md5sum="d2617ff07c67a58cb548245c413382a8" name="src/libmongoc/src/mongoc/mongoc-matcher.h" role="src" />
<file md5sum="bbd4948f47290dc7c9393a51931ca3a6" name="src/libmongoc/src/mongoc/mongoc-memcmp-private.h" role="src" />
<file md5sum="0d8d56f849bb672bf57dbdf29dd52bdf" name="src/libmongoc/src/mongoc/mongoc-memcmp.c" role="src" />
<file md5sum="c4f004fe5de2467e3b2eba1060deb978" name="src/libmongoc/src/mongoc/mongoc-opcode.h" role="src" />
<file md5sum="5db0e035e9dd68c9df8931b3e0278e01" name="src/libmongoc/src/mongoc/mongoc-openssl-private.h" role="src" />
<file md5sum="51ad1317cbdc11769020b689cae4e77d" name="src/libmongoc/src/mongoc/mongoc-openssl.c" role="src" />
<file md5sum="8b5d953bb66d952e1c7c81186393d714" name="src/libmongoc/src/mongoc/mongoc-queue-private.h" role="src" />
<file md5sum="7da2ed3fabbeee9a88c7ddeab9f11a20" name="src/libmongoc/src/mongoc/mongoc-queue.c" role="src" />
<file md5sum="e57b2ef04f85e5b51aa16fe051c60cf1" name="src/libmongoc/src/mongoc/mongoc-rand-cng.c" role="src" />
<file md5sum="b8818c8c7c155272ab33a04dfb0c464c" name="src/libmongoc/src/mongoc/mongoc-rand-common-crypto.c" role="src" />
<file md5sum="9335fc967215cfdee64e6f884bccf4ac" name="src/libmongoc/src/mongoc/mongoc-rand-openssl.c" role="src" />
<file md5sum="9d0874c28f40e7afe17fc38e52754e26" name="src/libmongoc/src/mongoc/mongoc-rand-private.h" role="src" />
<file md5sum="a9f55f7922990fe356d0bb75cf09901e" name="src/libmongoc/src/mongoc/mongoc-rand.h" role="src" />
<file md5sum="b8f581bb3c78adffb9465f817c623ac6" name="src/libmongoc/src/mongoc/mongoc-read-concern-private.h" role="src" />
<file md5sum="35e6e223cb33df4be3f412e332d46f63" name="src/libmongoc/src/mongoc/mongoc-read-concern.c" role="src" />
<file md5sum="a9b0cc3201220ce7688aed3babcc2ce7" name="src/libmongoc/src/mongoc/mongoc-read-concern.h" role="src" />
<file md5sum="d18a126c0d7eec58b097745b00a790c6" name="src/libmongoc/src/mongoc/mongoc-read-prefs-private.h" role="src" />
<file md5sum="04f214d6b43b33b61613b4c085c164e8" name="src/libmongoc/src/mongoc/mongoc-read-prefs.c" role="src" />
<file md5sum="45e90593271f17c82d21513d136dd677" name="src/libmongoc/src/mongoc/mongoc-read-prefs.h" role="src" />
<file md5sum="e5d014b88b77f2f143f210fa9828cca7" name="src/libmongoc/src/mongoc/mongoc-rpc-private.h" role="src" />
<file md5sum="d93efda61a2ab6c35de562f44b63e960" name="src/libmongoc/src/mongoc/mongoc-rpc.c" role="src" />
<file md5sum="be94e6cc68aff52c49079171f661a2e9" name="src/libmongoc/src/mongoc/mongoc-sasl-private.h" role="src" />
<file md5sum="6383f4dd4160e092f06ecd3080cb270d" name="src/libmongoc/src/mongoc/mongoc-sasl.c" role="src" />
<file md5sum="589fdf85fbae3a7066c606cc6a286970" name="src/libmongoc/src/mongoc/mongoc-scram-private.h" role="src" />
<file md5sum="20d4fe448dd3828ba8fb0483ed1488f3" name="src/libmongoc/src/mongoc/mongoc-scram.c" role="src" />
<file md5sum="cf746217e6db641c303af0df750895b3" name="src/libmongoc/src/mongoc/mongoc-secure-channel-private.h" role="src" />
<file md5sum="36e16202dd4ee2a8d903c1211ca5cc3b" name="src/libmongoc/src/mongoc/mongoc-secure-channel.c" role="src" />
<file md5sum="dc624825cfaf5b68664efb7260c93785" name="src/libmongoc/src/mongoc/mongoc-secure-transport-private.h" role="src" />
<file md5sum="545a95e5ebdbb40767d124b44b4cc1ba" name="src/libmongoc/src/mongoc/mongoc-secure-transport.c" role="src" />
<file md5sum="3269b97252313b6f17e179f33aa44913" name="src/libmongoc/src/mongoc/mongoc-server-description-private.h" role="src" />
<file md5sum="39d4b63b970e8658cced4f070a199627" name="src/libmongoc/src/mongoc/mongoc-server-description.c" role="src" />
<file md5sum="a229b80c0763b7c9d694461dc2159822" name="src/libmongoc/src/mongoc/mongoc-server-description.h" role="src" />
<file md5sum="8acd8100bec70a16bb6fa98db370e006" name="src/libmongoc/src/mongoc/mongoc-server-stream-private.h" role="src" />
<file md5sum="0af4a374590f03c480f22e200305f819" name="src/libmongoc/src/mongoc/mongoc-server-stream.c" role="src" />
<file md5sum="1f2f5e3eca34ea61ac9c45d5f46c7bea" name="src/libmongoc/src/mongoc/mongoc-set-private.h" role="src" />
<file md5sum="8ccf743a528228e45df86f939187691b" name="src/libmongoc/src/mongoc/mongoc-set.c" role="src" />
<file md5sum="ca327e5c252d3ba97d6c9ab032305e5f" name="src/libmongoc/src/mongoc/mongoc-socket-private.h" role="src" />
<file md5sum="785e74ff6e5d3baafbb67d8f29468877" name="src/libmongoc/src/mongoc/mongoc-socket.c" role="src" />
<file md5sum="ceab1549dde4d167a800d5a70d9d0b9b" name="src/libmongoc/src/mongoc/mongoc-socket.h" role="src" />
<file md5sum="05bf29935e2bbbc82f96b49c7dec7108" name="src/libmongoc/src/mongoc/mongoc-ssl-private.h" role="src" />
<file md5sum="9dfb38e915946752d1fe28a038b2a606" name="src/libmongoc/src/mongoc/mongoc-ssl.c" role="src" />
<file md5sum="fa7ceac4882b442c346dcafd280675f5" name="src/libmongoc/src/mongoc/mongoc-ssl.h" role="src" />
<file md5sum="3e08931a7ce2ba0ba059e83008cdd18a" name="src/libmongoc/src/mongoc/mongoc-sspi-private.h" role="src" />
<file md5sum="1572cd62c78a88b239c39d1ce9e169d2" name="src/libmongoc/src/mongoc/mongoc-sspi.c" role="src" />
<file md5sum="6e2f1849fbd868392e249b144a1224a9" name="src/libmongoc/src/mongoc/mongoc-stream-buffered.c" role="src" />
<file md5sum="595b533b1988bbdcfa56dff1b5bf3d22" name="src/libmongoc/src/mongoc/mongoc-stream-buffered.h" role="src" />
<file md5sum="131537d12d1fe8d7ee9b63a9f7ce27b7" name="src/libmongoc/src/mongoc/mongoc-stream-file.c" role="src" />
<file md5sum="fd95cee74b0c182bcb1059482b6e20f7" name="src/libmongoc/src/mongoc/mongoc-stream-file.h" role="src" />
<file md5sum="d247dac07fdfffa79422f0682f546a77" name="src/libmongoc/src/mongoc/mongoc-stream-gridfs.c" role="src" />
<file md5sum="4aedf06d31523f5798b5da869d6b96da" name="src/libmongoc/src/mongoc/mongoc-stream-gridfs.h" role="src" />
<file md5sum="ba59401b4e69b181081395feaf9eca02" name="src/libmongoc/src/mongoc/mongoc-stream-private.h" role="src" />
<file md5sum="e5bc4577d69081841b6ec339e48f3831" name="src/libmongoc/src/mongoc/mongoc-stream-socket.c" role="src" />
<file md5sum="21878b2874ec53ff88034c5fc94a8e36" name="src/libmongoc/src/mongoc/mongoc-stream-socket.h" role="src" />
<file md5sum="a74784297494ff6ba621175a0d2c0173" name="src/libmongoc/src/mongoc/mongoc-stream-tls-libressl-private.h" role="src" />
<file md5sum="3b9a7823f867095f5dddeba72c3eb02d" name="src/libmongoc/src/mongoc/mongoc-stream-tls-libressl.c" role="src" />
<file md5sum="9b23137cec32ffbc50d64eed110f5d64" name="src/libmongoc/src/mongoc/mongoc-stream-tls-libressl.h" role="src" />
<file md5sum="b94abd4f830e770edb4fdcb3de94e899" name="src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-bio-private.h" role="src" />
<file md5sum="d9b74e3747e535580d49fd84fa968ff2" name="src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-bio.c" role="src" />
<file md5sum="7c46291f019d55b03fde342c3f8a9787" name="src/libmongoc/src/mongoc/mongoc-stream-tls-openssl-private.h" role="src" />
<file md5sum="f00969fe6175703089bcbb3f8836ac9d" name="src/libmongoc/src/mongoc/mongoc-stream-tls-openssl.c" role="src" />
<file md5sum="a139ea68812ffc186864a37ecaeffde4" name="src/libmongoc/src/mongoc/mongoc-stream-tls-openssl.h" role="src" />
<file md5sum="991ad2ed2a006a524126641819075dd0" name="src/libmongoc/src/mongoc/mongoc-stream-tls-private.h" role="src" />
<file md5sum="22c6550c4bda6c672868bb0091873af2" name="src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel-private.h" role="src" />
<file md5sum="3b359e6bb8532231f495824a13608fe4" name="src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel.c" role="src" />
<file md5sum="1d8d42150198ee2c3b843b01260d1d59" name="src/libmongoc/src/mongoc/mongoc-stream-tls-secure-channel.h" role="src" />
<file md5sum="b0a2657fd14bda6ff08dc08028860cd7" name="src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport-private.h" role="src" />
<file md5sum="5dbf8cea2d7a86ad28fd1725ed736b8b" name="src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport.c" role="src" />
<file md5sum="3559c23a18e215d035d5232d46b703ab" name="src/libmongoc/src/mongoc/mongoc-stream-tls-secure-transport.h" role="src" />
<file md5sum="293bc98699ba6e4bc15ca81c45166e19" name="src/libmongoc/src/mongoc/mongoc-stream-tls.c" role="src" />
<file md5sum="2ac41a260b7b5070863ef2c4a7d5b8d0" name="src/libmongoc/src/mongoc/mongoc-stream-tls.h" role="src" />
<file md5sum="d328e357c4c9754abb3f658a5d3f7c48" name="src/libmongoc/src/mongoc/mongoc-stream.c" role="src" />
<file md5sum="86440e4657a80a75d4cd6d3823cfc01b" name="src/libmongoc/src/mongoc/mongoc-stream.h" role="src" />
<file md5sum="ceeb38c5d0125ba0ed559e2557f27770" name="src/libmongoc/src/mongoc/mongoc-thread-private.h" role="src" />
<file md5sum="8498688a48396943f0b1a656613a9de4" name="src/libmongoc/src/mongoc/mongoc-topology-description-apm-private.h" role="src" />
<file md5sum="c29f194ee4342754d0db9c2a3b3f878e" name="src/libmongoc/src/mongoc/mongoc-topology-description-apm.c" role="src" />
<file md5sum="0676dcdbd3bc02684912f3570d7fd9e4" name="src/libmongoc/src/mongoc/mongoc-topology-description-private.h" role="src" />
<file md5sum="1b4d2b9d287692dd9e8dfc6fd4c15826" name="src/libmongoc/src/mongoc/mongoc-topology-description.c" role="src" />
<file md5sum="53ba27e26803bb1705b05fd44d19d8b7" name="src/libmongoc/src/mongoc/mongoc-topology-description.h" role="src" />
<file md5sum="789348fd3fd3a71130349cf6f733d306" name="src/libmongoc/src/mongoc/mongoc-topology-private.h" role="src" />
<file md5sum="9e5212b7fc03292c96eb8f5af1872029" name="src/libmongoc/src/mongoc/mongoc-topology-scanner-private.h" role="src" />
<file md5sum="b5a6fefe5644cbfe8294dac1f4c8e00b" name="src/libmongoc/src/mongoc/mongoc-topology-scanner.c" role="src" />
<file md5sum="8667f2752869853c54740240b47ec574" name="src/libmongoc/src/mongoc/mongoc-topology.c" role="src" />
<file md5sum="9070611a08226982864902ecf668d098" name="src/libmongoc/src/mongoc/mongoc-trace-private.h" role="src" />
<file md5sum="c4f7c3cef35a4d694c0d5571bfd276a3" name="src/libmongoc/src/mongoc/mongoc-uri-private.h" role="src" />
<file md5sum="d950b7d412ea51f64f2fb62b38107174" name="src/libmongoc/src/mongoc/mongoc-uri.c" role="src" />
<file md5sum="ff5e789f40f8c20801915eb459401f5e" name="src/libmongoc/src/mongoc/mongoc-uri.h" role="src" />
<file md5sum="4cece4a1a6c16868a13a31cedee8cd46" name="src/libmongoc/src/mongoc/mongoc-util-private.h" role="src" />
<file md5sum="4c23935b28f360913a2f9df54d6f8f3c" name="src/libmongoc/src/mongoc/mongoc-util.c" role="src" />
<file md5sum="5c7c2a82e500e9a518fa596ff9c44021" name="src/libmongoc/src/mongoc/mongoc-version-functions.c" role="src" />
<file md5sum="0f37390d6ec78b9b332f7a87924407dc" name="src/libmongoc/src/mongoc/mongoc-version-functions.h" role="src" />
<file md5sum="3c53a61a5a80066a89bdb7b926881b17" name="src/libmongoc/src/mongoc/mongoc-version.h" role="src" />
<file md5sum="2f63b4b1f86910aab6a6e7423af3f7a8" name="src/libmongoc/src/mongoc/mongoc-version.h.in" role="src" />
<file md5sum="22d9e0f21c5242e7884f6854899edbc7" name="src/libmongoc/src/mongoc/mongoc-write-command-private.h" role="src" />
<file md5sum="35324995b3b3996c7a4599cb540afbd7" name="src/libmongoc/src/mongoc/mongoc-write-command.c" role="src" />
<file md5sum="244a3b0c18fcc0580870900f8103073a" name="src/libmongoc/src/mongoc/mongoc-write-concern-private.h" role="src" />
<file md5sum="2ab1559db960960d9af654ee1d1eea85" name="src/libmongoc/src/mongoc/mongoc-write-concern.c" role="src" />
<file md5sum="c508009d926802beaef08602b99094c8" name="src/libmongoc/src/mongoc/mongoc-write-concern.h" role="src" />
<file md5sum="28f12f34bd8577a12914ee4dedef3edf" name="src/libmongoc/src/mongoc/mongoc.h" role="src" />
<file md5sum="f3e25b8f4865b4ff5ce5830870d8cec5" name="src/libmongoc/src/mongoc/op-compressed.def" role="src" />
<file md5sum="ed1890accd7d9a1426fdac121ed42ad4" name="src/libmongoc/src/mongoc/op-delete.def" role="src" />
<file md5sum="9af88adf2ef432761bbe81db2f9bdce7" name="src/libmongoc/src/mongoc/op-get-more.def" role="src" />
<file md5sum="242fff22640f143ae262e363e8552a7e" name="src/libmongoc/src/mongoc/op-header.def" role="src" />
<file md5sum="2efe34631dd0d540d0f1d2fdb2d57813" name="src/libmongoc/src/mongoc/op-insert.def" role="src" />
<file md5sum="79ab986cb49a47e7c9bccdc4005a9697" name="src/libmongoc/src/mongoc/op-kill-cursors.def" role="src" />
<file md5sum="25dd34248b0000465c7e2ac769fc509a" name="src/libmongoc/src/mongoc/op-msg.def" role="src" />
<file md5sum="a986d22cb495d652dc6059d722bb3266" name="src/libmongoc/src/mongoc/op-query.def" role="src" />
<file md5sum="f82bc931404ce00b318675126572d667" name="src/libmongoc/src/mongoc/op-reply-header.def" role="src" />
<file md5sum="dd22bb15cb70d35fe25192f0f304871b" name="src/libmongoc/src/mongoc/op-reply.def" role="src" />
<file md5sum="03c6179a4fe8b51c606b03a763529d55" name="src/libmongoc/src/mongoc/op-update.def" role="src" />
<file md5sum="28abcc30025e7d451b99261aa88f218f" name="src/libmongoc/src/mongoc/utlist.h" role="src" />
<file md5sum="b14b05b0fd5ab1c867397927b67c1bd3" name="src/libmongoc/VERSION_CURRENT" role="src" />
<file md5sum="b14b05b0fd5ab1c867397927b67c1bd3" name="src/libmongoc/VERSION_RELEASED" role="src" />
<file md5sum="b1e6eeec6d7738306d501e0998881349" name="src/bson-encode.c" role="src" />
<file md5sum="cdaeec6f974f315d109533dd9e05d94d" name="src/bson.c" role="src" />
<file md5sum="7f3a9da81c74468d7af2bffb76986405" name="tests/apm/bug0950-001.phpt" role="test" />
<file md5sum="00654229722c57a064ffbc41b7b10f9b" name="tests/apm/bug0950-002.phpt" role="test" />
<file md5sum="e6dad23928aa72a82a9cba345231c801" name="tests/apm/monitoring-addSubscriber-001.phpt" role="test" />
<file md5sum="c1e1a66749316549daff5419a8bb3df9" name="tests/apm/monitoring-addSubscriber-002.phpt" role="test" />
<file md5sum="1badcfc1818659e4d1af67a51cb263f8" name="tests/apm/monitoring-addSubscriber-003.phpt" role="test" />
<file md5sum="5c04573b079dc9dc005ec29e63387647" name="tests/apm/monitoring-addSubscriber-004.phpt" role="test" />
<file md5sum="2beac8ca4b1014f0ccb6e8bde43a00dc" name="tests/apm/monitoring-commandFailed-001.phpt" role="test" />
<file md5sum="f8e1d6a32a7bace6b9440f0974da0ceb" name="tests/apm/monitoring-commandFailed-002.phpt" role="test" />
<file md5sum="da13417b2206284c51edb30bf64afb9b" name="tests/apm/monitoring-commandStarted-001.phpt" role="test" />
<file md5sum="d6756585d0fe7cb9a9f468114aeb01e2" name="tests/apm/monitoring-commandSucceeded-001.phpt" role="test" />
<file md5sum="65076ba653d62e35a5d41fcdd6261ba0" name="tests/apm/monitoring-commandSucceeded-002.phpt" role="test" />
<file md5sum="742aa8efe0ffd875d19108a4cb86266e" name="tests/apm/monitoring-removeSubscriber-001.phpt" role="test" />
<file md5sum="a837ac17deb3648e16366c6160dc4f97" name="tests/apm/monitoring-removeSubscriber-002.phpt" role="test" />
<file md5sum="3f28a3815007332f6e7f0bc8b94b0627" name="tests/apm/overview.phpt" role="test" />
<file md5sum="b6ee01ca55973b188b7d83d79884c946" name="tests/bson-corpus/array-decodeError-001.phpt" role="test" />
<file md5sum="83f8434bb60797b4c6de3a675082b2ee" name="tests/bson-corpus/array-decodeError-002.phpt" role="test" />
<file md5sum="a185b9e13f33a7a5e33deed198aa5c56" name="tests/bson-corpus/array-decodeError-003.phpt" role="test" />
<file md5sum="5f7904f3ebaf38bb540b0b17e5ecd4d1" name="tests/bson-corpus/array-valid-001.phpt" role="test" />
<file md5sum="e664e3621ec2bad95c47047ce680b611" name="tests/bson-corpus/array-valid-002.phpt" role="test" />
<file md5sum="f7c25ec5028f6c436884b1160863fd0f" name="tests/bson-corpus/array-valid-003.phpt" role="test" />
<file md5sum="c74ab67c202ff570c5019da81993c5ba" name="tests/bson-corpus/array-valid-004.phpt" role="test" />
<file md5sum="8e413f5cb807cde854a34cb13b3386fc" name="tests/bson-corpus/binary-decodeError-001.phpt" role="test" />
<file md5sum="634976ba21553985d6ad1b33c3c7a94d" name="tests/bson-corpus/binary-decodeError-002.phpt" role="test" />
<file md5sum="c3d1081f87b20c7eccc634cc1fbe64dc" name="tests/bson-corpus/binary-decodeError-003.phpt" role="test" />
<file md5sum="029e9562d5745fcc40f68fa1f418ec3b" name="tests/bson-corpus/binary-decodeError-004.phpt" role="test" />
<file md5sum="4b2fb55983642f27a35f5044b0636d91" name="tests/bson-corpus/binary-decodeError-005.phpt" role="test" />
<file md5sum="42973b41103468bfafd3066be4bb7b48" name="tests/bson-corpus/binary-valid-001.phpt" role="test" />
<file md5sum="f6e30233405b16c9b436ea008a85bfd6" name="tests/bson-corpus/binary-valid-002.phpt" role="test" />
<file md5sum="3b4b3909abda591b158dd45ebdbe166b" name="tests/bson-corpus/binary-valid-003.phpt" role="test" />
<file md5sum="7292866378520a3727a8e126bffa9ae3" name="tests/bson-corpus/binary-valid-004.phpt" role="test" />
<file md5sum="2d3ff45f820fbc5b9338b5459de97866" name="tests/bson-corpus/binary-valid-005.phpt" role="test" />
<file md5sum="11933cd51cd1cdcc3cd134464e0896cf" name="tests/bson-corpus/binary-valid-006.phpt" role="test" />
<file md5sum="44569d1c0bf30bce454994a195f7823e" name="tests/bson-corpus/binary-valid-007.phpt" role="test" />
<file md5sum="05a35df52abd6765a5189c128284fcb4" name="tests/bson-corpus/binary-valid-008.phpt" role="test" />
<file md5sum="f84598efb7037482b132ac4fca5857e3" name="tests/bson-corpus/binary-valid-009.phpt" role="test" />
<file md5sum="6c4f6905bb8e6863c96588bd3a645177" name="tests/bson-corpus/binary-valid-010.phpt" role="test" />
<file md5sum="9a5f5e5d38089aaff6164dbc671e2246" name="tests/bson-corpus/binary-valid-011.phpt" role="test" />
<file md5sum="6acf60b8609adcb02a080fc2f2742acb" name="tests/bson-corpus/boolean-decodeError-001.phpt" role="test" />
<file md5sum="1b94fe0b7a11495dceaff6d1d2076082" name="tests/bson-corpus/boolean-decodeError-002.phpt" role="test" />
<file md5sum="2e89a679f02e12daac8311602f83c58b" name="tests/bson-corpus/boolean-valid-001.phpt" role="test" />
<file md5sum="fd64b1f664576a8cb9d5a8e96f883cdb" name="tests/bson-corpus/boolean-valid-002.phpt" role="test" />
<file md5sum="cb2c63091ce618abb5033167e4759ad3" name="tests/bson-corpus/code-decodeError-001.phpt" role="test" />
<file md5sum="d31b0b0e2e4979a9b9ec4e4d5bbca6ab" name="tests/bson-corpus/code-decodeError-002.phpt" role="test" />
<file md5sum="def5a9221b25131693a1a53d31535fef" name="tests/bson-corpus/code-decodeError-003.phpt" role="test" />
<file md5sum="a5047a340325e20232ad5ed40afc870b" name="tests/bson-corpus/code-decodeError-004.phpt" role="test" />
<file md5sum="3b5e60f96e1a28845decd47a24d9e1c8" name="tests/bson-corpus/code-decodeError-005.phpt" role="test" />
<file md5sum="5a5f978ebc00be2e2fd3f05d3544ad78" name="tests/bson-corpus/code-decodeError-006.phpt" role="test" />
<file md5sum="67b521b59cf0cee700b27ad76ad3f97f" name="tests/bson-corpus/code-decodeError-007.phpt" role="test" />
<file md5sum="4dd62a2936dc0d2a8b89d1e11727071c" name="tests/bson-corpus/code-valid-001.phpt" role="test" />
<file md5sum="fbbeca71baad82db682358fe22b40f92" name="tests/bson-corpus/code-valid-002.phpt" role="test" />
<file md5sum="39db4713192b7cf86eafaa9abc7fa35d" name="tests/bson-corpus/code-valid-003.phpt" role="test" />
<file md5sum="d56a95f4ddc720c825a8af0a14e65112" name="tests/bson-corpus/code-valid-004.phpt" role="test" />
<file md5sum="2fdd4dedb78278d264e22c3a059bae09" name="tests/bson-corpus/code-valid-005.phpt" role="test" />
<file md5sum="72e0600d4fa803ed685315248b0f864d" name="tests/bson-corpus/code-valid-006.phpt" role="test" />
<file md5sum="7e7b00cd6ae321cd06b04696558b93f9" name="tests/bson-corpus/code_w_scope-decodeError-001.phpt" role="test" />
<file md5sum="f0cba92ca6f26e073d988f2748d8e776" name="tests/bson-corpus/code_w_scope-decodeError-002.phpt" role="test" />
<file md5sum="eb2b50f7a920cc3442398f8e19f67119" name="tests/bson-corpus/code_w_scope-decodeError-003.phpt" role="test" />
<file md5sum="589dbd0b51bbc31700dd9a2edfef75c3" name="tests/bson-corpus/code_w_scope-decodeError-004.phpt" role="test" />
<file md5sum="7a02aa94adfd1007367d25ad001455a7" name="tests/bson-corpus/code_w_scope-decodeError-005.phpt" role="test" />
<file md5sum="2f8df9fe573147aa9b4e8416ce52b678" name="tests/bson-corpus/code_w_scope-decodeError-006.phpt" role="test" />
<file md5sum="8c9dbdc9c9b15b05859e87fc720483e9" name="tests/bson-corpus/code_w_scope-decodeError-007.phpt" role="test" />
<file md5sum="1b538522ec683297f76a6f53d9bfc559" name="tests/bson-corpus/code_w_scope-decodeError-008.phpt" role="test" />
<file md5sum="722497f92c19465fef10be41e1cbe89e" name="tests/bson-corpus/code_w_scope-decodeError-009.phpt" role="test" />
<file md5sum="7122940f8a8170b4129a8cb164bdd069" name="tests/bson-corpus/code_w_scope-decodeError-010.phpt" role="test" />
<file md5sum="64c54371cd7354cd57abb68d9e4bd9e0" name="tests/bson-corpus/code_w_scope-decodeError-011.phpt" role="test" />
<file md5sum="e51d958466aeeb7dbfd76347c3ac21e8" name="tests/bson-corpus/code_w_scope-valid-001.phpt" role="test" />
<file md5sum="27bc43506ee0a8112ccebf1e6020eb17" name="tests/bson-corpus/code_w_scope-valid-002.phpt" role="test" />
<file md5sum="a921c315930c5e272c2cd0ef6767bba2" name="tests/bson-corpus/code_w_scope-valid-003.phpt" role="test" />
<file md5sum="841870f527f9a55d8b49271fe6fd1c59" name="tests/bson-corpus/code_w_scope-valid-004.phpt" role="test" />
<file md5sum="5f945ba46fa191c856e73b76fd5ff451" name="tests/bson-corpus/code_w_scope-valid-005.phpt" role="test" />
<file md5sum="ce7213c4e3aae833d56812e57ca28cfa" name="tests/bson-corpus/datetime-decodeError-001.phpt" role="test" />
<file md5sum="f7bfa0b5340ca943ff152c50b0e1bf04" name="tests/bson-corpus/datetime-valid-001.phpt" role="test" />
<file md5sum="7b4a43c6d6f90fef8b7bca0a8c9a61e0" name="tests/bson-corpus/datetime-valid-002.phpt" role="test" />
<file md5sum="471939bcb3717b9d784cbb41dff0b8b4" name="tests/bson-corpus/datetime-valid-003.phpt" role="test" />
<file md5sum="0f753526142aad6abed8345951f3f90f" name="tests/bson-corpus/datetime-valid-004.phpt" role="test" />
<file md5sum="f6a0d646f5f59227ab1a2a2d94fdf180" name="tests/bson-corpus/dbref-valid-001.phpt" role="test" />
<file md5sum="0a9d842217ab322bffa873e492687737" name="tests/bson-corpus/dbref-valid-002.phpt" role="test" />
<file md5sum="35045645543825eb1964601f4fe86cae" name="tests/bson-corpus/dbref-valid-003.phpt" role="test" />
<file md5sum="6d08c11b156e71399412d2271dcc31ae" name="tests/bson-corpus/dbref-valid-004.phpt" role="test" />
<file md5sum="c8bea39a89b0a90b84842ad6d3a96a11" name="tests/bson-corpus/dbref-valid-005.phpt" role="test" />
<file md5sum="1be9664e30513a74507db5a31493d6ab" name="tests/bson-corpus/decimal128-1-valid-001.phpt" role="test" />
<file md5sum="6211d74f1ce5b93637cb0a0649071866" name="tests/bson-corpus/decimal128-1-valid-002.phpt" role="test" />
<file md5sum="6c3cc1a8b4342f226e53614aee46c850" name="tests/bson-corpus/decimal128-1-valid-003.phpt" role="test" />
<file md5sum="1258eedd19348a86ddd31f21d1115d9c" name="tests/bson-corpus/decimal128-1-valid-004.phpt" role="test" />
<file md5sum="ba2b9cf011c89650faa41c46503d6201" name="tests/bson-corpus/decimal128-1-valid-005.phpt" role="test" />
<file md5sum="13646f18b50308a4816c3a2adb583433" name="tests/bson-corpus/decimal128-1-valid-006.phpt" role="test" />
<file md5sum="e61f4ac46d6d11c7ff1e3eff3fead1bb" name="tests/bson-corpus/decimal128-1-valid-007.phpt" role="test" />
<file md5sum="ed121eaa293ae98345e2632ce931d87e" name="tests/bson-corpus/decimal128-1-valid-008.phpt" role="test" />
<file md5sum="38799d1515616bb61426710833d27a33" name="tests/bson-corpus/decimal128-1-valid-009.phpt" role="test" />
<file md5sum="675915a04d0ccbe5e33c8cd191c49009" name="tests/bson-corpus/decimal128-1-valid-010.phpt" role="test" />
<file md5sum="da13a23d8a366f64173469a48d34bf75" name="tests/bson-corpus/decimal128-1-valid-011.phpt" role="test" />
<file md5sum="e53db0b3304cf22b40bd88648905b8b0" name="tests/bson-corpus/decimal128-1-valid-012.phpt" role="test" />
<file md5sum="e0ea8c1c0af2018097e277766178af4d" name="tests/bson-corpus/decimal128-1-valid-013.phpt" role="test" />
<file md5sum="683e01fbd575c916cf8318f79abe3e24" name="tests/bson-corpus/decimal128-1-valid-014.phpt" role="test" />
<file md5sum="14e8fd8b30319c05b7b11bb36ca1d653" name="tests/bson-corpus/decimal128-1-valid-015.phpt" role="test" />
<file md5sum="75c92b5d14312891ab5c3e16055743fa" name="tests/bson-corpus/decimal128-1-valid-016.phpt" role="test" />
<file md5sum="8a7fa49d165fda74aa161fe86a462b76" name="tests/bson-corpus/decimal128-1-valid-017.phpt" role="test" />
<file md5sum="ac80ba6121ddaa84a249b30ca2ea1872" name="tests/bson-corpus/decimal128-1-valid-018.phpt" role="test" />
<file md5sum="5d01624977a5c30b7d119314f3aff184" name="tests/bson-corpus/decimal128-1-valid-019.phpt" role="test" />
<file md5sum="8c3fcbbc3a7aa1640fe397c67a5cf899" name="tests/bson-corpus/decimal128-1-valid-020.phpt" role="test" />
<file md5sum="53f02848dfab7990fd60b1e9d38b67ad" name="tests/bson-corpus/decimal128-1-valid-021.phpt" role="test" />
<file md5sum="4361a2779601eba39c3636fe4083e6aa" name="tests/bson-corpus/decimal128-1-valid-022.phpt" role="test" />
<file md5sum="aa5c274f7340aa5640db649637a2b598" name="tests/bson-corpus/decimal128-1-valid-023.phpt" role="test" />
<file md5sum="cd2d62f86eefa21ed3515cf7331abebc" name="tests/bson-corpus/decimal128-1-valid-024.phpt" role="test" />
<file md5sum="5bc00004cb90af3b3c96d94f874ee0d2" name="tests/bson-corpus/decimal128-1-valid-025.phpt" role="test" />
<file md5sum="fcb960fc23592fae8d2ab1f043fe6d96" name="tests/bson-corpus/decimal128-1-valid-026.phpt" role="test" />
<file md5sum="7b4e7a0b389b795a77b30f955488581d" name="tests/bson-corpus/decimal128-1-valid-027.phpt" role="test" />
<file md5sum="03e0925896672089326dccfb5cdf3bb7" name="tests/bson-corpus/decimal128-1-valid-028.phpt" role="test" />
<file md5sum="7e4e2525f124be41a89a73d26b7918a0" name="tests/bson-corpus/decimal128-1-valid-029.phpt" role="test" />
<file md5sum="975e4fae01096e30dd2f99d8fae7e5ba" name="tests/bson-corpus/decimal128-1-valid-030.phpt" role="test" />
<file md5sum="9082185cf22808c7e69dcb1da3c423d9" name="tests/bson-corpus/decimal128-1-valid-031.phpt" role="test" />
<file md5sum="434f43477c58954f210d1af1fb6588c1" name="tests/bson-corpus/decimal128-1-valid-032.phpt" role="test" />
<file md5sum="a052b5e7678dd60a7c7e7de744c87017" name="tests/bson-corpus/decimal128-1-valid-033.phpt" role="test" />
<file md5sum="613ab4ac14503406b50607c19d273cb8" name="tests/bson-corpus/decimal128-1-valid-034.phpt" role="test" />
<file md5sum="5c0d2131e7acbfaedc525a8f4c4f2d45" name="tests/bson-corpus/decimal128-1-valid-035.phpt" role="test" />
<file md5sum="3fe40e8d661ebc168a849a2c45472477" name="tests/bson-corpus/decimal128-1-valid-036.phpt" role="test" />
<file md5sum="ed25faa820a283907a32e179616f5334" name="tests/bson-corpus/decimal128-1-valid-037.phpt" role="test" />
<file md5sum="8b29111ce0810339305ebb10f2bef961" name="tests/bson-corpus/decimal128-1-valid-038.phpt" role="test" />
<file md5sum="b7a91a4e418cad9b65d56549fadbadc1" name="tests/bson-corpus/decimal128-1-valid-039.phpt" role="test" />
<file md5sum="6bd56aaf565aa7aad486a0c6dd65e65a" name="tests/bson-corpus/decimal128-1-valid-040.phpt" role="test" />
<file md5sum="e676d6b392e18ca3c128e53fcef060d7" name="tests/bson-corpus/decimal128-1-valid-041.phpt" role="test" />
<file md5sum="442a9f5586ada55d3f140dffa1877de6" name="tests/bson-corpus/decimal128-1-valid-042.phpt" role="test" />
<file md5sum="84ea678317f307cb585a66b5cc692a02" name="tests/bson-corpus/decimal128-1-valid-043.phpt" role="test" />
<file md5sum="95d97fe1c10db4b55b011c14eef8a39d" name="tests/bson-corpus/decimal128-1-valid-044.phpt" role="test" />
<file md5sum="403ac53597d14f2ccdede8493c078d2e" name="tests/bson-corpus/decimal128-1-valid-045.phpt" role="test" />
<file md5sum="820b7afdb1489889b589672526912ba4" name="tests/bson-corpus/decimal128-1-valid-046.phpt" role="test" />
<file md5sum="80ee524599f9f7e0642c7b37fd897e09" name="tests/bson-corpus/decimal128-1-valid-047.phpt" role="test" />
<file md5sum="d8f2a7e25e4008b5d7819cd8b678fcb9" name="tests/bson-corpus/decimal128-1-valid-048.phpt" role="test" />
<file md5sum="c238495574eeedc4cf8fd00573ea905e" name="tests/bson-corpus/decimal128-1-valid-049.phpt" role="test" />
<file md5sum="0b0973d7ea834026c163a2011fbeb080" name="tests/bson-corpus/decimal128-1-valid-050.phpt" role="test" />
<file md5sum="ec24828ca55a2bda0a2d66505b64936d" name="tests/bson-corpus/decimal128-1-valid-051.phpt" role="test" />
<file md5sum="729441ba04ae3012c56930d4096717c5" name="tests/bson-corpus/decimal128-1-valid-052.phpt" role="test" />
<file md5sum="8f95866d1d16ab43e97c7f2faa57ea28" name="tests/bson-corpus/decimal128-1-valid-053.phpt" role="test" />
<file md5sum="c37788e500a3ffd5e4fe9de2c7beb8d2" name="tests/bson-corpus/decimal128-1-valid-054.phpt" role="test" />
<file md5sum="75284b0772f6c51e3ddfac7b54b690fc" name="tests/bson-corpus/decimal128-1-valid-055.phpt" role="test" />
<file md5sum="195bb4db3fe142ea2a5c18f42511fb98" name="tests/bson-corpus/decimal128-1-valid-056.phpt" role="test" />
<file md5sum="ee3b5cfa0a47ab7816934bb3d910f865" name="tests/bson-corpus/decimal128-2-valid-001.phpt" role="test" />
<file md5sum="5e408cdeb8c9bd64821c2036e297074b" name="tests/bson-corpus/decimal128-2-valid-002.phpt" role="test" />
<file md5sum="14d41a31977b7f3f3117846057ba2601" name="tests/bson-corpus/decimal128-2-valid-003.phpt" role="test" />
<file md5sum="b18a1b7373ede0724f2419af2589ba2c" name="tests/bson-corpus/decimal128-2-valid-004.phpt" role="test" />
<file md5sum="66ff234efe9a92930a955012376426a8" name="tests/bson-corpus/decimal128-2-valid-005.phpt" role="test" />
<file md5sum="2ebc1553235eb6940c8eb52511ffaa20" name="tests/bson-corpus/decimal128-2-valid-006.phpt" role="test" />
<file md5sum="5b3c244258cc82c1518d8921c5968629" name="tests/bson-corpus/decimal128-2-valid-007.phpt" role="test" />
<file md5sum="37c5c0137ab212c29589fbc3f933b6e8" name="tests/bson-corpus/decimal128-2-valid-008.phpt" role="test" />
<file md5sum="0161b23d856375b66b5c609a0c11ab40" name="tests/bson-corpus/decimal128-2-valid-009.phpt" role="test" />
<file md5sum="b9a07e0062873f860c2bc4883ef61bea" name="tests/bson-corpus/decimal128-2-valid-010.phpt" role="test" />
<file md5sum="0d2c193c752e22363784d7f3fe8223cd" name="tests/bson-corpus/decimal128-2-valid-011.phpt" role="test" />
<file md5sum="2bbf62a4f860531f268664ccc1ff04a7" name="tests/bson-corpus/decimal128-2-valid-012.phpt" role="test" />
<file md5sum="8c7793815244ce46beb792fff2d5d9b2" name="tests/bson-corpus/decimal128-2-valid-013.phpt" role="test" />
<file md5sum="a018ded9ca70adae810dd2a6e1e73ac0" name="tests/bson-corpus/decimal128-2-valid-014.phpt" role="test" />
<file md5sum="33c3d1896d9a523f0dc3a6d17c7cd672" name="tests/bson-corpus/decimal128-2-valid-015.phpt" role="test" />
<file md5sum="cee62aa6daacce199f4bcff29baaa770" name="tests/bson-corpus/decimal128-2-valid-016.phpt" role="test" />
<file md5sum="8fb1a596f198f8dca07ad897ba785c44" name="tests/bson-corpus/decimal128-2-valid-017.phpt" role="test" />
<file md5sum="0446235e9a03299e5056cc02af33710c" name="tests/bson-corpus/decimal128-2-valid-018.phpt" role="test" />
<file md5sum="18f5d9e1b47d4a616382b538a8c96748" name="tests/bson-corpus/decimal128-2-valid-019.phpt" role="test" />
<file md5sum="7687301937038736b52fabce10c4318d" name="tests/bson-corpus/decimal128-2-valid-020.phpt" role="test" />
<file md5sum="f4e793063b75e6bdc63417fda9693333" name="tests/bson-corpus/decimal128-2-valid-021.phpt" role="test" />
<file md5sum="9402b1bb065a1cd7e86b4926bf66b465" name="tests/bson-corpus/decimal128-2-valid-022.phpt" role="test" />
<file md5sum="419293525c66ae26d2b20bb543814df4" name="tests/bson-corpus/decimal128-2-valid-023.phpt" role="test" />
<file md5sum="2175c57d8e8cb92126c4c92b0ccfc488" name="tests/bson-corpus/decimal128-2-valid-024.phpt" role="test" />
<file md5sum="0b1133406d9c82e15b84b85237be2bed" name="tests/bson-corpus/decimal128-2-valid-025.phpt" role="test" />
<file md5sum="d466e879d9363723795783b4c4eb47ff" name="tests/bson-corpus/decimal128-2-valid-026.phpt" role="test" />
<file md5sum="af2cd17bc30e18cbf53f942d8f362b47" name="tests/bson-corpus/decimal128-2-valid-027.phpt" role="test" />
<file md5sum="6fbbd48bb5eb9f930e85fad5bead1519" name="tests/bson-corpus/decimal128-2-valid-028.phpt" role="test" />
<file md5sum="15798456fa5e0d6452f1083b1fc5807b" name="tests/bson-corpus/decimal128-2-valid-029.phpt" role="test" />
<file md5sum="de2f22e66df859f1013a9cfadfd6ba98" name="tests/bson-corpus/decimal128-2-valid-030.phpt" role="test" />
<file md5sum="7eea0cf3baacbf61664f9d4daebcaba0" name="tests/bson-corpus/decimal128-2-valid-031.phpt" role="test" />
<file md5sum="8854ca1f4536973749715dd8fc29c9da" name="tests/bson-corpus/decimal128-2-valid-032.phpt" role="test" />
<file md5sum="7804c313c8e262224e2786cd658c5dfb" name="tests/bson-corpus/decimal128-2-valid-033.phpt" role="test" />
<file md5sum="ecfcceb6d572ecc43d8f51f7b461052a" name="tests/bson-corpus/decimal128-2-valid-034.phpt" role="test" />
<file md5sum="795cb7a559a455790f48b8d7099657e2" name="tests/bson-corpus/decimal128-2-valid-035.phpt" role="test" />
<file md5sum="5294b8700c5b184ceeab7e3fdac9ac09" name="tests/bson-corpus/decimal128-2-valid-036.phpt" role="test" />
<file md5sum="fa8c1f8e2471b1e88f70494e3d43a2a3" name="tests/bson-corpus/decimal128-2-valid-037.phpt" role="test" />
<file md5sum="b26ceb09c9c9fb679ce2ae070b46e440" name="tests/bson-corpus/decimal128-2-valid-038.phpt" role="test" />
<file md5sum="930c0a170ba388984e21ccc62befaa17" name="tests/bson-corpus/decimal128-2-valid-039.phpt" role="test" />
<file md5sum="1fc738e64b9cadd5508a6eef087e9e6a" name="tests/bson-corpus/decimal128-2-valid-040.phpt" role="test" />
<file md5sum="fd7e38aa78b293c936e6e30916154be2" name="tests/bson-corpus/decimal128-2-valid-041.phpt" role="test" />
<file md5sum="f1a6c263b9f19ca118927987a3a3e960" name="tests/bson-corpus/decimal128-2-valid-042.phpt" role="test" />
<file md5sum="dce7e447bd22e0e1b6ca368a0126f6c9" name="tests/bson-corpus/decimal128-2-valid-043.phpt" role="test" />
<file md5sum="5250c400c16366276e85dd3a84a68464" name="tests/bson-corpus/decimal128-2-valid-044.phpt" role="test" />
<file md5sum="d8ed4f32c9f21737c3db57d2ff9f517d" name="tests/bson-corpus/decimal128-2-valid-045.phpt" role="test" />
<file md5sum="8da310bcd5248f1a4c788e57292fcbf3" name="tests/bson-corpus/decimal128-2-valid-046.phpt" role="test" />
<file md5sum="b78100f032f9b07917f03f6f43b27032" name="tests/bson-corpus/decimal128-2-valid-047.phpt" role="test" />
<file md5sum="fb9958f291c703f5c29a7f5572db3bcc" name="tests/bson-corpus/decimal128-2-valid-048.phpt" role="test" />
<file md5sum="39f6a9f651550909f54aba9ce62ee4c5" name="tests/bson-corpus/decimal128-2-valid-049.phpt" role="test" />
<file md5sum="de192bf93dc79e402aa334f45ba18b1e" name="tests/bson-corpus/decimal128-2-valid-050.phpt" role="test" />
<file md5sum="3d67788e6781992107655e299446eddb" name="tests/bson-corpus/decimal128-2-valid-051.phpt" role="test" />
<file md5sum="6e480e0a1b326ce956f40b40fb5ed094" name="tests/bson-corpus/decimal128-2-valid-052.phpt" role="test" />
<file md5sum="b41ce0b1219941d0432219f37a710aa5" name="tests/bson-corpus/decimal128-2-valid-053.phpt" role="test" />
<file md5sum="91b106e513924c9a611bc7a27919ce4b" name="tests/bson-corpus/decimal128-2-valid-054.phpt" role="test" />
<file md5sum="4dfbe9e6347d72e4ba4403e722314b53" name="tests/bson-corpus/decimal128-2-valid-055.phpt" role="test" />
<file md5sum="caf747e3fd2e28b322612199074487dd" name="tests/bson-corpus/decimal128-2-valid-056.phpt" role="test" />
<file md5sum="30424dfa94cdaf355ca52920a787fd10" name="tests/bson-corpus/decimal128-2-valid-057.phpt" role="test" />
<file md5sum="cf94d76866c57ff87907cafeb8fbe7e8" name="tests/bson-corpus/decimal128-2-valid-058.phpt" role="test" />
<file md5sum="48e42590a32c360bb1861b691884c2a0" name="tests/bson-corpus/decimal128-2-valid-059.phpt" role="test" />
<file md5sum="5eb9b793969b6fbf7adc222f285ad250" name="tests/bson-corpus/decimal128-2-valid-060.phpt" role="test" />
<file md5sum="2365af956b837469db89cdbdc8778421" name="tests/bson-corpus/decimal128-2-valid-061.phpt" role="test" />
<file md5sum="91d59d84d2ba39e6ba24ff68221d74f6" name="tests/bson-corpus/decimal128-2-valid-062.phpt" role="test" />
<file md5sum="753a7e1af8e0a2d9975335e8ea3f140a" name="tests/bson-corpus/decimal128-2-valid-063.phpt" role="test" />
<file md5sum="944e77c82029d92d3ff7140cf5dc5018" name="tests/bson-corpus/decimal128-2-valid-064.phpt" role="test" />
<file md5sum="ea6e3558be75757726e0dd2e970c023c" name="tests/bson-corpus/decimal128-2-valid-065.phpt" role="test" />
<file md5sum="ab5c5c8d5cdf13c31212a8b122a1f7d6" name="tests/bson-corpus/decimal128-2-valid-066.phpt" role="test" />
<file md5sum="76a085cd5533ccb41e25c04ce208404d" name="tests/bson-corpus/decimal128-2-valid-067.phpt" role="test" />
<file md5sum="4c038c0004299008f8530ee1905db50a" name="tests/bson-corpus/decimal128-2-valid-068.phpt" role="test" />
<file md5sum="3f5cc49cc6ba45b816028b3cc92d264f" name="tests/bson-corpus/decimal128-2-valid-069.phpt" role="test" />
<file md5sum="a7e88590454ce68e11ae15005f23082e" name="tests/bson-corpus/decimal128-2-valid-070.phpt" role="test" />
<file md5sum="5bae02a95b54fd348d174eb3d85f04eb" name="tests/bson-corpus/decimal128-2-valid-071.phpt" role="test" />
<file md5sum="ebd162d6f711b331e7accc7fa5c1d835" name="tests/bson-corpus/decimal128-2-valid-072.phpt" role="test" />
<file md5sum="d235b6936bfecf314267d9c14953a7d4" name="tests/bson-corpus/decimal128-2-valid-073.phpt" role="test" />
<file md5sum="c5ec17d328828052df60b7584bf38757" name="tests/bson-corpus/decimal128-2-valid-074.phpt" role="test" />
<file md5sum="9ba36e27db6ecb0a0aa936a5b492b0b9" name="tests/bson-corpus/decimal128-2-valid-075.phpt" role="test" />
<file md5sum="fb767d85a2edeae3c8bffa7d5760c10b" name="tests/bson-corpus/decimal128-2-valid-076.phpt" role="test" />
<file md5sum="c6957d607d662ed2cc67330eb10f2402" name="tests/bson-corpus/decimal128-2-valid-077.phpt" role="test" />
<file md5sum="681b2a2936c14f2004c7dec85d01b2e2" name="tests/bson-corpus/decimal128-2-valid-078.phpt" role="test" />
<file md5sum="1b1f27774210373d6afcf151bbb07bca" name="tests/bson-corpus/decimal128-2-valid-079.phpt" role="test" />
<file md5sum="e22ea399a7e6b673efbd0dc4c0888699" name="tests/bson-corpus/decimal128-2-valid-080.phpt" role="test" />
<file md5sum="2788019eba5db7c958a9a1f2535c8c0d" name="tests/bson-corpus/decimal128-2-valid-081.phpt" role="test" />
<file md5sum="e26769d5a2bde67c35f09c10a9de9dbf" name="tests/bson-corpus/decimal128-2-valid-082.phpt" role="test" />
<file md5sum="5dcc949efe0bd05699a5600c8c7171b0" name="tests/bson-corpus/decimal128-2-valid-083.phpt" role="test" />
<file md5sum="0c0e987a3230f753fe95372c7f90a32b" name="tests/bson-corpus/decimal128-2-valid-084.phpt" role="test" />
<file md5sum="66c6528d392928c73aaee101bab0d4e7" name="tests/bson-corpus/decimal128-2-valid-085.phpt" role="test" />
<file md5sum="4b4c6033d1cc69584ddc02d2cb61679c" name="tests/bson-corpus/decimal128-2-valid-086.phpt" role="test" />
<file md5sum="9fef33369778b3b31af02f918bc940d1" name="tests/bson-corpus/decimal128-2-valid-087.phpt" role="test" />
<file md5sum="83571d78ab83eb7d6f26039c06392f61" name="tests/bson-corpus/decimal128-2-valid-088.phpt" role="test" />
<file md5sum="6f3abc25b06b28dd814748aefe26fbee" name="tests/bson-corpus/decimal128-2-valid-089.phpt" role="test" />
<file md5sum="4bdd4a38167e036b0edc16fef1d0d7c0" name="tests/bson-corpus/decimal128-2-valid-090.phpt" role="test" />
<file md5sum="f70773da403b020c400324ad86a7cef0" name="tests/bson-corpus/decimal128-2-valid-091.phpt" role="test" />
<file md5sum="3b10869e9ebff2e3fe99adeb0932fb1c" name="tests/bson-corpus/decimal128-2-valid-092.phpt" role="test" />
<file md5sum="0341f9cca69ca88f914acfa9c0b11dcd" name="tests/bson-corpus/decimal128-2-valid-093.phpt" role="test" />
<file md5sum="5dd6ebcbd16e2d783fb924bc0168ced7" name="tests/bson-corpus/decimal128-2-valid-094.phpt" role="test" />
<file md5sum="be4a8b9bec6e5e94d77ff089ff1d0ee1" name="tests/bson-corpus/decimal128-2-valid-095.phpt" role="test" />
<file md5sum="442195cc8ef85c91e2fbef49122e628e" name="tests/bson-corpus/decimal128-2-valid-096.phpt" role="test" />
<file md5sum="7b92d8695368b4974328d3bf221e46be" name="tests/bson-corpus/decimal128-2-valid-097.phpt" role="test" />
<file md5sum="2e3ff697a3a2abd7b9ec13e52358ebb3" name="tests/bson-corpus/decimal128-2-valid-098.phpt" role="test" />
<file md5sum="ec685a2e20a0ec15f6bf3ff73f360d85" name="tests/bson-corpus/decimal128-2-valid-099.phpt" role="test" />
<file md5sum="4201a63bfd136d7e662938f67dd05254" name="tests/bson-corpus/decimal128-2-valid-100.phpt" role="test" />
<file md5sum="2d08081f184061e053ebc445e5b8cd24" name="tests/bson-corpus/decimal128-2-valid-101.phpt" role="test" />
<file md5sum="3a6ff963db42fcf64206e2de4ee780cc" name="tests/bson-corpus/decimal128-2-valid-102.phpt" role="test" />
<file md5sum="540d5b91603c7357e8d89824d5719737" name="tests/bson-corpus/decimal128-2-valid-103.phpt" role="test" />
<file md5sum="796fc26fd08560613f19d9083e020338" name="tests/bson-corpus/decimal128-2-valid-104.phpt" role="test" />
<file md5sum="49df24fb744715760e55787d0957b5de" name="tests/bson-corpus/decimal128-2-valid-105.phpt" role="test" />
<file md5sum="66855ccf81d802eb68391b0807feedaf" name="tests/bson-corpus/decimal128-2-valid-106.phpt" role="test" />
<file md5sum="bbba9d352a373a719ccbe406d96ca835" name="tests/bson-corpus/decimal128-2-valid-107.phpt" role="test" />
<file md5sum="52d7e75eec143dd82f2c90ef5d20dd73" name="tests/bson-corpus/decimal128-2-valid-108.phpt" role="test" />
<file md5sum="b111889617eac3398d98dc2847efa454" name="tests/bson-corpus/decimal128-2-valid-109.phpt" role="test" />
<file md5sum="25202c94a851caaa78be7cc01d338083" name="tests/bson-corpus/decimal128-2-valid-110.phpt" role="test" />
<file md5sum="ac6afaac7a362f5418c78734fd34e8c0" name="tests/bson-corpus/decimal128-2-valid-111.phpt" role="test" />
<file md5sum="b5900c5ed1adec986f86fa21bd0da84f" name="tests/bson-corpus/decimal128-2-valid-112.phpt" role="test" />
<file md5sum="9cefd97e411d3ca7612875f1dc156f90" name="tests/bson-corpus/decimal128-2-valid-113.phpt" role="test" />
<file md5sum="8aae5fee09f7e8a17a69c47bd1fee75e" name="tests/bson-corpus/decimal128-2-valid-114.phpt" role="test" />
<file md5sum="e65ebb960f782a5013d39baaed48d41e" name="tests/bson-corpus/decimal128-2-valid-115.phpt" role="test" />
<file md5sum="cac712953a826fb899b728b30e3cea8d" name="tests/bson-corpus/decimal128-2-valid-116.phpt" role="test" />
<file md5sum="eff59a7472ca181c00839c6c7d87bd82" name="tests/bson-corpus/decimal128-2-valid-117.phpt" role="test" />
<file md5sum="9320d637ed82864d61562da53a374d0a" name="tests/bson-corpus/decimal128-2-valid-118.phpt" role="test" />
<file md5sum="5850b1ff7d5c26da1468534752e98ea3" name="tests/bson-corpus/decimal128-2-valid-119.phpt" role="test" />
<file md5sum="5dcf443d0ccc15b32aa834069fa6c412" name="tests/bson-corpus/decimal128-2-valid-120.phpt" role="test" />
<file md5sum="f85faa8be07f8d8173eb072a0570dc0e" name="tests/bson-corpus/decimal128-2-valid-121.phpt" role="test" />
<file md5sum="573c4ccdfad6c9f0f59360c986ebd2c9" name="tests/bson-corpus/decimal128-2-valid-122.phpt" role="test" />
<file md5sum="82c51a7042011e90499bf8170f28952d" name="tests/bson-corpus/decimal128-2-valid-123.phpt" role="test" />
<file md5sum="b0d78129713054d1c026f070c1ba0dad" name="tests/bson-corpus/decimal128-2-valid-124.phpt" role="test" />
<file md5sum="971f60d5191b863bd465b8cfe99fbb81" name="tests/bson-corpus/decimal128-2-valid-125.phpt" role="test" />
<file md5sum="008c8b511828b32f4345e74f432f57a1" name="tests/bson-corpus/decimal128-2-valid-126.phpt" role="test" />
<file md5sum="84014477bceff0f8d732a34e91400663" name="tests/bson-corpus/decimal128-2-valid-127.phpt" role="test" />
<file md5sum="aa3df20a486284805f6633f613f4ff9c" name="tests/bson-corpus/decimal128-2-valid-128.phpt" role="test" />
<file md5sum="8a0bb497bfac2faa7cee23cdc8d8a2c3" name="tests/bson-corpus/decimal128-2-valid-129.phpt" role="test" />
<file md5sum="e880542c707e7fc3a0bb82ff519213ac" name="tests/bson-corpus/decimal128-2-valid-130.phpt" role="test" />
<file md5sum="553bf9e872800102f95acd398629af64" name="tests/bson-corpus/decimal128-2-valid-131.phpt" role="test" />
<file md5sum="77a7bcbcba9bd363342d9c7b830fae34" name="tests/bson-corpus/decimal128-2-valid-132.phpt" role="test" />
<file md5sum="cff1328a6288da15f9350b68f8c5d489" name="tests/bson-corpus/decimal128-2-valid-133.phpt" role="test" />
<file md5sum="0ee8ae38952b950651a7b43a57b8c60b" name="tests/bson-corpus/decimal128-2-valid-134.phpt" role="test" />
<file md5sum="1ea5f4d4114b0706a6b8bd4ad46179c6" name="tests/bson-corpus/decimal128-2-valid-135.phpt" role="test" />
<file md5sum="6330096fc3283f7ef5136caafa57b1bd" name="tests/bson-corpus/decimal128-2-valid-136.phpt" role="test" />
<file md5sum="e6c4f50ff19a3e501ca6b573f3f47825" name="tests/bson-corpus/decimal128-2-valid-137.phpt" role="test" />
<file md5sum="e3a7756627e40c90117bbd3e7e8d17a2" name="tests/bson-corpus/decimal128-2-valid-138.phpt" role="test" />
<file md5sum="ba8acc01b63d6e8dd109c4c7997e2c6c" name="tests/bson-corpus/decimal128-2-valid-139.phpt" role="test" />
<file md5sum="7fab66eb8d2f53b33375a0013a955d26" name="tests/bson-corpus/decimal128-2-valid-140.phpt" role="test" />
<file md5sum="9f169b5e4371cbe24c056973cde84831" name="tests/bson-corpus/decimal128-2-valid-141.phpt" role="test" />
<file md5sum="d5dfc064d6f4e5e448f42bd730fed054" name="tests/bson-corpus/decimal128-2-valid-142.phpt" role="test" />
<file md5sum="fe97ba097b1d594eb1a09cd106a11854" name="tests/bson-corpus/decimal128-2-valid-143.phpt" role="test" />
<file md5sum="867c2c7530dd452ba36f0fa0d7022d91" name="tests/bson-corpus/decimal128-2-valid-144.phpt" role="test" />
<file md5sum="0bbc6e5d9a03298d265a72bddb8076b0" name="tests/bson-corpus/decimal128-2-valid-145.phpt" role="test" />
<file md5sum="b4ba690f01910bca2af1d00954d80a9d" name="tests/bson-corpus/decimal128-2-valid-146.phpt" role="test" />
<file md5sum="ea231b7006051408759096f712705fd7" name="tests/bson-corpus/decimal128-2-valid-147.phpt" role="test" />
<file md5sum="df997d34321d8620ff8a35d810fd9b02" name="tests/bson-corpus/decimal128-2-valid-148.phpt" role="test" />
<file md5sum="d4479dfa2cc526a133799b5e625181c3" name="tests/bson-corpus/decimal128-2-valid-149.phpt" role="test" />
<file md5sum="a6a1e66f9c931b707885f8d094500ac9" name="tests/bson-corpus/decimal128-2-valid-150.phpt" role="test" />
<file md5sum="3c92721f8d215a7c3fea8ac667706fba" name="tests/bson-corpus/decimal128-2-valid-151.phpt" role="test" />
<file md5sum="8fd7c1533b61fe6eca0e58ea4a017cab" name="tests/bson-corpus/decimal128-2-valid-152.phpt" role="test" />
<file md5sum="9748fe4d36fc0ceb9e72eb929748d760" name="tests/bson-corpus/decimal128-2-valid-153.phpt" role="test" />
<file md5sum="8d6cb5244dd36b26cf92648de850307b" name="tests/bson-corpus/decimal128-2-valid-154.phpt" role="test" />
<file md5sum="d9f95167b0f45e34bf472a405bb2cf11" name="tests/bson-corpus/decimal128-2-valid-155.phpt" role="test" />
<file md5sum="d8a54fba958ab819f07e0addec0b977f" name="tests/bson-corpus/decimal128-2-valid-156.phpt" role="test" />
<file md5sum="070b469361b80b8229357d23555aaf63" name="tests/bson-corpus/decimal128-2-valid-157.phpt" role="test" />
<file md5sum="34ce63d06e50aa4944679b48de0de335" name="tests/bson-corpus/decimal128-3-valid-001.phpt" role="test" />
<file md5sum="df328c1d2158b658942dce1a4c5bdfce" name="tests/bson-corpus/decimal128-3-valid-002.phpt" role="test" />
<file md5sum="9bcf947760c6bb9a958234bc41afd4f4" name="tests/bson-corpus/decimal128-3-valid-003.phpt" role="test" />
<file md5sum="180a4302dd151247a9a37cb5ce9d5d47" name="tests/bson-corpus/decimal128-3-valid-004.phpt" role="test" />
<file md5sum="54b812360f1de0b104455a39c8889c9e" name="tests/bson-corpus/decimal128-3-valid-005.phpt" role="test" />
<file md5sum="9f7c80841aacca871904857d6710cfa3" name="tests/bson-corpus/decimal128-3-valid-006.phpt" role="test" />
<file md5sum="0293d8c4c2123f53c819c27730d86197" name="tests/bson-corpus/decimal128-3-valid-007.phpt" role="test" />
<file md5sum="60e423b7c4a59f10532f6e10caf6e0ac" name="tests/bson-corpus/decimal128-3-valid-008.phpt" role="test" />
<file md5sum="e19c736e10533f9fe6998ae25081d21c" name="tests/bson-corpus/decimal128-3-valid-009.phpt" role="test" />
<file md5sum="965acf5ad70ef683da051811f71ad0bd" name="tests/bson-corpus/decimal128-3-valid-010.phpt" role="test" />
<file md5sum="628c029a7d5c3d51b9d669f11741703e" name="tests/bson-corpus/decimal128-3-valid-011.phpt" role="test" />
<file md5sum="05198752b5da78889234ed05f1be6993" name="tests/bson-corpus/decimal128-3-valid-012.phpt" role="test" />
<file md5sum="2a19fe2d928be479d4da0d7b5fe8005f" name="tests/bson-corpus/decimal128-3-valid-013.phpt" role="test" />
<file md5sum="3af90adbafbaa424d7b9f9318ff6db94" name="tests/bson-corpus/decimal128-3-valid-014.phpt" role="test" />
<file md5sum="52114773cfeb41974cefc54e33ffa9fa" name="tests/bson-corpus/decimal128-3-valid-015.phpt" role="test" />
<file md5sum="7076c929dbc5f535627e251811cb7187" name="tests/bson-corpus/decimal128-3-valid-016.phpt" role="test" />
<file md5sum="e17cda3744c02f6a62114f0b9227ab49" name="tests/bson-corpus/decimal128-3-valid-017.phpt" role="test" />
<file md5sum="61c8d58565c8d1224a9c0676d5513b4b" name="tests/bson-corpus/decimal128-3-valid-018.phpt" role="test" />
<file md5sum="3baacae5cfebaa97ea82b6b86ca7f67f" name="tests/bson-corpus/decimal128-3-valid-019.phpt" role="test" />
<file md5sum="6f0d7886b289c38462f5d73bab69429d" name="tests/bson-corpus/decimal128-3-valid-020.phpt" role="test" />
<file md5sum="31733bfe4a02fd610b308f6ec295e011" name="tests/bson-corpus/decimal128-3-valid-021.phpt" role="test" />
<file md5sum="848c7632ba9b923bf87fc62bd9f7d950" name="tests/bson-corpus/decimal128-3-valid-022.phpt" role="test" />
<file md5sum="318f52f20af58648b597e5a0a84cb502" name="tests/bson-corpus/decimal128-3-valid-023.phpt" role="test" />
<file md5sum="601d7464591e31244bf866bb08ed22b7" name="tests/bson-corpus/decimal128-3-valid-024.phpt" role="test" />
<file md5sum="e8fff68562159a22cb3dd1cc18da37ae" name="tests/bson-corpus/decimal128-3-valid-025.phpt" role="test" />
<file md5sum="1b3494487358e1a4f21d63a246e4d1d1" name="tests/bson-corpus/decimal128-3-valid-026.phpt" role="test" />
<file md5sum="890ab1774515db8761dc156430f8d85c" name="tests/bson-corpus/decimal128-3-valid-027.phpt" role="test" />
<file md5sum="e3eadea00725f55269ffca85c5f8c008" name="tests/bson-corpus/decimal128-3-valid-028.phpt" role="test" />
<file md5sum="8fbb4f5ca491b489e81a7ce09d3949cb" name="tests/bson-corpus/decimal128-3-valid-029.phpt" role="test" />
<file md5sum="f47494ab7e679e8818e1d6859bd5f127" name="tests/bson-corpus/decimal128-3-valid-030.phpt" role="test" />
<file md5sum="2684997e4eb6f61274bf887accfeed4a" name="tests/bson-corpus/decimal128-3-valid-031.phpt" role="test" />
<file md5sum="994338eb57c4179dd912901548d1f8ec" name="tests/bson-corpus/decimal128-3-valid-032.phpt" role="test" />
<file md5sum="819721414a29a06d9955b0cad0f2125d" name="tests/bson-corpus/decimal128-3-valid-033.phpt" role="test" />
<file md5sum="365a51312afc80e0fb501150c29e6459" name="tests/bson-corpus/decimal128-3-valid-034.phpt" role="test" />
<file md5sum="e7a0116a4a1cc5505da6a5d9b57dabac" name="tests/bson-corpus/decimal128-3-valid-035.phpt" role="test" />
<file md5sum="367042b8bc7cbc069a12e467b4ee808f" name="tests/bson-corpus/decimal128-3-valid-036.phpt" role="test" />
<file md5sum="81a942f5107c4ff31de391acb675238a" name="tests/bson-corpus/decimal128-3-valid-037.phpt" role="test" />
<file md5sum="18a0462849355e6152bfe9730c85bd62" name="tests/bson-corpus/decimal128-3-valid-038.phpt" role="test" />
<file md5sum="9ac0dbafb449b20c8d4577134b3426b6" name="tests/bson-corpus/decimal128-3-valid-039.phpt" role="test" />
<file md5sum="90ebcac3ae67c235aeb5238e1f4ec133" name="tests/bson-corpus/decimal128-3-valid-040.phpt" role="test" />
<file md5sum="6251fd1a5f9e2c7fd74dfa63bbd62d7a" name="tests/bson-corpus/decimal128-3-valid-041.phpt" role="test" />
<file md5sum="cca47ea381a8738e7b0099f460f2f8c0" name="tests/bson-corpus/decimal128-3-valid-042.phpt" role="test" />
<file md5sum="f637d2f9517908f27030e3660196515b" name="tests/bson-corpus/decimal128-3-valid-043.phpt" role="test" />
<file md5sum="bde96730654b79fd7b4078b07d282eef" name="tests/bson-corpus/decimal128-3-valid-044.phpt" role="test" />
<file md5sum="ee71d0f43cd2f467813ca6a77dcf2d30" name="tests/bson-corpus/decimal128-3-valid-045.phpt" role="test" />
<file md5sum="ff0e3aad7b641672842c802c49a958d6" name="tests/bson-corpus/decimal128-3-valid-046.phpt" role="test" />
<file md5sum="94b54b1fb76f4b0eff34f4eb0e9f4405" name="tests/bson-corpus/decimal128-3-valid-047.phpt" role="test" />
<file md5sum="52044d796ece83c2352f65673b6c1350" name="tests/bson-corpus/decimal128-3-valid-048.phpt" role="test" />
<file md5sum="9ce69dba579892069c0e85917a7c8974" name="tests/bson-corpus/decimal128-3-valid-049.phpt" role="test" />
<file md5sum="d8e88496d162ff5715f5501ef3c18b83" name="tests/bson-corpus/decimal128-3-valid-050.phpt" role="test" />
<file md5sum="bac8d2811e73164fb379d31c0f913247" name="tests/bson-corpus/decimal128-3-valid-051.phpt" role="test" />
<file md5sum="9e5fa37875831ef40eadf3c56ce823f2" name="tests/bson-corpus/decimal128-3-valid-052.phpt" role="test" />
<file md5sum="798796c56a13185581d5ae58a64dbd46" name="tests/bson-corpus/decimal128-3-valid-053.phpt" role="test" />
<file md5sum="29745eb4e3008772f3eb96a8eb9cee74" name="tests/bson-corpus/decimal128-3-valid-054.phpt" role="test" />
<file md5sum="0d53d0dca5f8ef56e07f74b9961c9de5" name="tests/bson-corpus/decimal128-3-valid-055.phpt" role="test" />
<file md5sum="369f39cc9176e7e5bf7771a5f41ee635" name="tests/bson-corpus/decimal128-3-valid-056.phpt" role="test" />
<file md5sum="a5755fd2f1fd412503a52a8e71822f58" name="tests/bson-corpus/decimal128-3-valid-057.phpt" role="test" />
<file md5sum="e70940764cd396ac7ba9ceca6869ae6c" name="tests/bson-corpus/decimal128-3-valid-058.phpt" role="test" />
<file md5sum="81f941b52e9fb46279be381b17cd3382" name="tests/bson-corpus/decimal128-3-valid-059.phpt" role="test" />
<file md5sum="34a9bfac2faf455c77e2eacff967eeac" name="tests/bson-corpus/decimal128-3-valid-060.phpt" role="test" />
<file md5sum="359126abd17081eff11ce85b77b520f7" name="tests/bson-corpus/decimal128-3-valid-061.phpt" role="test" />
<file md5sum="a648faf4b3d80ba1cfdc9babc6d1f2f4" name="tests/bson-corpus/decimal128-3-valid-062.phpt" role="test" />
<file md5sum="ca9b3b5c19c652c7458b47d5d31d993c" name="tests/bson-corpus/decimal128-3-valid-063.phpt" role="test" />
<file md5sum="476611f8de079cfd73a8ad165827b1e3" name="tests/bson-corpus/decimal128-3-valid-064.phpt" role="test" />
<file md5sum="bb4d8b42a95eeff6952cf123aa8c50f7" name="tests/bson-corpus/decimal128-3-valid-065.phpt" role="test" />
<file md5sum="1e49a8bddd4fb5d856a8946bfddedc72" name="tests/bson-corpus/decimal128-3-valid-066.phpt" role="test" />
<file md5sum="63b3f358f5e98d0b14d8533570b94fbe" name="tests/bson-corpus/decimal128-3-valid-067.phpt" role="test" />
<file md5sum="d7c9b5b0837ed0c9072a43c23f0ea79d" name="tests/bson-corpus/decimal128-3-valid-068.phpt" role="test" />
<file md5sum="91642a109e973cb5ae8a6e73b8b383e5" name="tests/bson-corpus/decimal128-3-valid-069.phpt" role="test" />
<file md5sum="2315a5f9acac305bd8c5b95b3e0504f1" name="tests/bson-corpus/decimal128-3-valid-070.phpt" role="test" />
<file md5sum="d9d4d7744a2f7fd8a1503a3052db4ced" name="tests/bson-corpus/decimal128-3-valid-071.phpt" role="test" />
<file md5sum="bf0656069ff0056699c12f9efafd1fdc" name="tests/bson-corpus/decimal128-3-valid-072.phpt" role="test" />
<file md5sum="43fdb9db13d73a584253c80048aca85e" name="tests/bson-corpus/decimal128-3-valid-073.phpt" role="test" />
<file md5sum="7f01cc48402ce9aa550f47f0085f5be6" name="tests/bson-corpus/decimal128-3-valid-074.phpt" role="test" />
<file md5sum="56e888b90bb6d68d36a3420ab40fa2a2" name="tests/bson-corpus/decimal128-3-valid-075.phpt" role="test" />
<file md5sum="c4747e234d72b0e9cf83de75e6e4596b" name="tests/bson-corpus/decimal128-3-valid-076.phpt" role="test" />
<file md5sum="253e370c0292e398e2e2df3722030754" name="tests/bson-corpus/decimal128-3-valid-077.phpt" role="test" />
<file md5sum="09da81d16a25a265188a09240668d394" name="tests/bson-corpus/decimal128-3-valid-078.phpt" role="test" />
<file md5sum="9cf3e496ab05c2adfc02c39330a7445a" name="tests/bson-corpus/decimal128-3-valid-079.phpt" role="test" />
<file md5sum="0518d4e8c881748990645a167f4f36cf" name="tests/bson-corpus/decimal128-3-valid-080.phpt" role="test" />
<file md5sum="08eb0d3cad6adbb15a79456bfb2f026b" name="tests/bson-corpus/decimal128-3-valid-081.phpt" role="test" />
<file md5sum="d6cb12e7bda8e841448e93b789b52dd6" name="tests/bson-corpus/decimal128-3-valid-082.phpt" role="test" />
<file md5sum="bac369bafd38e7fafa2ba592e5d30489" name="tests/bson-corpus/decimal128-3-valid-083.phpt" role="test" />
<file md5sum="7a48888dc58dbf811db159d2c10c843c" name="tests/bson-corpus/decimal128-3-valid-084.phpt" role="test" />
<file md5sum="8e23f78cdac0b401de8262c3af50e356" name="tests/bson-corpus/decimal128-3-valid-085.phpt" role="test" />
<file md5sum="be50c0aebd85dcbef025970c46cd913d" name="tests/bson-corpus/decimal128-3-valid-086.phpt" role="test" />
<file md5sum="6751c5d768d4d52661269ece902566e1" name="tests/bson-corpus/decimal128-3-valid-087.phpt" role="test" />
<file md5sum="9878d291035d1dc914bc82e1b5d5c584" name="tests/bson-corpus/decimal128-3-valid-088.phpt" role="test" />
<file md5sum="0542decc55be115b2398094ae114ccc8" name="tests/bson-corpus/decimal128-3-valid-089.phpt" role="test" />
<file md5sum="11e1ae724b83903286609d49928fd9d2" name="tests/bson-corpus/decimal128-3-valid-090.phpt" role="test" />
<file md5sum="69676108995b60008c71a704eede26ce" name="tests/bson-corpus/decimal128-3-valid-091.phpt" role="test" />
<file md5sum="73e811163a049f29878895044bc62a9d" name="tests/bson-corpus/decimal128-3-valid-092.phpt" role="test" />
<file md5sum="f6ac7fd403b04684561c9fad043fc8ea" name="tests/bson-corpus/decimal128-3-valid-093.phpt" role="test" />
<file md5sum="a8313d3d58d2d86ba3bc65e6ce8a4d26" name="tests/bson-corpus/decimal128-3-valid-094.phpt" role="test" />
<file md5sum="2b5f4bf73e72166bdeeeadee235524c4" name="tests/bson-corpus/decimal128-3-valid-095.phpt" role="test" />
<file md5sum="702c6144e3119b48c504f400434b9937" name="tests/bson-corpus/decimal128-3-valid-096.phpt" role="test" />
<file md5sum="f1956970c8ad095e2121cababaad4374" name="tests/bson-corpus/decimal128-3-valid-097.phpt" role="test" />
<file md5sum="c0d39b7a047fb6e79db8e8499acf7975" name="tests/bson-corpus/decimal128-3-valid-098.phpt" role="test" />
<file md5sum="cd6605d45f8b50e1b912601c225b5aaa" name="tests/bson-corpus/decimal128-3-valid-099.phpt" role="test" />
<file md5sum="3ae675145aa2e4fab775942feee47abd" name="tests/bson-corpus/decimal128-3-valid-100.phpt" role="test" />
<file md5sum="3b464a872ae34247bdc420a98e8b0ed0" name="tests/bson-corpus/decimal128-3-valid-101.phpt" role="test" />
<file md5sum="9ad48a9a8204c467f69b4513974b424d" name="tests/bson-corpus/decimal128-3-valid-102.phpt" role="test" />
<file md5sum="ad81004f6f6dde066f37f2518d4276ad" name="tests/bson-corpus/decimal128-3-valid-103.phpt" role="test" />
<file md5sum="8605780af705eed39e0a63687fbfabf8" name="tests/bson-corpus/decimal128-3-valid-104.phpt" role="test" />
<file md5sum="03bd099aae2cd95304891a2024078d95" name="tests/bson-corpus/decimal128-3-valid-105.phpt" role="test" />
<file md5sum="9b8753f1a0c682afc798e26f9bb7438c" name="tests/bson-corpus/decimal128-3-valid-106.phpt" role="test" />
<file md5sum="287d867a9177b14f4a79675fe7de3a63" name="tests/bson-corpus/decimal128-3-valid-107.phpt" role="test" />
<file md5sum="1fe640b7c1ce4fb9f1434668f924d291" name="tests/bson-corpus/decimal128-3-valid-108.phpt" role="test" />
<file md5sum="04f4c79344465d3b97bf06af70f50fc9" name="tests/bson-corpus/decimal128-3-valid-109.phpt" role="test" />
<file md5sum="135e27eb2013c1020a281dc274b5c5ad" name="tests/bson-corpus/decimal128-3-valid-110.phpt" role="test" />
<file md5sum="b5b913cd09fa92954ef0f733ea75d034" name="tests/bson-corpus/decimal128-3-valid-111.phpt" role="test" />
<file md5sum="5450dae06e8644a656e50f63aca7a59d" name="tests/bson-corpus/decimal128-3-valid-112.phpt" role="test" />
<file md5sum="95d5dd6366600afad79399eadbf02d45" name="tests/bson-corpus/decimal128-3-valid-113.phpt" role="test" />
<file md5sum="804eefe67a94dc093096379149d830ef" name="tests/bson-corpus/decimal128-3-valid-114.phpt" role="test" />
<file md5sum="b2216f79aa2963b8125dc9255c216e9c" name="tests/bson-corpus/decimal128-3-valid-115.phpt" role="test" />
<file md5sum="bcb72d39f0bbf6be1232811ada8b5452" name="tests/bson-corpus/decimal128-3-valid-116.phpt" role="test" />
<file md5sum="9294200386f7d81ade24785c6adc6a4e" name="tests/bson-corpus/decimal128-3-valid-117.phpt" role="test" />
<file md5sum="c2bba821bc6d48e512d277a8f9641e4e" name="tests/bson-corpus/decimal128-3-valid-118.phpt" role="test" />
<file md5sum="6d0de9a32d83136fc3a6db0ca8783c6f" name="tests/bson-corpus/decimal128-3-valid-119.phpt" role="test" />
<file md5sum="f870f22e48817f120623476ff39a9d5c" name="tests/bson-corpus/decimal128-3-valid-120.phpt" role="test" />
<file md5sum="2b71fd8e044c4aa5874e789b4f8cacb6" name="tests/bson-corpus/decimal128-3-valid-121.phpt" role="test" />
<file md5sum="4edc5e6640c225b79832bc2e0f48c726" name="tests/bson-corpus/decimal128-3-valid-122.phpt" role="test" />
<file md5sum="d660ff8273614aaa01123cb5319d2fce" name="tests/bson-corpus/decimal128-3-valid-123.phpt" role="test" />
<file md5sum="76ed3bc8e675cc584d1ecfd81874f0da" name="tests/bson-corpus/decimal128-3-valid-124.phpt" role="test" />
<file md5sum="0e118b247fe378b22933eabce71addd5" name="tests/bson-corpus/decimal128-3-valid-125.phpt" role="test" />
<file md5sum="ea4a57092893d65ebc6c10bd845f73da" name="tests/bson-corpus/decimal128-3-valid-126.phpt" role="test" />
<file md5sum="033bd199b375c8d8edfc99557efb664c" name="tests/bson-corpus/decimal128-3-valid-127.phpt" role="test" />
<file md5sum="b39431446dd3024d4586c5ee7a53a9c7" name="tests/bson-corpus/decimal128-3-valid-128.phpt" role="test" />
<file md5sum="a5c5465e913593e71ebbdb9ddda2b7e0" name="tests/bson-corpus/decimal128-3-valid-129.phpt" role="test" />
<file md5sum="48e9c801bc4e85c1b645c337484969dc" name="tests/bson-corpus/decimal128-3-valid-130.phpt" role="test" />
<file md5sum="ff1fd438092fec37c43f5581074a8654" name="tests/bson-corpus/decimal128-3-valid-131.phpt" role="test" />
<file md5sum="7a49e15bbe61c0f44f77032a0590dd08" name="tests/bson-corpus/decimal128-3-valid-132.phpt" role="test" />
<file md5sum="41b5c0a8d472f19f445f18b1d2415103" name="tests/bson-corpus/decimal128-3-valid-133.phpt" role="test" />
<file md5sum="ceedef671302bcfb2139ce9ec6f3d76d" name="tests/bson-corpus/decimal128-3-valid-134.phpt" role="test" />
<file md5sum="102f119348c5131e67511ca4a826958f" name="tests/bson-corpus/decimal128-3-valid-135.phpt" role="test" />
<file md5sum="93a232d6dd61f6b9c4c8385393ebdef4" name="tests/bson-corpus/decimal128-3-valid-136.phpt" role="test" />
<file md5sum="f01d124d3b1b4174de15fa782ed5a8a6" name="tests/bson-corpus/decimal128-3-valid-137.phpt" role="test" />
<file md5sum="919ce4fdde473d6479e43e9dfdb0e186" name="tests/bson-corpus/decimal128-3-valid-138.phpt" role="test" />
<file md5sum="53b86c3935f6cd6af126b8218d94e160" name="tests/bson-corpus/decimal128-3-valid-139.phpt" role="test" />
<file md5sum="7bd66fd3bffdeff24d9dd3ccd5b877a8" name="tests/bson-corpus/decimal128-3-valid-140.phpt" role="test" />
<file md5sum="b6b0407bba7493ada8641c3ea20cb0f3" name="tests/bson-corpus/decimal128-3-valid-141.phpt" role="test" />
<file md5sum="1f753ad00b8f28fbc904442a4a1c00d2" name="tests/bson-corpus/decimal128-3-valid-142.phpt" role="test" />
<file md5sum="9c56975628864c07cdb1a987d32af308" name="tests/bson-corpus/decimal128-3-valid-143.phpt" role="test" />
<file md5sum="46e1f60aea42cb626a6a8c6e2e8aed24" name="tests/bson-corpus/decimal128-3-valid-144.phpt" role="test" />
<file md5sum="dfb1c9f2a6677a54b38e15a00a076206" name="tests/bson-corpus/decimal128-3-valid-145.phpt" role="test" />
<file md5sum="483b6f3b8adbdffe6b2822d45ac27fdd" name="tests/bson-corpus/decimal128-3-valid-146.phpt" role="test" />
<file md5sum="34280ee40ad731d5fd74e2896627bcfa" name="tests/bson-corpus/decimal128-3-valid-147.phpt" role="test" />
<file md5sum="f50691f53242893865a5e7e8167efdf3" name="tests/bson-corpus/decimal128-3-valid-148.phpt" role="test" />
<file md5sum="6caa2f259d2a4d4fec8bfae1c189cd29" name="tests/bson-corpus/decimal128-3-valid-149.phpt" role="test" />
<file md5sum="a174e644ef93e3bbf40b9b1b22de211f" name="tests/bson-corpus/decimal128-3-valid-150.phpt" role="test" />
<file md5sum="d5cdcd6aa65dff7129d65080a273b28d" name="tests/bson-corpus/decimal128-3-valid-151.phpt" role="test" />
<file md5sum="aa21bd5fb048c7dcd081e666b2658a32" name="tests/bson-corpus/decimal128-3-valid-152.phpt" role="test" />
<file md5sum="06d138aad451e764f3c5160374acc456" name="tests/bson-corpus/decimal128-3-valid-153.phpt" role="test" />
<file md5sum="60ed7e43676c63a4f05eed0e23b97f21" name="tests/bson-corpus/decimal128-3-valid-154.phpt" role="test" />
<file md5sum="698c194680b1a261a9040d05bcfdb6f0" name="tests/bson-corpus/decimal128-3-valid-155.phpt" role="test" />
<file md5sum="8fca768c3428aea430c5307c80e72d7d" name="tests/bson-corpus/decimal128-3-valid-156.phpt" role="test" />
<file md5sum="7ccffdab18207ff6ac931876e8819158" name="tests/bson-corpus/decimal128-3-valid-157.phpt" role="test" />
<file md5sum="ff3d7be550b35a00d313cb74a1d2ae94" name="tests/bson-corpus/decimal128-3-valid-158.phpt" role="test" />
<file md5sum="6313e9b84336ea9a22034df9f5ae4278" name="tests/bson-corpus/decimal128-3-valid-159.phpt" role="test" />
<file md5sum="af457cac1c796d177c0ddced3cb7b507" name="tests/bson-corpus/decimal128-3-valid-160.phpt" role="test" />
<file md5sum="5a3c16d9b930348d2f25feb9174b630d" name="tests/bson-corpus/decimal128-3-valid-161.phpt" role="test" />
<file md5sum="78af9a90018a3174bd3225f806abc98c" name="tests/bson-corpus/decimal128-3-valid-162.phpt" role="test" />
<file md5sum="bab6fe8749117af054525b4b3148b59b" name="tests/bson-corpus/decimal128-3-valid-163.phpt" role="test" />
<file md5sum="e80be94522fe70a126623c4e347439fc" name="tests/bson-corpus/decimal128-3-valid-164.phpt" role="test" />
<file md5sum="b1c1243a7a52aea8e15f685d03afefad" name="tests/bson-corpus/decimal128-3-valid-165.phpt" role="test" />
<file md5sum="74d49b5f3409db69768e4daa20da44c6" name="tests/bson-corpus/decimal128-3-valid-166.phpt" role="test" />
<file md5sum="12fc4d315fddfc77dac54e611710e35c" name="tests/bson-corpus/decimal128-3-valid-167.phpt" role="test" />
<file md5sum="cf310a36aae9825fdd782acf3c16ba8a" name="tests/bson-corpus/decimal128-3-valid-168.phpt" role="test" />
<file md5sum="453122b2d589ce01ad556a47bf49c83b" name="tests/bson-corpus/decimal128-3-valid-169.phpt" role="test" />
<file md5sum="d741c0b4b531ca79835fbe40ac29f274" name="tests/bson-corpus/decimal128-3-valid-170.phpt" role="test" />
<file md5sum="bb0ce34b58847ffa1c78d4146f7418a0" name="tests/bson-corpus/decimal128-3-valid-171.phpt" role="test" />
<file md5sum="69f67ca42b68a6de8f8c3b1d40646dfc" name="tests/bson-corpus/decimal128-3-valid-172.phpt" role="test" />
<file md5sum="b65a2e3284509b9c5e462a264627bcb9" name="tests/bson-corpus/decimal128-3-valid-173.phpt" role="test" />
<file md5sum="c9bd868906728cabd730205804a164ab" name="tests/bson-corpus/decimal128-3-valid-174.phpt" role="test" />
<file md5sum="b305dcd7417ad764dd2957e1027287c5" name="tests/bson-corpus/decimal128-3-valid-175.phpt" role="test" />
<file md5sum="d5af17d98c8c607b0d5282bbf6182920" name="tests/bson-corpus/decimal128-3-valid-176.phpt" role="test" />
<file md5sum="ea5fc2dd9f80691d17cac7f090f71d90" name="tests/bson-corpus/decimal128-3-valid-177.phpt" role="test" />
<file md5sum="7952b43a5122c26a8ca2246fad1bb2ba" name="tests/bson-corpus/decimal128-3-valid-178.phpt" role="test" />
<file md5sum="d85eb123995adc0d78b1740884ef2685" name="tests/bson-corpus/decimal128-3-valid-179.phpt" role="test" />
<file md5sum="c728812d21d551ab4dff6408af92be0f" name="tests/bson-corpus/decimal128-3-valid-180.phpt" role="test" />
<file md5sum="c76e2b2c5bdfe687573356e00a97fbdf" name="tests/bson-corpus/decimal128-3-valid-181.phpt" role="test" />
<file md5sum="829e8f36fa61407de01d27bd9eeef27c" name="tests/bson-corpus/decimal128-3-valid-182.phpt" role="test" />
<file md5sum="d3ccc5c3981cd94f355639c378e4677b" name="tests/bson-corpus/decimal128-3-valid-183.phpt" role="test" />
<file md5sum="9504c6aa7b80b8db9184cb52474f6c85" name="tests/bson-corpus/decimal128-3-valid-184.phpt" role="test" />
<file md5sum="2a9eeffd0beef95d467064de10f02de9" name="tests/bson-corpus/decimal128-3-valid-185.phpt" role="test" />
<file md5sum="f47be02dfa343467cb9e6ee3417c3dd7" name="tests/bson-corpus/decimal128-3-valid-186.phpt" role="test" />
<file md5sum="96d35bfcaa77ef683578e6c270758790" name="tests/bson-corpus/decimal128-3-valid-187.phpt" role="test" />
<file md5sum="47e5c49caf081b6129518717e0963882" name="tests/bson-corpus/decimal128-3-valid-188.phpt" role="test" />
<file md5sum="7a90df09c7c531d3faf54764b9033ccb" name="tests/bson-corpus/decimal128-3-valid-189.phpt" role="test" />
<file md5sum="2564d7a605f7c459b57ed68b6e9a4fe0" name="tests/bson-corpus/decimal128-3-valid-190.phpt" role="test" />
<file md5sum="164acbaf5bd1fb0285b44c1bbf869cf3" name="tests/bson-corpus/decimal128-3-valid-191.phpt" role="test" />
<file md5sum="69f2c6581d8069f7eec36c31ee852d9c" name="tests/bson-corpus/decimal128-3-valid-192.phpt" role="test" />
<file md5sum="347b7859ac548820b806f92a9baac4d8" name="tests/bson-corpus/decimal128-3-valid-193.phpt" role="test" />
<file md5sum="6cace49760bbafb3fb3741e3e0de8b46" name="tests/bson-corpus/decimal128-3-valid-194.phpt" role="test" />
<file md5sum="7d54c24b910eae152d58eb12fa151c32" name="tests/bson-corpus/decimal128-3-valid-195.phpt" role="test" />
<file md5sum="429a273911a483c2c57755ad8e001d7b" name="tests/bson-corpus/decimal128-3-valid-196.phpt" role="test" />
<file md5sum="2832812b1b6ce8d2fd9b5daac398ee49" name="tests/bson-corpus/decimal128-3-valid-197.phpt" role="test" />
<file md5sum="27874826657d1ba50af6b3a8fffca76c" name="tests/bson-corpus/decimal128-3-valid-198.phpt" role="test" />
<file md5sum="8b71ad45296b088c0dd63330a23ecd4f" name="tests/bson-corpus/decimal128-3-valid-199.phpt" role="test" />
<file md5sum="92f0aa39dc57b06ac3c3ce0ce7ad610e" name="tests/bson-corpus/decimal128-3-valid-200.phpt" role="test" />
<file md5sum="3d152e470dfc642c980ad1a432d0349f" name="tests/bson-corpus/decimal128-3-valid-201.phpt" role="test" />
<file md5sum="c6f013f11312804349500ecc1e8a3351" name="tests/bson-corpus/decimal128-3-valid-202.phpt" role="test" />
<file md5sum="6848f1bc8eca604b55c47fc8aa38fe75" name="tests/bson-corpus/decimal128-3-valid-203.phpt" role="test" />
<file md5sum="d3caea6474c2e1bd8f654955fc64aa2e" name="tests/bson-corpus/decimal128-3-valid-204.phpt" role="test" />
<file md5sum="0f8fc5ab722aa03bc3fc7e3860c9a077" name="tests/bson-corpus/decimal128-3-valid-205.phpt" role="test" />
<file md5sum="8e24ccc73ba8342df00c84d031148604" name="tests/bson-corpus/decimal128-3-valid-206.phpt" role="test" />
<file md5sum="ec75b7a5cffe375b83dd42d27a9e2d1b" name="tests/bson-corpus/decimal128-3-valid-207.phpt" role="test" />
<file md5sum="f7c54531b297db29bb31515d63682bc1" name="tests/bson-corpus/decimal128-3-valid-208.phpt" role="test" />
<file md5sum="a7f1b30a6a5b7c66173a83d7ee961929" name="tests/bson-corpus/decimal128-3-valid-209.phpt" role="test" />
<file md5sum="c7684068a7e28cb83f38fbe8fa839817" name="tests/bson-corpus/decimal128-3-valid-210.phpt" role="test" />
<file md5sum="f4b13a599e9a1472afc2e8d3fa9024ec" name="tests/bson-corpus/decimal128-3-valid-211.phpt" role="test" />
<file md5sum="00958f5dc092ab03b9416901f2ca420f" name="tests/bson-corpus/decimal128-3-valid-212.phpt" role="test" />
<file md5sum="bf9dad19e8fa0f2d0263a882a7bd8ff0" name="tests/bson-corpus/decimal128-3-valid-213.phpt" role="test" />
<file md5sum="b56f4a4785368c98157a59d654511b09" name="tests/bson-corpus/decimal128-3-valid-214.phpt" role="test" />
<file md5sum="ce4fdc35eb9250c5b9393f6bb8f3a1df" name="tests/bson-corpus/decimal128-3-valid-215.phpt" role="test" />
<file md5sum="4f5f37a624b349a30d5d7db07bd7f8f1" name="tests/bson-corpus/decimal128-3-valid-216.phpt" role="test" />
<file md5sum="0cc395f87f42a8aa0dcc4b12815d2be9" name="tests/bson-corpus/decimal128-3-valid-217.phpt" role="test" />
<file md5sum="b930c8c6c6e6585035a1c66e22aa93eb" name="tests/bson-corpus/decimal128-3-valid-218.phpt" role="test" />
<file md5sum="25b18102a0465f8eb725d60ed7804aae" name="tests/bson-corpus/decimal128-3-valid-219.phpt" role="test" />
<file md5sum="9cdc0a1bae62b587da3359e7835df88c" name="tests/bson-corpus/decimal128-3-valid-220.phpt" role="test" />
<file md5sum="e7507fadc34ba39c785caf3afb433124" name="tests/bson-corpus/decimal128-3-valid-221.phpt" role="test" />
<file md5sum="e051c0f931bc32024c89135fd968a1eb" name="tests/bson-corpus/decimal128-3-valid-222.phpt" role="test" />
<file md5sum="1323db4f58f17eff6aa0ed1d3e00fb30" name="tests/bson-corpus/decimal128-3-valid-223.phpt" role="test" />
<file md5sum="45bdd12b7abcb5f8f89a63777da88f43" name="tests/bson-corpus/decimal128-3-valid-224.phpt" role="test" />
<file md5sum="4396d4763a727c77b2f9a0b0863346b2" name="tests/bson-corpus/decimal128-3-valid-225.phpt" role="test" />
<file md5sum="99b4a3961fbf77dc7acd6800ebca9c75" name="tests/bson-corpus/decimal128-3-valid-226.phpt" role="test" />
<file md5sum="2369608b5fed1db23661d54259da490b" name="tests/bson-corpus/decimal128-3-valid-227.phpt" role="test" />
<file md5sum="947d659f83807f67e858859a6b033ec4" name="tests/bson-corpus/decimal128-3-valid-228.phpt" role="test" />
<file md5sum="30ae76f8a7f60a2398c3f510cb207f25" name="tests/bson-corpus/decimal128-3-valid-229.phpt" role="test" />
<file md5sum="86f36843eca5e1ced0ef3444694aef0b" name="tests/bson-corpus/decimal128-3-valid-230.phpt" role="test" />
<file md5sum="664bbaa8c107f0fce2767a088a12b791" name="tests/bson-corpus/decimal128-3-valid-231.phpt" role="test" />
<file md5sum="0c4f8fb0b5c2a24119261dd8cb7c611c" name="tests/bson-corpus/decimal128-3-valid-232.phpt" role="test" />
<file md5sum="d75b88a50714e5b2dde675bbecb5af67" name="tests/bson-corpus/decimal128-3-valid-233.phpt" role="test" />
<file md5sum="50031e356b25cc6bcdc6ec6feabdbaaa" name="tests/bson-corpus/decimal128-3-valid-234.phpt" role="test" />
<file md5sum="a25eb0e75c2af7bd90aada71bddd9320" name="tests/bson-corpus/decimal128-3-valid-235.phpt" role="test" />
<file md5sum="89482d2a83c13c53346f59a5b5694125" name="tests/bson-corpus/decimal128-3-valid-236.phpt" role="test" />
<file md5sum="4c9877820e4836a88496db7de7321f33" name="tests/bson-corpus/decimal128-3-valid-237.phpt" role="test" />
<file md5sum="67cd9f43beb81a49ec625d536a271127" name="tests/bson-corpus/decimal128-3-valid-238.phpt" role="test" />
<file md5sum="75cf91ed5d8caa16a200f8471c468f0f" name="tests/bson-corpus/decimal128-3-valid-239.phpt" role="test" />
<file md5sum="1862658ccdb34e863796b317ce135d5d" name="tests/bson-corpus/decimal128-3-valid-240.phpt" role="test" />
<file md5sum="95d2c1258eda3145275a8f042232d821" name="tests/bson-corpus/decimal128-3-valid-241.phpt" role="test" />
<file md5sum="6f2a12b7c3346e02d8d9df70dbf24443" name="tests/bson-corpus/decimal128-3-valid-242.phpt" role="test" />
<file md5sum="ca041a60616750c6fd631e785aecf06a" name="tests/bson-corpus/decimal128-3-valid-243.phpt" role="test" />
<file md5sum="182f0e57202ed38f3b52deba31b7830a" name="tests/bson-corpus/decimal128-3-valid-244.phpt" role="test" />
<file md5sum="8a00aadf85b1dd97fb7d432886d045aa" name="tests/bson-corpus/decimal128-3-valid-245.phpt" role="test" />
<file md5sum="0461bbc97f686051b08e6a5bbb53b959" name="tests/bson-corpus/decimal128-3-valid-246.phpt" role="test" />
<file md5sum="a4621259bd5fa3d8799066a099f83ee8" name="tests/bson-corpus/decimal128-3-valid-247.phpt" role="test" />
<file md5sum="02d0781517ee131ac6824feda1ee3d06" name="tests/bson-corpus/decimal128-3-valid-248.phpt" role="test" />
<file md5sum="70e8b607541f4be7e319abc6e7851d23" name="tests/bson-corpus/decimal128-3-valid-249.phpt" role="test" />
<file md5sum="87ed40582612e5fb716b79cb35f4fd3f" name="tests/bson-corpus/decimal128-3-valid-250.phpt" role="test" />
<file md5sum="8df6fd7da9c803f09e2123d8e908cf6f" name="tests/bson-corpus/decimal128-3-valid-251.phpt" role="test" />
<file md5sum="303eca9da56f6fc952c57a349886a047" name="tests/bson-corpus/decimal128-3-valid-252.phpt" role="test" />
<file md5sum="d5219e0fe85d9e20ee278e8b0df66164" name="tests/bson-corpus/decimal128-3-valid-253.phpt" role="test" />
<file md5sum="c392834bd6a188890ca34ba35e3d1da5" name="tests/bson-corpus/decimal128-3-valid-254.phpt" role="test" />
<file md5sum="74bff884a0f11350fda93122266b47de" name="tests/bson-corpus/decimal128-3-valid-255.phpt" role="test" />
<file md5sum="a8aae300a1bbea5a59f982dd1d04a7d8" name="tests/bson-corpus/decimal128-3-valid-256.phpt" role="test" />
<file md5sum="64d3badff7261c4f8c396180228e9263" name="tests/bson-corpus/decimal128-3-valid-257.phpt" role="test" />
<file md5sum="72863a6b340184d2efc06bec4b0b1b52" name="tests/bson-corpus/decimal128-3-valid-258.phpt" role="test" />
<file md5sum="1a18988ad9f4645ec716c5728de5123d" name="tests/bson-corpus/decimal128-3-valid-259.phpt" role="test" />
<file md5sum="217fb1e340d68c7ebeed3b1812e75007" name="tests/bson-corpus/decimal128-3-valid-260.phpt" role="test" />
<file md5sum="479050beb76594438da5e46d5b11ab1f" name="tests/bson-corpus/decimal128-3-valid-261.phpt" role="test" />
<file md5sum="642266524c9f30a9883d406db25f962f" name="tests/bson-corpus/decimal128-3-valid-262.phpt" role="test" />
<file md5sum="90c6819ad16d227ddc9bd08874a1a38f" name="tests/bson-corpus/decimal128-3-valid-263.phpt" role="test" />
<file md5sum="9edb6624bcfcee4ab0ab3c70861e6429" name="tests/bson-corpus/decimal128-3-valid-264.phpt" role="test" />
<file md5sum="865052b3dc114e727e94fe3ea35fe374" name="tests/bson-corpus/decimal128-3-valid-265.phpt" role="test" />
<file md5sum="db8cedb3eb82fe29bbaa90e1971380ee" name="tests/bson-corpus/decimal128-3-valid-266.phpt" role="test" />
<file md5sum="9f466e601b029010cc581ff0b5f6611b" name="tests/bson-corpus/decimal128-3-valid-267.phpt" role="test" />
<file md5sum="390e8afe134fee7238646a72d5984ba1" name="tests/bson-corpus/decimal128-3-valid-268.phpt" role="test" />
<file md5sum="a26942ae9397497efc6645fec446948f" name="tests/bson-corpus/decimal128-3-valid-269.phpt" role="test" />
<file md5sum="73f302c571efdfa0718b66c8f0586e49" name="tests/bson-corpus/decimal128-3-valid-270.phpt" role="test" />
<file md5sum="788c2ae67bbb0fe0ac1f184b2fad9b8f" name="tests/bson-corpus/decimal128-3-valid-271.phpt" role="test" />
<file md5sum="a96eef0690ad802e3fd7055ce15dc8f2" name="tests/bson-corpus/decimal128-3-valid-272.phpt" role="test" />
<file md5sum="670c9c570cd11238d78939b84fd3495d" name="tests/bson-corpus/decimal128-3-valid-273.phpt" role="test" />
<file md5sum="d087bd4fb582aaf15cac1f6487e85f1b" name="tests/bson-corpus/decimal128-3-valid-274.phpt" role="test" />
<file md5sum="bffaad4ce838bd0f05572805f4a792b3" name="tests/bson-corpus/decimal128-3-valid-275.phpt" role="test" />
<file md5sum="69df3124a8fc7c86f5d6a8872a9ea53b" name="tests/bson-corpus/decimal128-3-valid-276.phpt" role="test" />
<file md5sum="8c5513d50689ca1d35d1fb2c9df7bf2f" name="tests/bson-corpus/decimal128-3-valid-277.phpt" role="test" />
<file md5sum="ee2b602524107eff28c4d72402773ba4" name="tests/bson-corpus/decimal128-3-valid-278.phpt" role="test" />
<file md5sum="03db443213b04fa200cf3b7507796f32" name="tests/bson-corpus/decimal128-3-valid-279.phpt" role="test" />
<file md5sum="ca8fbc712096a759a73bf075780e647f" name="tests/bson-corpus/decimal128-3-valid-280.phpt" role="test" />
<file md5sum="5385fc73f83bbcfa4201c7783f496b72" name="tests/bson-corpus/decimal128-3-valid-281.phpt" role="test" />
<file md5sum="a816d6cbd31c7707200bdf7eb936bff7" name="tests/bson-corpus/decimal128-3-valid-282.phpt" role="test" />
<file md5sum="2f4497bacc3ff1d2b02833b0a295eaf4" name="tests/bson-corpus/decimal128-3-valid-283.phpt" role="test" />
<file md5sum="5c661b0156dc44a6b91f314c4b0f2509" name="tests/bson-corpus/decimal128-3-valid-284.phpt" role="test" />
<file md5sum="009d8193db88b5b9d866d712847fc389" name="tests/bson-corpus/decimal128-3-valid-285.phpt" role="test" />
<file md5sum="f528d64653839930b2725b0295074e3d" name="tests/bson-corpus/decimal128-3-valid-286.phpt" role="test" />
<file md5sum="e08f16db3d1d683b3e42f8b719c9a3ec" name="tests/bson-corpus/decimal128-3-valid-287.phpt" role="test" />
<file md5sum="a2723797d475df77bfa469aafcd1c23f" name="tests/bson-corpus/decimal128-3-valid-288.phpt" role="test" />
<file md5sum="7adc561fcc55c39f9b3952c1e642bc35" name="tests/bson-corpus/decimal128-3-valid-289.phpt" role="test" />
<file md5sum="d9e1e6515ace82b87d62155d6f690302" name="tests/bson-corpus/decimal128-3-valid-290.phpt" role="test" />
<file md5sum="56dc7d83c6e060c7b4307d0b7b9a6c0a" name="tests/bson-corpus/decimal128-3-valid-291.phpt" role="test" />
<file md5sum="92c4a118b61e0f354fe29e2e3a190a30" name="tests/bson-corpus/decimal128-3-valid-292.phpt" role="test" />
<file md5sum="74385ffc43126c1f584a31d022803ecf" name="tests/bson-corpus/decimal128-3-valid-293.phpt" role="test" />
<file md5sum="6d7e8945e86aa6f43e34849ae7ca019f" name="tests/bson-corpus/decimal128-3-valid-294.phpt" role="test" />
<file md5sum="19cc48ff2f3d7c0ac7463d051d546e5d" name="tests/bson-corpus/decimal128-3-valid-295.phpt" role="test" />
<file md5sum="046aea2e28cffc3c5ebc17d570c93303" name="tests/bson-corpus/decimal128-3-valid-296.phpt" role="test" />
<file md5sum="4a82366da632db80ae0d4ce74967849e" name="tests/bson-corpus/decimal128-3-valid-297.phpt" role="test" />
<file md5sum="9be11a5077f99d2e967124da5be6966d" name="tests/bson-corpus/decimal128-3-valid-298.phpt" role="test" />
<file md5sum="b952249c6ff1df0a12cf97167dea0761" name="tests/bson-corpus/decimal128-3-valid-299.phpt" role="test" />
<file md5sum="1dbd6aa53f3fd22835c60700d768cc64" name="tests/bson-corpus/decimal128-3-valid-300.phpt" role="test" />
<file md5sum="4a4333c5beba793ea2f9da8f3eead9cb" name="tests/bson-corpus/decimal128-3-valid-301.phpt" role="test" />
<file md5sum="504ce3bd1b863d0a304e1bec32b16964" name="tests/bson-corpus/decimal128-3-valid-302.phpt" role="test" />
<file md5sum="ddaef1de98c84dc697ebd60ee31d7c01" name="tests/bson-corpus/decimal128-3-valid-303.phpt" role="test" />
<file md5sum="1b84be6a6b81415243b515b8606f38b4" name="tests/bson-corpus/decimal128-3-valid-304.phpt" role="test" />
<file md5sum="1582fb1c5fcdeb152698567ce67c598e" name="tests/bson-corpus/decimal128-3-valid-305.phpt" role="test" />
<file md5sum="18db5afa1316af3b9de7d839153df780" name="tests/bson-corpus/decimal128-3-valid-306.phpt" role="test" />
<file md5sum="e66e488feb111d4d69ce77360329c898" name="tests/bson-corpus/decimal128-3-valid-307.phpt" role="test" />
<file md5sum="ef802778b9b3518610ace5dd8ea6b74c" name="tests/bson-corpus/decimal128-3-valid-308.phpt" role="test" />
<file md5sum="9ec3b1d0453a41981144d85b0f3eb575" name="tests/bson-corpus/decimal128-4-parseError-001.phpt" role="test" />
<file md5sum="506cd6ad521dacb23091429867c77f69" name="tests/bson-corpus/decimal128-4-parseError-002.phpt" role="test" />
<file md5sum="4d1c8bb08975e5f5689fddaeec8e8402" name="tests/bson-corpus/decimal128-4-parseError-003.phpt" role="test" />
<file md5sum="09a3731b634372e305ab1d20459a38b1" name="tests/bson-corpus/decimal128-4-parseError-004.phpt" role="test" />
<file md5sum="e6c661208cdfce2b594b7e438a5cb586" name="tests/bson-corpus/decimal128-4-parseError-005.phpt" role="test" />
<file md5sum="7abd53b9fd4b63103042469f1e712c51" name="tests/bson-corpus/decimal128-4-parseError-006.phpt" role="test" />
<file md5sum="a414cd52ef74a681a04bd08d174e07a4" name="tests/bson-corpus/decimal128-4-parseError-007.phpt" role="test" />
<file md5sum="93f7b286ece0c2cdc8ca80fb6deb3c29" name="tests/bson-corpus/decimal128-4-parseError-008.phpt" role="test" />
<file md5sum="a48bd5fa08ac0fd11524f9ed4349ea00" name="tests/bson-corpus/decimal128-4-parseError-009.phpt" role="test" />
<file md5sum="59db6e06cb969d386d2c4aff43789350" name="tests/bson-corpus/decimal128-4-parseError-010.phpt" role="test" />
<file md5sum="d5e93f9615e8a86ebb8406a5f06554d3" name="tests/bson-corpus/decimal128-4-parseError-011.phpt" role="test" />
<file md5sum="da29e2793f0f33cde882297f3ad93d16" name="tests/bson-corpus/decimal128-4-parseError-012.phpt" role="test" />
<file md5sum="bfa1678cd7627d4ffb33da8a97bc3291" name="tests/bson-corpus/decimal128-4-parseError-013.phpt" role="test" />
<file md5sum="e5ceaa080a31506dc370cb4eb584e5ce" name="tests/bson-corpus/decimal128-4-parseError-014.phpt" role="test" />
<file md5sum="7cc0cb86e19dacbd5a1950a36253bb9e" name="tests/bson-corpus/decimal128-4-parseError-015.phpt" role="test" />
<file md5sum="a0b16a86367ed7b6b0e708145d800cdf" name="tests/bson-corpus/decimal128-4-parseError-016.phpt" role="test" />
<file md5sum="fea774bacaf0b19b966a1cbf4eb7e495" name="tests/bson-corpus/decimal128-4-parseError-017.phpt" role="test" />
<file md5sum="0769502b551a8f55b21986d410a89bc4" name="tests/bson-corpus/decimal128-4-parseError-018.phpt" role="test" />
<file md5sum="f700e859506a827495b206157d0e79c1" name="tests/bson-corpus/decimal128-4-parseError-019.phpt" role="test" />
<file md5sum="15c4a2681de9e3e17634e0456dbb81f9" name="tests/bson-corpus/decimal128-4-parseError-020.phpt" role="test" />
<file md5sum="3d6c296dd577cf2f6d2d6fe52a07be20" name="tests/bson-corpus/decimal128-4-valid-001.phpt" role="test" />
<file md5sum="3b1e53207bff49057a875a76ceab1058" name="tests/bson-corpus/decimal128-4-valid-002.phpt" role="test" />
<file md5sum="c32fa8265ce7a165b28270e91c6afcbb" name="tests/bson-corpus/decimal128-4-valid-003.phpt" role="test" />
<file md5sum="fdcd72b9eed2a19ebbcdda5ffc0d3df6" name="tests/bson-corpus/decimal128-4-valid-004.phpt" role="test" />
<file md5sum="1306105e2f10e6f78d184b092a953020" name="tests/bson-corpus/decimal128-4-valid-005.phpt" role="test" />
<file md5sum="3d26a89dbcb3e20d41bbc7c4ea88bf18" name="tests/bson-corpus/decimal128-4-valid-006.phpt" role="test" />
<file md5sum="564b1167b72d3ac047170a0055b63026" name="tests/bson-corpus/decimal128-4-valid-007.phpt" role="test" />
<file md5sum="035a85fee0cd8c911c489b8e2d0d934e" name="tests/bson-corpus/decimal128-4-valid-008.phpt" role="test" />
<file md5sum="4b7270c06d321789031e4ffd0339134d" name="tests/bson-corpus/decimal128-4-valid-009.phpt" role="test" />
<file md5sum="12008e294dc7a4e60bbdbc86db43ef9a" name="tests/bson-corpus/decimal128-4-valid-010.phpt" role="test" />
<file md5sum="36af20079f691c94fd97142c9db41f77" name="tests/bson-corpus/decimal128-4-valid-011.phpt" role="test" />
<file md5sum="65841643c7443e84ee055d8fccff8fbe" name="tests/bson-corpus/decimal128-4-valid-012.phpt" role="test" />
<file md5sum="59d23c843f648bd0c2f389758d9b966e" name="tests/bson-corpus/decimal128-4-valid-013.phpt" role="test" />
<file md5sum="ae3f4157e8809fc7c378dad169f4b9f3" name="tests/bson-corpus/decimal128-5-valid-001.phpt" role="test" />
<file md5sum="dff889d4075849339476305219f5a236" name="tests/bson-corpus/decimal128-5-valid-002.phpt" role="test" />
<file md5sum="ba14ba6c016fdc18ff66f6db048fb0a3" name="tests/bson-corpus/decimal128-5-valid-003.phpt" role="test" />
<file md5sum="ba9a44b79affe27f730a7ec433352389" name="tests/bson-corpus/decimal128-5-valid-004.phpt" role="test" />
<file md5sum="5d5fcaa84d28796febd9b624c4ceced2" name="tests/bson-corpus/decimal128-5-valid-005.phpt" role="test" />
<file md5sum="cac2941094fc213e304e669388f6de42" name="tests/bson-corpus/decimal128-5-valid-006.phpt" role="test" />
<file md5sum="108213814aeceb9da7dae49085066aa9" name="tests/bson-corpus/decimal128-5-valid-007.phpt" role="test" />
<file md5sum="6e3802a9c28479151b815ae05ffedf4a" name="tests/bson-corpus/decimal128-5-valid-008.phpt" role="test" />
<file md5sum="e3a4f86c70897a071c52b8b63bd1ca72" name="tests/bson-corpus/decimal128-5-valid-009.phpt" role="test" />
<file md5sum="b050d4ec02398e8937444491e2008168" name="tests/bson-corpus/decimal128-5-valid-010.phpt" role="test" />
<file md5sum="b682adf6c7c93c0eb5ffe2482cbc86bb" name="tests/bson-corpus/decimal128-5-valid-011.phpt" role="test" />
<file md5sum="f86b59299c66649e186813f5efef88bc" name="tests/bson-corpus/decimal128-5-valid-012.phpt" role="test" />
<file md5sum="6a111849778a50875bb58ff1c139b78c" name="tests/bson-corpus/decimal128-5-valid-013.phpt" role="test" />
<file md5sum="d437c772800f78e1ef3469753641bdbd" name="tests/bson-corpus/decimal128-5-valid-014.phpt" role="test" />
<file md5sum="b3e546fc577e3d4eb0e148e9b7ebf07e" name="tests/bson-corpus/decimal128-5-valid-015.phpt" role="test" />
<file md5sum="c760575aae19fc8c536c30d7242a6779" name="tests/bson-corpus/decimal128-5-valid-016.phpt" role="test" />
<file md5sum="120f3057821b1a1ef4571c5d24f7a852" name="tests/bson-corpus/decimal128-5-valid-017.phpt" role="test" />
<file md5sum="ff5f2fd4dd075787ee81fd9e5bb3d8af" name="tests/bson-corpus/decimal128-5-valid-018.phpt" role="test" />
<file md5sum="972cbb598b739fe1e21d8b7058228c9e" name="tests/bson-corpus/decimal128-5-valid-019.phpt" role="test" />
<file md5sum="3d202b50c8a32d0f8d37ca43d5d93614" name="tests/bson-corpus/decimal128-5-valid-020.phpt" role="test" />
<file md5sum="e01b14a2a78c53e3a7b5a7eb4e4e8388" name="tests/bson-corpus/decimal128-5-valid-021.phpt" role="test" />
<file md5sum="02246aa93b1389373755099887155461" name="tests/bson-corpus/decimal128-5-valid-022.phpt" role="test" />
<file md5sum="ebed7e1c9008b272c3975fec979316ea" name="tests/bson-corpus/decimal128-5-valid-023.phpt" role="test" />
<file md5sum="148ee3caa80bb3e2c6016fa26490dd9d" name="tests/bson-corpus/decimal128-5-valid-024.phpt" role="test" />
<file md5sum="96915be6c733911d940e78b75da95d20" name="tests/bson-corpus/decimal128-5-valid-025.phpt" role="test" />
<file md5sum="978fecb824df0768511946b796cde1a8" name="tests/bson-corpus/decimal128-5-valid-026.phpt" role="test" />
<file md5sum="5e4607edd84ed63a80f860dd3a14a7a9" name="tests/bson-corpus/decimal128-5-valid-027.phpt" role="test" />
<file md5sum="0a35f861c451aaeb7b6ac51791e991b0" name="tests/bson-corpus/decimal128-5-valid-028.phpt" role="test" />
<file md5sum="c98cb2f14e20a5269154e87b51fc70bf" name="tests/bson-corpus/decimal128-5-valid-029.phpt" role="test" />
<file md5sum="dbb0dcd9dcddbe13dad3ebad0313583e" name="tests/bson-corpus/decimal128-5-valid-030.phpt" role="test" />
<file md5sum="365ca1ab11f99b25cb6429d7378edb56" name="tests/bson-corpus/decimal128-5-valid-031.phpt" role="test" />
<file md5sum="93942e13b80c76e95467b9366f606feb" name="tests/bson-corpus/decimal128-5-valid-032.phpt" role="test" />
<file md5sum="87f28f7c56eda1038b64ed8399c2e5ec" name="tests/bson-corpus/decimal128-5-valid-033.phpt" role="test" />
<file md5sum="5771eda7663092952f6813ebb215215a" name="tests/bson-corpus/decimal128-5-valid-034.phpt" role="test" />
<file md5sum="f17274f6b5d5a99ad0c967e95d22fa46" name="tests/bson-corpus/decimal128-5-valid-035.phpt" role="test" />
<file md5sum="b4881b4d619085b5653467fde9421fd5" name="tests/bson-corpus/decimal128-5-valid-036.phpt" role="test" />
<file md5sum="23c639715ea3612e866cf83d70d42ad9" name="tests/bson-corpus/decimal128-5-valid-037.phpt" role="test" />
<file md5sum="cba440a1b64840a63c71396c610682f2" name="tests/bson-corpus/decimal128-5-valid-038.phpt" role="test" />
<file md5sum="7a100539ca4b0e15127e30856ef8c472" name="tests/bson-corpus/decimal128-5-valid-039.phpt" role="test" />
<file md5sum="3b531bd1f338838a6bbb73a57fc9427b" name="tests/bson-corpus/decimal128-5-valid-040.phpt" role="test" />
<file md5sum="1df369ca39dc66acd2307b51f02391c7" name="tests/bson-corpus/decimal128-5-valid-041.phpt" role="test" />
<file md5sum="29a4582d8e5df180ccb4cf39077ade55" name="tests/bson-corpus/decimal128-5-valid-042.phpt" role="test" />
<file md5sum="9b6eefcc8964252e142dece5934c4b82" name="tests/bson-corpus/decimal128-5-valid-043.phpt" role="test" />
<file md5sum="2488859070570a442172d73831d15c36" name="tests/bson-corpus/decimal128-5-valid-044.phpt" role="test" />
<file md5sum="912be2cfedca3826ab13d326008a5e5f" name="tests/bson-corpus/decimal128-5-valid-045.phpt" role="test" />
<file md5sum="20f9f115f762cf2b8892c93036f29ffc" name="tests/bson-corpus/decimal128-5-valid-046.phpt" role="test" />
<file md5sum="209f1af4e3df9af67b83202cedddbcf1" name="tests/bson-corpus/decimal128-5-valid-047.phpt" role="test" />
<file md5sum="e83ed0b68f24e69f71cc9a9edfd93baa" name="tests/bson-corpus/decimal128-5-valid-048.phpt" role="test" />
<file md5sum="d984bf34b0053f704324c9ec0b9550cc" name="tests/bson-corpus/decimal128-5-valid-049.phpt" role="test" />
<file md5sum="534a913c9076f73604d69aa89a3e2b7f" name="tests/bson-corpus/decimal128-5-valid-050.phpt" role="test" />
<file md5sum="7fcc1d601ac8bb4f319d3013b2ff8d6f" name="tests/bson-corpus/decimal128-5-valid-051.phpt" role="test" />
<file md5sum="52f3ec367d8b1fdc14ea55a024633eeb" name="tests/bson-corpus/decimal128-5-valid-052.phpt" role="test" />
<file md5sum="6389fc0885e1671a6f4124876d7833b3" name="tests/bson-corpus/decimal128-5-valid-053.phpt" role="test" />
<file md5sum="0353aefe4f579411272f1db12cb9fb3c" name="tests/bson-corpus/decimal128-5-valid-054.phpt" role="test" />
<file md5sum="3259ba4a4500d16ed417c510ae39fb12" name="tests/bson-corpus/decimal128-5-valid-055.phpt" role="test" />
<file md5sum="ec6605e6c62dcfa8b40755dc6a68d4b7" name="tests/bson-corpus/decimal128-5-valid-056.phpt" role="test" />
<file md5sum="a80b45d66bb1b199ce676562aed98c8c" name="tests/bson-corpus/decimal128-5-valid-057.phpt" role="test" />
<file md5sum="8be00241652618fafc467ee5f0921c21" name="tests/bson-corpus/decimal128-5-valid-058.phpt" role="test" />
<file md5sum="69ecad834fe150b6af057e247f57d1ad" name="tests/bson-corpus/decimal128-5-valid-059.phpt" role="test" />
<file md5sum="5ef10e88062b5e8db6d57f2b3e9189cd" name="tests/bson-corpus/decimal128-5-valid-060.phpt" role="test" />
<file md5sum="e9b480a2bbb5a0840cef3a5c3b5b91c2" name="tests/bson-corpus/decimal128-5-valid-061.phpt" role="test" />
<file md5sum="5dc42a6bf54856a4184eff9cf0c093c5" name="tests/bson-corpus/decimal128-5-valid-062.phpt" role="test" />
<file md5sum="897f1d812ca47a431cf3bc5c17418290" name="tests/bson-corpus/decimal128-5-valid-063.phpt" role="test" />
<file md5sum="f127d0bfefd67c56f891896b37a76d8b" name="tests/bson-corpus/decimal128-5-valid-064.phpt" role="test" />
<file md5sum="221826b0f6273fb3f0858e521e0fe37e" name="tests/bson-corpus/decimal128-5-valid-065.phpt" role="test" />
<file md5sum="7ee3050a25a8743e9ce67691d997d190" name="tests/bson-corpus/decimal128-5-valid-066.phpt" role="test" />
<file md5sum="661f0ef7137987581e5fa6b93cdc06bb" name="tests/bson-corpus/decimal128-5-valid-067.phpt" role="test" />
<file md5sum="97fe7865f6b77af9761a310343fba415" name="tests/bson-corpus/decimal128-6-parseError-001.phpt" role="test" />
<file md5sum="9f575f6daff291e442343d44a3cac10a" name="tests/bson-corpus/decimal128-6-parseError-002.phpt" role="test" />
<file md5sum="4a66430c6a6a2f1a937f6eaab10f1f2c" name="tests/bson-corpus/decimal128-6-parseError-003.phpt" role="test" />
<file md5sum="6530b59f6a323ed20f911f87c0d6d5b9" name="tests/bson-corpus/decimal128-6-parseError-004.phpt" role="test" />
<file md5sum="b587d7e022d5ee929306a44f5e8f3666" name="tests/bson-corpus/decimal128-6-parseError-005.phpt" role="test" />
<file md5sum="1ce11e7590e301fe8cff91baf7f27299" name="tests/bson-corpus/decimal128-6-parseError-006.phpt" role="test" />
<file md5sum="f394f82562d15f669d1de267689cc95a" name="tests/bson-corpus/decimal128-6-parseError-007.phpt" role="test" />
<file md5sum="87032ec278bb9a13827a5b62cc2f21fc" name="tests/bson-corpus/decimal128-6-parseError-008.phpt" role="test" />
<file md5sum="e7ee4b1b929964e5ba5978dba60e098f" name="tests/bson-corpus/decimal128-6-parseError-009.phpt" role="test" />
<file md5sum="283726e643d46cbefb0b3641047756d4" name="tests/bson-corpus/decimal128-6-parseError-010.phpt" role="test" />
<file md5sum="4996d80b5d21cc5decb6036e0bcdc6ed" name="tests/bson-corpus/decimal128-6-parseError-011.phpt" role="test" />
<file md5sum="a9b27777c25778d465ab062981e80a46" name="tests/bson-corpus/decimal128-6-parseError-012.phpt" role="test" />
<file md5sum="d34cc4951df6044ca57808d9a7681b8e" name="tests/bson-corpus/decimal128-6-parseError-013.phpt" role="test" />
<file md5sum="539c801052840e099b620e31abb265e7" name="tests/bson-corpus/decimal128-6-parseError-014.phpt" role="test" />
<file md5sum="3f5e3afbd9eaceaf15480ec29c33e05e" name="tests/bson-corpus/decimal128-6-parseError-015.phpt" role="test" />
<file md5sum="c9bd1f761f82e17d1cad1a5e333c4d87" name="tests/bson-corpus/decimal128-6-parseError-016.phpt" role="test" />
<file md5sum="53493d03e0efa89d433e111d9e5b2c97" name="tests/bson-corpus/decimal128-6-parseError-017.phpt" role="test" />
<file md5sum="bac21d79cf24233a381256126e570e33" name="tests/bson-corpus/decimal128-6-parseError-018.phpt" role="test" />
<file md5sum="6f5805f1fdee72e416dcf3d6a2992407" name="tests/bson-corpus/decimal128-6-parseError-019.phpt" role="test" />
<file md5sum="3e2b85ba531690fb2e861dac542caccb" name="tests/bson-corpus/decimal128-6-parseError-020.phpt" role="test" />
<file md5sum="14bd678420d73ad4979dce95c78a1dcf" name="tests/bson-corpus/decimal128-6-parseError-021.phpt" role="test" />
<file md5sum="27966c70fc7cf6d78e2db4f1396c2f73" name="tests/bson-corpus/decimal128-6-parseError-022.phpt" role="test" />
<file md5sum="1f7d2bb1681215e34d5194410641de91" name="tests/bson-corpus/decimal128-6-parseError-023.phpt" role="test" />
<file md5sum="35ff6b7fde08867fd9585786b824a0d6" name="tests/bson-corpus/decimal128-6-parseError-024.phpt" role="test" />
<file md5sum="eb7fd03b97b7d1902619f4ddb2d432b8" name="tests/bson-corpus/decimal128-6-parseError-025.phpt" role="test" />
<file md5sum="e01b09664d43504f4edc73e33bfba3ca" name="tests/bson-corpus/decimal128-6-parseError-026.phpt" role="test" />
<file md5sum="deacc3d8fdfe797641fe0fe362404765" name="tests/bson-corpus/decimal128-6-parseError-027.phpt" role="test" />
<file md5sum="a0e8ac91c41ecf1eca07fb065f02d3ec" name="tests/bson-corpus/decimal128-6-parseError-028.phpt" role="test" />
<file md5sum="0bbefc7e842bfe89be81e8bf399d7d8a" name="tests/bson-corpus/decimal128-6-parseError-029.phpt" role="test" />
<file md5sum="d979bc87fec742e764e705eed2fed45b" name="tests/bson-corpus/decimal128-6-parseError-030.phpt" role="test" />
<file md5sum="f00357ca24f8844d4d7b22b3160e5e71" name="tests/bson-corpus/decimal128-6-parseError-031.phpt" role="test" />
<file md5sum="53f9d995d67a3762195fd07bb5f653d0" name="tests/bson-corpus/decimal128-7-parseError-001.phpt" role="test" />
<file md5sum="d29ed9186006eea15d635a9bacce926e" name="tests/bson-corpus/decimal128-7-parseError-002.phpt" role="test" />
<file md5sum="64d47b499c5cd564dd71d73cb85bb414" name="tests/bson-corpus/decimal128-7-parseError-003.phpt" role="test" />
<file md5sum="948ae3e82929bf3e4d0c997788a83900" name="tests/bson-corpus/decimal128-7-parseError-004.phpt" role="test" />
<file md5sum="94be2fca3acf9155613abc3e1310223c" name="tests/bson-corpus/decimal128-7-parseError-005.phpt" role="test" />
<file md5sum="d1f9e7f057df208e36759707aec45d3a" name="tests/bson-corpus/decimal128-7-parseError-006.phpt" role="test" />
<file md5sum="af5cb840cb6e880b7f4866225fb3ab8c" name="tests/bson-corpus/decimal128-7-parseError-007.phpt" role="test" />
<file md5sum="7c4945290e91d7d4ef142cd179866a72" name="tests/bson-corpus/decimal128-7-parseError-008.phpt" role="test" />
<file md5sum="ef3f78b87943a3af440e58adf83e762e" name="tests/bson-corpus/decimal128-7-parseError-009.phpt" role="test" />
<file md5sum="92b4275158b073a14953d9cd322a2202" name="tests/bson-corpus/decimal128-7-parseError-010.phpt" role="test" />
<file md5sum="a2d18ad0fdb146b6f2a142a8ea111ad5" name="tests/bson-corpus/decimal128-7-parseError-011.phpt" role="test" />
<file md5sum="535a7f455b7a9cbaaad113d915eae2ad" name="tests/bson-corpus/decimal128-7-parseError-012.phpt" role="test" />
<file md5sum="940f13a74a37c831f7b50e51ce03cb48" name="tests/bson-corpus/decimal128-7-parseError-013.phpt" role="test" />
<file md5sum="ee518aa3cd335ea1340cd660ac46c397" name="tests/bson-corpus/decimal128-7-parseError-014.phpt" role="test" />
<file md5sum="a18bb75fa65ab4364d3310dbc64b2d42" name="tests/bson-corpus/decimal128-7-parseError-015.phpt" role="test" />
<file md5sum="cdbb9254e8b5a8c2b61f0793e075bc21" name="tests/bson-corpus/decimal128-7-parseError-016.phpt" role="test" />
<file md5sum="e7c465fab5e7af09100cc0f2270e5ad4" name="tests/bson-corpus/decimal128-7-parseError-017.phpt" role="test" />
<file md5sum="ad9bded5d2d29d2f4cd40f3a98ad58ea" name="tests/bson-corpus/decimal128-7-parseError-018.phpt" role="test" />
<file md5sum="4fbef3e62555a42ecd78b5cd66c81569" name="tests/bson-corpus/decimal128-7-parseError-019.phpt" role="test" />
<file md5sum="d81d5065897fdef90dcad7be488f3188" name="tests/bson-corpus/decimal128-7-parseError-020.phpt" role="test" />
<file md5sum="db41dd01251ce000a5ecf40f762cf769" name="tests/bson-corpus/decimal128-7-parseError-021.phpt" role="test" />
<file md5sum="7f12e7dd1c939e2527470b1de6d34942" name="tests/bson-corpus/decimal128-7-parseError-022.phpt" role="test" />
<file md5sum="cd7219ff47cbc9fb57804486a944262f" name="tests/bson-corpus/decimal128-7-parseError-023.phpt" role="test" />
<file md5sum="bf34c189b0d7194e08307f081a1ffc10" name="tests/bson-corpus/decimal128-7-parseError-024.phpt" role="test" />
<file md5sum="b658af20fef19c777f878c7832b6a679" name="tests/bson-corpus/decimal128-7-parseError-025.phpt" role="test" />
<file md5sum="73a24ca42c6ae756ba56a06777610ef2" name="tests/bson-corpus/decimal128-7-parseError-026.phpt" role="test" />
<file md5sum="9a6d5b86647f571c6d4c89f96fa1f555" name="tests/bson-corpus/decimal128-7-parseError-027.phpt" role="test" />
<file md5sum="fd4263ac5a5a1dbdea4d02d607971c45" name="tests/bson-corpus/decimal128-7-parseError-028.phpt" role="test" />
<file md5sum="2b6d0739f6c91b9bad32353e19ac4db0" name="tests/bson-corpus/decimal128-7-parseError-029.phpt" role="test" />
<file md5sum="ec2592d9cf55680d54bda911b7237265" name="tests/bson-corpus/decimal128-7-parseError-030.phpt" role="test" />
<file md5sum="2c88d698f5abce5affb51f40c56cd79c" name="tests/bson-corpus/decimal128-7-parseError-031.phpt" role="test" />
<file md5sum="a1b55267e1f040cd47f234054fbd2bbc" name="tests/bson-corpus/decimal128-7-parseError-032.phpt" role="test" />
<file md5sum="ed2107f9aa466b5de70f274e7f4e9a50" name="tests/bson-corpus/decimal128-7-parseError-033.phpt" role="test" />
<file md5sum="131713b2aba97d35bb405f7c6e19f49f" name="tests/bson-corpus/decimal128-7-parseError-034.phpt" role="test" />
<file md5sum="23dd38e8a785335a2e580cb9cbd7f373" name="tests/bson-corpus/decimal128-7-parseError-035.phpt" role="test" />
<file md5sum="61c1fbba48138e7aa95dc619f1217e03" name="tests/bson-corpus/decimal128-7-parseError-036.phpt" role="test" />
<file md5sum="73448b46f4ebcfb371c3df67ffa25d70" name="tests/bson-corpus/decimal128-7-parseError-037.phpt" role="test" />
<file md5sum="ff7d44b3efcebe092a5be22db7500f93" name="tests/bson-corpus/decimal128-7-parseError-038.phpt" role="test" />
<file md5sum="958a9bc10f56cd9dabdae6b5382648be" name="tests/bson-corpus/decimal128-7-parseError-039.phpt" role="test" />
<file md5sum="a39fca304ccd2549988060852b9c2b60" name="tests/bson-corpus/decimal128-7-parseError-040.phpt" role="test" />
<file md5sum="21bcf3ea88275becb09488ce676ba256" name="tests/bson-corpus/decimal128-7-parseError-041.phpt" role="test" />
<file md5sum="a41810a881fd56479d50d1a2f10e4e15" name="tests/bson-corpus/decimal128-7-parseError-042.phpt" role="test" />
<file md5sum="b352d47eee76795c6d9cef4c1d42639a" name="tests/bson-corpus/decimal128-7-parseError-043.phpt" role="test" />
<file md5sum="0a6925324970b9215c46d629dc2ad648" name="tests/bson-corpus/decimal128-7-parseError-044.phpt" role="test" />
<file md5sum="7fd640f689e3b25e589449ce51762438" name="tests/bson-corpus/decimal128-7-parseError-045.phpt" role="test" />
<file md5sum="8965fa643c3177ba677b0a338c43935c" name="tests/bson-corpus/decimal128-7-parseError-046.phpt" role="test" />
<file md5sum="b89d1125f54520819d4780bb407751b1" name="tests/bson-corpus/decimal128-7-parseError-047.phpt" role="test" />
<file md5sum="29a49b24ce427755d4a5643a01f1e45e" name="tests/bson-corpus/decimal128-7-parseError-048.phpt" role="test" />
<file md5sum="15026f957644968579b0033b741ad521" name="tests/bson-corpus/decimal128-7-parseError-049.phpt" role="test" />
<file md5sum="bc10ad81fb524afbad5eb9f7e9354a24" name="tests/bson-corpus/decimal128-7-parseError-050.phpt" role="test" />
<file md5sum="a690c91d87cab939fd2c4b152e3d5a1f" name="tests/bson-corpus/decimal128-7-parseError-051.phpt" role="test" />
<file md5sum="cdfb6d264322fbd94013be733e93b7e2" name="tests/bson-corpus/decimal128-7-parseError-052.phpt" role="test" />
<file md5sum="b48b0f7abcdaef499f8dd6391a9e73be" name="tests/bson-corpus/decimal128-7-parseError-053.phpt" role="test" />
<file md5sum="51a21d680cf93ca8e61054d1798f3a6d" name="tests/bson-corpus/decimal128-7-parseError-054.phpt" role="test" />
<file md5sum="2fa0d96cc6ca037e731e8d73359254a1" name="tests/bson-corpus/decimal128-7-parseError-055.phpt" role="test" />
<file md5sum="3cb79692a3fff1a2965d633f583ffda1" name="tests/bson-corpus/decimal128-7-parseError-056.phpt" role="test" />
<file md5sum="31668df0a6ae44cd4b8c201b391b3c05" name="tests/bson-corpus/decimal128-7-parseError-057.phpt" role="test" />
<file md5sum="291870eebd18c55b40dd774a1250e6f2" name="tests/bson-corpus/decimal128-7-parseError-058.phpt" role="test" />
<file md5sum="8c8282547270d94ab76310662de33c5f" name="tests/bson-corpus/decimal128-7-parseError-059.phpt" role="test" />
<file md5sum="0a785c54b0e5874555867da3046d0544" name="tests/bson-corpus/decimal128-7-parseError-060.phpt" role="test" />
<file md5sum="8b00ab977fa43482b20fc6cc88923560" name="tests/bson-corpus/decimal128-7-parseError-061.phpt" role="test" />
<file md5sum="87b858d1e87a14f0f3f074a30bc428f4" name="tests/bson-corpus/decimal128-7-parseError-062.phpt" role="test" />
<file md5sum="93c4597cbcf092b83effe458587cab42" name="tests/bson-corpus/decimal128-7-parseError-063.phpt" role="test" />
<file md5sum="5604b3c00d90f38326b2caf587b75d39" name="tests/bson-corpus/decimal128-7-parseError-064.phpt" role="test" />
<file md5sum="7698f35a879199cc6cfbe2975766609a" name="tests/bson-corpus/decimal128-7-parseError-065.phpt" role="test" />
<file md5sum="8c780164635efc163d9e92df2b5fd778" name="tests/bson-corpus/decimal128-7-parseError-066.phpt" role="test" />
<file md5sum="f82b3d0a1e0617ede4d6516f1c34f63e" name="tests/bson-corpus/decimal128-7-parseError-067.phpt" role="test" />
<file md5sum="46d018c7f78ebd672e61f5761327f79e" name="tests/bson-corpus/decimal128-7-parseError-068.phpt" role="test" />
<file md5sum="c39afed94ddc79eacb39bcfde732e058" name="tests/bson-corpus/decimal128-7-parseError-069.phpt" role="test" />
<file md5sum="779aa919b0c83011517a57eb4c677c0a" name="tests/bson-corpus/decimal128-7-parseError-070.phpt" role="test" />
<file md5sum="4d74f03527230857d81b7b22c3a37091" name="tests/bson-corpus/decimal128-7-parseError-071.phpt" role="test" />
<file md5sum="678cdc4e6e63ef31974353cd80fb96b3" name="tests/bson-corpus/decimal128-7-parseError-072.phpt" role="test" />
<file md5sum="7ff4eeca58923e636f37286aea06224f" name="tests/bson-corpus/decimal128-7-parseError-073.phpt" role="test" />
<file md5sum="06cc4c867376e6ff2a138d94d839e521" name="tests/bson-corpus/decimal128-7-parseError-074.phpt" role="test" />
<file md5sum="b207d585456f86a2ff1fbc9934fafc65" name="tests/bson-corpus/decimal128-7-parseError-075.phpt" role="test" />
<file md5sum="e6eb3226d4e334bf082a32beb6f4640e" name="tests/bson-corpus/decimal128-7-parseError-076.phpt" role="test" />
<file md5sum="fc9d86339d2ec2a1fdccd6e13efdccdd" name="tests/bson-corpus/decimal128-7-parseError-077.phpt" role="test" />
<file md5sum="9ff5ca747749d6dd2cad6512ff0ba502" name="tests/bson-corpus/decimal128-7-parseError-078.phpt" role="test" />
<file md5sum="90fb79370f2b72ed1563d30b9015736f" name="tests/bson-corpus/decimal128-7-parseError-079.phpt" role="test" />
<file md5sum="2c7374986d5f75a2c14c2ff7b195a543" name="tests/bson-corpus/decimal128-7-parseError-080.phpt" role="test" />
<file md5sum="b4f5cfd8c1af72e086fcf2f53f911580" name="tests/bson-corpus/document-decodeError-001.phpt" role="test" />
<file md5sum="42b26e9ea5c826cd63b5a4ba2e01152e" name="tests/bson-corpus/document-decodeError-002.phpt" role="test" />
<file md5sum="3c60f26d3ab45610a6e214ca12926b57" name="tests/bson-corpus/document-decodeError-003.phpt" role="test" />
<file md5sum="b71432e20fecfbbd136675551156717b" name="tests/bson-corpus/document-valid-001.phpt" role="test" />
<file md5sum="b0b4b9c4d1d6ecd30899942cb293ffec" name="tests/bson-corpus/document-valid-002.phpt" role="test" />
<file md5sum="b070130d8fcfe008b8b5fe72754e4b9e" name="tests/bson-corpus/document-valid-003.phpt" role="test" />
<file md5sum="5785f63d468dd3d263b6959d2d2f3231" name="tests/bson-corpus/double-decodeError-001.phpt" role="test" />
<file md5sum="c25d9dd31322b620a29376e89b470b3e" name="tests/bson-corpus/double-valid-001.phpt" role="test" />
<file md5sum="e27a84a58acd3483ceea6e8598f5e569" name="tests/bson-corpus/double-valid-002.phpt" role="test" />
<file md5sum="3f094dfb468145dd39698d7008ade9b2" name="tests/bson-corpus/double-valid-003.phpt" role="test" />
<file md5sum="37b83b39bfb17e9e6bbb9263c47b76b4" name="tests/bson-corpus/double-valid-004.phpt" role="test" />
<file md5sum="50787586c957d60ec0abf810b9b87e9d" name="tests/bson-corpus/double-valid-005.phpt" role="test" />
<file md5sum="081db14de70244e7b3323955a9682490" name="tests/bson-corpus/double-valid-006.phpt" role="test" />
<file md5sum="50d446cbe8475bbe34b3e3d60b6417b3" name="tests/bson-corpus/double-valid-007.phpt" role="test" />
<file md5sum="7bc4cb4dbf62717fbc354069f6fc9243" name="tests/bson-corpus/double-valid-008.phpt" role="test" />
<file md5sum="71ab6661b8790895c443b7c647bb53af" name="tests/bson-corpus/double-valid-009.phpt" role="test" />
<file md5sum="93b5c5f2636dee82f24ffd42f2a74bee" name="tests/bson-corpus/double-valid-010.phpt" role="test" />
<file md5sum="7a93dcfb31a7f1cc8b538a2b679153d5" name="tests/bson-corpus/double-valid-011.phpt" role="test" />
<file md5sum="59f568be5cd5b412f61907013d0f64e9" name="tests/bson-corpus/double-valid-012.phpt" role="test" />
<file md5sum="0da998151b70c18c67a96d8bc28a01ce" name="tests/bson-corpus/int32-decodeError-001.phpt" role="test" />
<file md5sum="5f47f37ecf54e332d98dd7f005d8bac7" name="tests/bson-corpus/int32-valid-001.phpt" role="test" />
<file md5sum="8e71156bc821c7912aad8061dfae7fab" name="tests/bson-corpus/int32-valid-002.phpt" role="test" />
<file md5sum="b6c5b826eca41d0ee00461d1992963f3" name="tests/bson-corpus/int32-valid-003.phpt" role="test" />
<file md5sum="ce5cfdb10be3feb8adcee2f5edd557c1" name="tests/bson-corpus/int32-valid-004.phpt" role="test" />
<file md5sum="b3d82bf44e3e6be968f38078e460a9ae" name="tests/bson-corpus/int32-valid-005.phpt" role="test" />
<file md5sum="d72c859a13ce93310c4f69b31e58e57e" name="tests/bson-corpus/int64-decodeError-001.phpt" role="test" />
<file md5sum="e5704f1ca206dfc377fce667d058aea4" name="tests/bson-corpus/int64-valid-001.phpt" role="test" />
<file md5sum="0f26ba2c544e8ad9ee48c96af9d20701" name="tests/bson-corpus/int64-valid-002.phpt" role="test" />
<file md5sum="9007c33064a22e5bfef713a954530c7a" name="tests/bson-corpus/int64-valid-003.phpt" role="test" />
<file md5sum="84237b507c3cd8adad64bc33952689ab" name="tests/bson-corpus/int64-valid-004.phpt" role="test" />
<file md5sum="09e51f0ab0b8ee6c11177b9bb198b14e" name="tests/bson-corpus/int64-valid-005.phpt" role="test" />
<file md5sum="e20137603c2a90305bd4742f03ec48a1" name="tests/bson-corpus/maxkey-valid-001.phpt" role="test" />
<file md5sum="9aac546a028d88f2044b49833eb210d5" name="tests/bson-corpus/minkey-valid-001.phpt" role="test" />
<file md5sum="bd81777656d4aa81d5d3f25175e9a920" name="tests/bson-corpus/multi-type-valid-001.phpt" role="test" />
<file md5sum="b1333fa4f91e784ef53ccbf077c5dc42" name="tests/bson-corpus/null-valid-001.phpt" role="test" />
<file md5sum="042a55fe8b49061f91ac3f21c9720886" name="tests/bson-corpus/oid-decodeError-001.phpt" role="test" />
<file md5sum="50101edf5a54969a5a8cf70253b50cb1" name="tests/bson-corpus/oid-valid-001.phpt" role="test" />
<file md5sum="700450049438b9bd06520bf6a17c7788" name="tests/bson-corpus/oid-valid-002.phpt" role="test" />
<file md5sum="f3546b078c40a068b7c250da016f9113" name="tests/bson-corpus/oid-valid-003.phpt" role="test" />
<file md5sum="6d2bbf0542ddfb10dbc00c5c9fef742f" name="tests/bson-corpus/regex-decodeError-001.phpt" role="test" />
<file md5sum="0aec7965ead30a0e9bb1d6a9aac6073a" name="tests/bson-corpus/regex-decodeError-002.phpt" role="test" />
<file md5sum="e2a22519ed22c6fd51a15f07cfea6574" name="tests/bson-corpus/regex-valid-001.phpt" role="test" />
<file md5sum="ff971b74a615f126d1683ac064afb486" name="tests/bson-corpus/regex-valid-002.phpt" role="test" />
<file md5sum="e032a9da471e7b8b7b6e214fdc502464" name="tests/bson-corpus/regex-valid-003.phpt" role="test" />
<file md5sum="e32ff0d63d4e978140415c1ee00ec943" name="tests/bson-corpus/regex-valid-004.phpt" role="test" />
<file md5sum="4d3c27a8c2a4f0d00d3bea4dd8fb1845" name="tests/bson-corpus/regex-valid-005.phpt" role="test" />
<file md5sum="dff8cac5463447779eab36cca3dae8d1" name="tests/bson-corpus/regex-valid-006.phpt" role="test" />
<file md5sum="2bab1b2abf90c557456afa3979c3e127" name="tests/bson-corpus/regex-valid-007.phpt" role="test" />
<file md5sum="87257a9e6683539f0234ed1ae77bd366" name="tests/bson-corpus/regex-valid-008.phpt" role="test" />
<file md5sum="dbf6860f5b827b502e1449d4184229e4" name="tests/bson-corpus/regex-valid-009.phpt" role="test" />
<file md5sum="0240e21ac7208bd577ad206545d9079b" name="tests/bson-corpus/string-decodeError-001.phpt" role="test" />
<file md5sum="1b49383dcd31b2fcfd08605d1e11224d" name="tests/bson-corpus/string-decodeError-002.phpt" role="test" />
<file md5sum="b9851ba430d845aa0d0cfbec06986420" name="tests/bson-corpus/string-decodeError-003.phpt" role="test" />
<file md5sum="c5c3e28b1702a4a526998998b65ae2b6" name="tests/bson-corpus/string-decodeError-004.phpt" role="test" />
<file md5sum="09e45dc9b3831b90438d42967d98e81f" name="tests/bson-corpus/string-decodeError-005.phpt" role="test" />
<file md5sum="aef88e1ff7d5b21c715f00a4ca3d44ff" name="tests/bson-corpus/string-decodeError-006.phpt" role="test" />
<file md5sum="d208f92291581f7319ecc9af5f3a0fb7" name="tests/bson-corpus/string-decodeError-007.phpt" role="test" />
<file md5sum="b96f96eac724e666d73f4c7ce146e6d3" name="tests/bson-corpus/string-valid-001.phpt" role="test" />
<file md5sum="c86edeb94cd259c3771c69cfccfe88ff" name="tests/bson-corpus/string-valid-002.phpt" role="test" />
<file md5sum="b69c5ddf7866f0de81d3aaa9923452ba" name="tests/bson-corpus/string-valid-003.phpt" role="test" />
<file md5sum="a09d1c006787d42d982e0a80f80a75e1" name="tests/bson-corpus/string-valid-004.phpt" role="test" />
<file md5sum="f004f57e1908394a0f9d0018c177755c" name="tests/bson-corpus/string-valid-005.phpt" role="test" />
<file md5sum="658c6b0e16fd679f5e7ef30c920e5da3" name="tests/bson-corpus/string-valid-006.phpt" role="test" />
<file md5sum="b9263c54d0a92357a336ab5ff9544911" name="tests/bson-corpus/string-valid-007.phpt" role="test" />
<file md5sum="267928a71cfe6e336a82eef0d3f5b239" name="tests/bson-corpus/timestamp-decodeError-001.phpt" role="test" />
<file md5sum="5469f32d4d42a0d4f9ff2c5bed56a387" name="tests/bson-corpus/timestamp-valid-001.phpt" role="test" />
<file md5sum="3fca07533f08d2fe9821b980afa8a2be" name="tests/bson-corpus/timestamp-valid-002.phpt" role="test" />
<file md5sum="c93eb857dfeb49bf70a7bcc9c0f9a425" name="tests/bson-corpus/timestamp-valid-003.phpt" role="test" />
<file md5sum="17ce094686cb362b80cfe1bca51b7088" name="tests/bson-corpus/top-decodeError-001.phpt" role="test" />
<file md5sum="600cb83eacf159a50fce8ac90cdf74ad" name="tests/bson-corpus/top-decodeError-002.phpt" role="test" />
<file md5sum="05031bb2a71b66c4f7ddee2b6a28ddeb" name="tests/bson-corpus/top-decodeError-003.phpt" role="test" />
<file md5sum="9e10c5ae6ec32276e1fa8a1a4ee892fb" name="tests/bson-corpus/top-decodeError-004.phpt" role="test" />
<file md5sum="68283e51bd216fa7e1b2eb437c3e76d9" name="tests/bson-corpus/top-decodeError-005.phpt" role="test" />
<file md5sum="797ce39fad54934b9b0c0bd6b13511cd" name="tests/bson-corpus/top-decodeError-006.phpt" role="test" />
<file md5sum="ad427d8fe90a3a37af730cb6ed0ca872" name="tests/bson-corpus/top-decodeError-007.phpt" role="test" />
<file md5sum="cf6d4a73c4741f76969251dd6254ef75" name="tests/bson-corpus/top-decodeError-008.phpt" role="test" />
<file md5sum="3d9b849acd268ae10a2cc1658f7fdfed" name="tests/bson-corpus/top-decodeError-009.phpt" role="test" />
<file md5sum="249c629abd447efec58954be6d0bfd90" name="tests/bson-corpus/top-decodeError-010.phpt" role="test" />
<file md5sum="d86a4178bced6e0fc406be05e232f56b" name="tests/bson-corpus/top-decodeError-011.phpt" role="test" />
<file md5sum="6272048144f54d1c61e6dcc2a54577a0" name="tests/bson-corpus/top-decodeError-012.phpt" role="test" />
<file md5sum="e0c5a2f46b6bb5043b0b95a56c7bfc6b" name="tests/bson-corpus/top-decodeError-013.phpt" role="test" />
<file md5sum="bbe865333f4d9917795b2d097bbb2114" name="tests/bson-corpus/top-decodeError-014.phpt" role="test" />
<file md5sum="f4b30ed02746f3520b83c6c680e849cf" name="tests/bson-corpus/top-parseError-001.phpt" role="test" />
<file md5sum="91ff115679200da2479742be4c591690" name="tests/bson-corpus/top-parseError-002.phpt" role="test" />
<file md5sum="6d9d8365254b5cc40f2bfdf0b474b614" name="tests/bson-corpus/top-parseError-003.phpt" role="test" />
<file md5sum="43e86b1dceb98cf74b2e55153cdb9198" name="tests/bson-corpus/top-parseError-004.phpt" role="test" />
<file md5sum="2c97ee609289adb8f2f9a474c562ad14" name="tests/bson-corpus/top-parseError-005.phpt" role="test" />
<file md5sum="2b8b22e19e96a1fce188857b269e80db" name="tests/bson-corpus/top-parseError-006.phpt" role="test" />
<file md5sum="63b0e2d0d4aca2dedadd7c77110b7472" name="tests/bson-corpus/top-parseError-007.phpt" role="test" />
<file md5sum="e8150597fe010182fc52036df6cfda73" name="tests/bson-corpus/top-parseError-008.phpt" role="test" />
<file md5sum="a4216bb01781440e2d893563d2a3e1fe" name="tests/bson-corpus/top-parseError-009.phpt" role="test" />
<file md5sum="23c04f804d78b680143362608b120559" name="tests/bson-corpus/top-parseError-010.phpt" role="test" />
<file md5sum="7aa72cf9cac3c52466857d9f06be03e6" name="tests/bson-corpus/top-parseError-011.phpt" role="test" />
<file md5sum="cf0d10a7ccb9b3cf057bfaf1155c7fe7" name="tests/bson-corpus/top-parseError-012.phpt" role="test" />
<file md5sum="f743225a927233df16827f1b284ec947" name="tests/bson-corpus/top-parseError-013.phpt" role="test" />
<file md5sum="3a3b29d65c4a35d5f27c78043701eff9" name="tests/bson-corpus/top-parseError-014.phpt" role="test" />
<file md5sum="6476201c23012606cc5741b93cdf3a98" name="tests/bson-corpus/top-parseError-015.phpt" role="test" />
<file md5sum="683bf02ff22e94e6b445b2184973bd61" name="tests/bson-corpus/top-parseError-016.phpt" role="test" />
<file md5sum="d08cb48900875f44cc0edcae2d367f54" name="tests/bson-corpus/top-parseError-017.phpt" role="test" />
<file md5sum="325077497c93dfd8f05868675a11156a" name="tests/bson-corpus/top-parseError-018.phpt" role="test" />
<file md5sum="3728e5b380d1342efe7509e86d831d99" name="tests/bson-corpus/top-parseError-019.phpt" role="test" />
<file md5sum="c8912c33f65fca26063d9fc102573667" name="tests/bson-corpus/top-parseError-020.phpt" role="test" />
<file md5sum="cc552f5c94e9381bfe83a2c69c9055e7" name="tests/bson-corpus/top-parseError-021.phpt" role="test" />
<file md5sum="e5c8182e3897dceb743012ceb7d53078" name="tests/bson-corpus/top-parseError-022.phpt" role="test" />
<file md5sum="2ae68a06cd5e15375bac8ba27f320b84" name="tests/bson-corpus/top-parseError-023.phpt" role="test" />
<file md5sum="5fb8365ce1e7c8cc9ae704f1f3e09a49" name="tests/bson-corpus/top-parseError-024.phpt" role="test" />
<file md5sum="182e2b40f8b1258916cab85e9f3b07ed" name="tests/bson-corpus/top-parseError-025.phpt" role="test" />
<file md5sum="7d6ee218b88c852721423dd332a6d5c7" name="tests/bson-corpus/top-parseError-026.phpt" role="test" />
<file md5sum="6b3cb7b036b3bdd2f096a06467321d84" name="tests/bson-corpus/top-parseError-027.phpt" role="test" />
<file md5sum="2475d1436b8e3f8abbf8810d0c9cf20d" name="tests/bson-corpus/top-parseError-028.phpt" role="test" />
<file md5sum="aa111516293dd649fbaf4422d45a7a50" name="tests/bson-corpus/top-parseError-029.phpt" role="test" />
<file md5sum="03a9219928cfc54e7ba0740c5b6da4da" name="tests/bson-corpus/top-parseError-030.phpt" role="test" />
<file md5sum="6ece98f8da86545a67fb6b746bf4bc0f" name="tests/bson-corpus/top-parseError-031.phpt" role="test" />
<file md5sum="be3927befbcc2741e4063f6ad5b85b8a" name="tests/bson-corpus/top-parseError-032.phpt" role="test" />
<file md5sum="0f9ab539216d28503c0e5e964f8ecf5a" name="tests/bson-corpus/top-parseError-033.phpt" role="test" />
<file md5sum="39bc682fadb62d8600396ee6e7964442" name="tests/bson-corpus/top-parseError-034.phpt" role="test" />
<file md5sum="73cc7317c62a4006f0eafeaaa512eda0" name="tests/bson-corpus/top-parseError-035.phpt" role="test" />
<file md5sum="dea2b127c4421799656ac90ac5a8a19a" name="tests/bson-corpus/top-parseError-036.phpt" role="test" />
<file md5sum="cd0ee19e16182cc19bc392cd9828753d" name="tests/bson-corpus/top-parseError-037.phpt" role="test" />
<file md5sum="fa78aa1ba539ffb2af3554812ed1b89c" name="tests/bson-corpus/top-parseError-038.phpt" role="test" />
<file md5sum="de6cb2dae694a93abcd0c55dd1e7e131" name="tests/bson-corpus/top-parseError-039.phpt" role="test" />
<file md5sum="0bc5affa8185d39910c7210cec956be7" name="tests/bson-corpus/top-parseError-040.phpt" role="test" />
<file md5sum="1898e62ad427e74c8ea17da283b99194" name="tests/bson-corpus/top-parseError-041.phpt" role="test" />
<file md5sum="0065bb9e2c526be10241d62820459405" name="tests/bson-corpus/top-valid-001.phpt" role="test" />
<file md5sum="aacbb83d12567034c4a43ecd26e8f165" name="tests/bson/bson-binary-001.phpt" role="test" />
<file md5sum="78c016cd924e363fb8433ce673a76b6a" name="tests/bson/bson-binary-compare-001.phpt" role="test" />
<file md5sum="6eb6c83707dd7be5c718fa13b0427d6c" name="tests/bson/bson-binary-compare-002.phpt" role="test" />
<file md5sum="a89324b72c9dbfffca5008d9563565c8" name="tests/bson/bson-binary-jsonserialize-001.phpt" role="test" />
<file md5sum="ba515183a779c4ce6740ba3fb1e46f77" name="tests/bson/bson-binary-jsonserialize-002.phpt" role="test" />
<file md5sum="94deed355325f66c567309e6074cfe7a" name="tests/bson/bson-binary-serialization-001.phpt" role="test" />
<file md5sum="f487c59192b7df686475bfe0be84c3e6" name="tests/bson/bson-binary-serialization_error-001.phpt" role="test" />
<file md5sum="2ebc7a07dd945df1922ca274d04478a8" name="tests/bson/bson-binary-serialization_error-002.phpt" role="test" />
<file md5sum="325c3d210bfa4eb571a36ffa5f75c347" name="tests/bson/bson-binary-serialization_error-003.phpt" role="test" />
<file md5sum="4a4275ac852b7457302ddcb2fdce7544" name="tests/bson/bson-binary-set_state-001.phpt" role="test" />
<file md5sum="bfee0375bac0c0e1a26a34dda9814eb0" name="tests/bson/bson-binary-set_state_error-001.phpt" role="test" />
<file md5sum="b88eb23a9a107c5300863e1dc5a780b0" name="tests/bson/bson-binary-set_state_error-002.phpt" role="test" />
<file md5sum="df1ccfb1bbd3562866bc851709320cd4" name="tests/bson/bson-binary-set_state_error-003.phpt" role="test" />
<file md5sum="2079c2a8ebed8e51c12a0fab40e42ab3" name="tests/bson/bson-binary-tostring-001.phpt" role="test" />
<file md5sum="987e2a7b238833b93ddf1b3b0d879fd8" name="tests/bson/bson-binary_error-001.phpt" role="test" />
<file md5sum="a9d13886ed7bad49396fe58fb69728dc" name="tests/bson/bson-binary_error-002.phpt" role="test" />
<file md5sum="c52d47c59fa41f83989f99d3b509bc4b" name="tests/bson/bson-binary_error-003.phpt" role="test" />
<file md5sum="47b5df8e7129de482422f2eda5f15be7" name="tests/bson/bson-binary_error-004.phpt" role="test" />
<file md5sum="fe638f713510cf803847a14a9109e6e7" name="tests/bson/bson-binaryinterface-001.phpt" role="test" />
<file md5sum="1b07dc40c0327eaa948a01415e80156e" name="tests/bson/bson-decimal128-001.phpt" role="test" />
<file md5sum="aa1a54f32962e51878159b0b3f25a83a" name="tests/bson/bson-decimal128-002.phpt" role="test" />
<file md5sum="b17b174c54b38e37a407f8fb35aff65e" name="tests/bson/bson-decimal128-003.phpt" role="test" />
<file md5sum="b6d96feed66dfb73e8220e48e58337a1" name="tests/bson/bson-decimal128-004.phpt" role="test" />
<file md5sum="b82e77c47a326ab042f1e35ec4725e51" name="tests/bson/bson-decimal128-jsonserialize-001.phpt" role="test" />
<file md5sum="afbe9023c707b866dcc078d3b126ba0a" name="tests/bson/bson-decimal128-jsonserialize-002.phpt" role="test" />
<file md5sum="4c603508bb6b9838066286014832c97f" name="tests/bson/bson-decimal128-serialization-001.phpt" role="test" />
<file md5sum="18bcb6a21e50d2bbdfc8f05dd81ea095" name="tests/bson/bson-decimal128-serialization_error-001.phpt" role="test" />
<file md5sum="105c568368afe25b76a7f4d2cbc8ab32" name="tests/bson/bson-decimal128-serialization_error-002.phpt" role="test" />
<file md5sum="3a8bcad13be933556fd0967a643293ac" name="tests/bson/bson-decimal128-set_state-001.phpt" role="test" />
<file md5sum="db934fbaaeca32c3461ca5a0e3924b3c" name="tests/bson/bson-decimal128-set_state_error-001.phpt" role="test" />
<file md5sum="cc39b9bf030108cc2e36cec032c3e021" name="tests/bson/bson-decimal128-set_state_error-002.phpt" role="test" />
<file md5sum="e938c12d1f2fcf8db10aa35a1835d938" name="tests/bson/bson-decimal128_error-001.phpt" role="test" />
<file md5sum="c551b87ae2e2987ba8e5518c73aed1f6" name="tests/bson/bson-decimal128_error-002.phpt" role="test" />
<file md5sum="a7dbd531a5dace1341acdf77d3821da3" name="tests/bson/bson-decimal128interface-001.phpt" role="test" />
<file md5sum="d9e66d3693c33a70a8f302b285d6a017" name="tests/bson/bson-decode-001.phpt" role="test" />
<file md5sum="72c9ae0b2a63b4734b4242634b26d838" name="tests/bson/bson-decode-002.phpt" role="test" />
<file md5sum="c537992ae377109995cc650def0fbe31" name="tests/bson/bson-encode-001.phpt" role="test" />
<file md5sum="7d63ae8f6ffe1c3723de519a28c518a8" name="tests/bson/bson-encode-002.phpt" role="test" />
<file md5sum="29348a9f31df1efbf7ebbce60934f443" name="tests/bson/bson-encode-003.phpt" role="test" />
<file md5sum="b20023cbaba4b6a0406c3b0bceadd6ac" name="tests/bson/bson-encode-004.phpt" role="test" />
<file md5sum="9b2c1fb3ece5c67bf2593e78ebd4481d" name="tests/bson/bson-encode-005.phpt" role="test" />
<file md5sum="9f2c849e9e4d87c63fee4591fc4c3e3f" name="tests/bson/bson-fromJSON-001.phpt" role="test" />
<file md5sum="08a8c4233a4a4d3d5216bbc289189e79" name="tests/bson/bson-fromJSON-002.phpt" role="test" />
<file md5sum="729e16c01e1318e6a3e74c1a28139e5e" name="tests/bson/bson-fromJSON_error-001.phpt" role="test" />
<file md5sum="ef65020cde3e656d01e8dd4b70f5211e" name="tests/bson/bson-fromPHP-001.phpt" role="test" />
<file md5sum="d06d3e149b4049b069ac97446292e54a" name="tests/bson/bson-fromPHP-002.phpt" role="test" />
<file md5sum="f63c536993d1f5c321194a1509a76b49" name="tests/bson/bson-fromPHP-003.phpt" role="test" />
<file md5sum="cdee70ad41d06ebf5433f0c123d8b473" name="tests/bson/bson-fromPHP-005.phpt" role="test" />
<file md5sum="fb00e3c73770eaa72d2c4042438a698a" name="tests/bson/bson-fromPHP-006.phpt" role="test" />
<file md5sum="b0eecb69117e5a61228f9779b400b3fe" name="tests/bson/bson-fromPHP_error-001.phpt" role="test" />
<file md5sum="7ff1968400ad0bde9a7908ba3d69c321" name="tests/bson/bson-fromPHP_error-002.phpt" role="test" />
<file md5sum="9b31b04d9e209bac1c7af0cc07575908" name="tests/bson/bson-fromPHP_error-003.phpt" role="test" />
<file md5sum="ebaef67679405086cef2b14d9b0d0b2a" name="tests/bson/bson-fromPHP_error-004.phpt" role="test" />
<file md5sum="7adaec1f95f3f251ec41e4655cb739f7" name="tests/bson/bson-fromPHP_error-005.phpt" role="test" />
<file md5sum="a880c42fdc990dfd57d815cbaa5ac3e1" name="tests/bson/bson-fromPHP_error-006.phpt" role="test" />
<file md5sum="8a10b1a60bc1fc5a6e00c8e7f6120070" name="tests/bson/bson-fromPHP_error-007.phpt" role="test" />
<file md5sum="9748cb0c6ac74663bc66f5e3ead5bf34" name="tests/bson/bson-generate-document-id.phpt" role="test" />
<file md5sum="3ee11e5db8d124bc21663bb2f306b983" name="tests/bson/bson-javascript-001.phpt" role="test" />
<file md5sum="9c91bd749fd0ab27a36d14394a5e424b" name="tests/bson/bson-javascript-002.phpt" role="test" />
<file md5sum="97e60e9d937e0545fdd93efbc9f78c7f" name="tests/bson/bson-javascript-compare-001.phpt" role="test" />
<file md5sum="6fa03185f5a88f493df843621065aeb9" name="tests/bson/bson-javascript-compare-002.phpt" role="test" />
<file md5sum="3567bceb79c30dfd50838a0267a69c62" name="tests/bson/bson-javascript-getCode-001.phpt" role="test" />
<file md5sum="540de5d9a88362eb9f00555a1fb35597" name="tests/bson/bson-javascript-getScope-001.phpt" role="test" />
<file md5sum="b56136e8638788b0e72210ae82293c4a" name="tests/bson/bson-javascript-jsonserialize-001.phpt" role="test" />
<file md5sum="08155bf6625a0317d0daebba81670fcc" name="tests/bson/bson-javascript-jsonserialize-002.phpt" role="test" />
<file md5sum="50f282c4901a3e1640c94fc927f714f0" name="tests/bson/bson-javascript-jsonserialize-003.phpt" role="test" />
<file md5sum="8b577cf09bca8e3fc9614d616c19860e" name="tests/bson/bson-javascript-jsonserialize-004.phpt" role="test" />
<file md5sum="6715a176827be6b7f3ef2226d9599063" name="tests/bson/bson-javascript-serialization-001.phpt" role="test" />
<file md5sum="3b734b3672e2fb7c22d631e30a668572" name="tests/bson/bson-javascript-serialization_error-001.phpt" role="test" />
<file md5sum="aad55f29fc2f8cb29fbe24be4f8e3f45" name="tests/bson/bson-javascript-serialization_error-002.phpt" role="test" />
<file md5sum="71105272974df96fcc305b2c19b3055f" name="tests/bson/bson-javascript-serialization_error-003.phpt" role="test" />
<file md5sum="afe2231141201fde1ae265ec11f7f3ad" name="tests/bson/bson-javascript-set_state-001.phpt" role="test" />
<file md5sum="b1ca12563c821779cb762995b0eb72c1" name="tests/bson/bson-javascript-set_state_error-001.phpt" role="test" />
<file md5sum="abb0c3c2cb58a5b2ee28849a5fdebcc8" name="tests/bson/bson-javascript-set_state_error-002.phpt" role="test" />
<file md5sum="23f1dcb1ec478e1ccad03999c2f7a023" name="tests/bson/bson-javascript-set_state_error-003.phpt" role="test" />
<file md5sum="4a853962f168d677f3e9c2087766fa29" name="tests/bson/bson-javascript-tostring-001.phpt" role="test" />
<file md5sum="407da77724f87e043114d37dc3112d70" name="tests/bson/bson-javascript_error-001.phpt" role="test" />
<file md5sum="3c848a8651ccfeddeb8a6c2d60a986f3" name="tests/bson/bson-javascript_error-002.phpt" role="test" />
<file md5sum="02fba91408fc0f350a204bc8b1d3f04c" name="tests/bson/bson-javascript_error-003.phpt" role="test" />
<file md5sum="91e37d158699b239d09f45bac8b3a237" name="tests/bson/bson-javascriptinterface-001.phpt" role="test" />
<file md5sum="726fe1860dfb685818b14c5a6be825ea" name="tests/bson/bson-maxkey-001.phpt" role="test" />
<file md5sum="1640c877e8ffab77ca2a49939721f325" name="tests/bson/bson-maxkey-compare-001.phpt" role="test" />
<file md5sum="4314312c271b5c33f53a4d3887a683b0" name="tests/bson/bson-maxkey-jsonserialize-001.phpt" role="test" />
<file md5sum="a57e651d344bd32f6ac3f820a222bfa2" name="tests/bson/bson-maxkey-jsonserialize-002.phpt" role="test" />
<file md5sum="6e74674e084b8fb81f31e9863a87079d" name="tests/bson/bson-maxkey-serialization-001.phpt" role="test" />
<file md5sum="ea86c16672ce4ca92a750eb7de2837e5" name="tests/bson/bson-maxkey-set_state-001.phpt" role="test" />
<file md5sum="101130436ace2c1418413a1cdd3cc5a5" name="tests/bson/bson-maxkey_error-001.phpt" role="test" />
<file md5sum="d9a42b06a0a7d9b8103ffee8a638c7b5" name="tests/bson/bson-maxkeyinterface-001.phpt" role="test" />
<file md5sum="62d2b76e5ddf5a724d21ae546b7561b1" name="tests/bson/bson-minkey-001.phpt" role="test" />
<file md5sum="cab9d17b350f7ff0fb3930aa298f626a" name="tests/bson/bson-minkey-compare-001.phpt" role="test" />
<file md5sum="6b2c6c29ac2dbc4f91392779b99d562c" name="tests/bson/bson-minkey-jsonserialize-001.phpt" role="test" />
<file md5sum="ee6731f161e2de2523764a03c4693783" name="tests/bson/bson-minkey-jsonserialize-002.phpt" role="test" />
<file md5sum="37fe1c3d8e22afe72cdbb2b6c445eba4" name="tests/bson/bson-minkey-serialization-001.phpt" role="test" />
<file md5sum="74201982485a724a0822cc2f2093cb75" name="tests/bson/bson-minkey-set_state-001.phpt" role="test" />
<file md5sum="910f6541ade6c03374170c097907a8b2" name="tests/bson/bson-minkey_error-001.phpt" role="test" />
<file md5sum="0a45023579316c69f78806f230ba106c" name="tests/bson/bson-minkeyinterface-001.phpt" role="test" />
<file md5sum="6a98e167419823a2ae98732fbcdc16ef" name="tests/bson/bson-objectid-001.phpt" role="test" />
<file md5sum="d1eae72097de3d1e1bd0ef60f4e35cd6" name="tests/bson/bson-objectid-002.phpt" role="test" />
<file md5sum="c994597716974e44d2586b1fd6abe4a8" name="tests/bson/bson-objectid-003.phpt" role="test" />
<file md5sum="b9a3a09dd645ff06e975d192c34ad587" name="tests/bson/bson-objectid-004.phpt" role="test" />
<file md5sum="a777ad1f36f9f3ab61a31848e29fbda3" name="tests/bson/bson-objectid-compare-001.phpt" role="test" />
<file md5sum="45a5c909f831527ec527dc6dff83a41d" name="tests/bson/bson-objectid-compare-002.phpt" role="test" />
<file md5sum="5f4fc31b72fbf2946cabfbe801e1f8e5" name="tests/bson/bson-objectid-getTimestamp-001.phpt" role="test" />
<file md5sum="2927bb3a1e8581dada0e53f8c701f30d" name="tests/bson/bson-objectid-jsonserialize-001.phpt" role="test" />
<file md5sum="d64b11cf175f975ebe964b1dd1684d52" name="tests/bson/bson-objectid-jsonserialize-002.phpt" role="test" />
<file md5sum="5e8370c65ccd9bd3af9268acbc0b2d32" name="tests/bson/bson-objectid-serialization-001.phpt" role="test" />
<file md5sum="147723e5365c43ef3947319b75374d05" name="tests/bson/bson-objectid-serialization_error-001.phpt" role="test" />
<file md5sum="30c5ef0be71cb20a6d59055090d4c360" name="tests/bson/bson-objectid-serialization_error-002.phpt" role="test" />
<file md5sum="5d2fd4b95c5120b2f79599dab1d8611f" name="tests/bson/bson-objectid-set_state-001.phpt" role="test" />
<file md5sum="1bd644e702a2bbd2524899eee772ec0c" name="tests/bson/bson-objectid-set_state_error-001.phpt" role="test" />
<file md5sum="67d3e6886da704de351a6aa49b256c74" name="tests/bson/bson-objectid-set_state_error-002.phpt" role="test" />
<file md5sum="7f504953b66fa9d427aeb6aeff0b3341" name="tests/bson/bson-objectid_error-001.phpt" role="test" />
<file md5sum="d89e2fd1b54762f478872976049633ec" name="tests/bson/bson-objectid_error-002.phpt" role="test" />
<file md5sum="51145ee580d4b4dced0c2f23f0fbbfca" name="tests/bson/bson-objectid_error-003.phpt" role="test" />
<file md5sum="94512cbf7a26273ee3b7191601600674" name="tests/bson/bson-objectidinterface-001.phpt" role="test" />
<file md5sum="36f88ff62e81bfc544a0f70a055a301b" name="tests/bson/bson-regex-001.phpt" role="test" />
<file md5sum="c6d502bd80b12b49bb86ca15cd80cb5d" name="tests/bson/bson-regex-002.phpt" role="test" />
<file md5sum="986da81902669ff49dd126f04122b14e" name="tests/bson/bson-regex-003.phpt" role="test" />
<file md5sum="511347e513bdf3bc2ae37aa34b146c01" name="tests/bson/bson-regex-004.phpt" role="test" />
<file md5sum="c5aeef20912e9660c5b9b9916e6061ed" name="tests/bson/bson-regex-005.phpt" role="test" />
<file md5sum="6f0accb9c2f47fd13f287b115e1fdb69" name="tests/bson/bson-regex-compare-001.phpt" role="test" />
<file md5sum="78e0fcaa87dc451f34f9ef119e1bd274" name="tests/bson/bson-regex-compare-002.phpt" role="test" />
<file md5sum="6fa2a0677b01b0c63ac9e75d7189de73" name="tests/bson/bson-regex-jsonserialize-001.phpt" role="test" />
<file md5sum="b74df13ee5230ede71e1c6dab4439d2f" name="tests/bson/bson-regex-jsonserialize-002.phpt" role="test" />
<file md5sum="f2443282d9f3e636c68051904febb3e7" name="tests/bson/bson-regex-jsonserialize-003.phpt" role="test" />
<file md5sum="3e8cea9be0207736f5f1a57b7f3f985a" name="tests/bson/bson-regex-jsonserialize-004.phpt" role="test" />
<file md5sum="66647e53b95c6eafb52d98e2d9196c7f" name="tests/bson/bson-regex-serialization-001.phpt" role="test" />
<file md5sum="f5eca804b8710b015d2f90c8d8c71368" name="tests/bson/bson-regex-serialization-002.phpt" role="test" />
<file md5sum="e42ec5b985814f1dd3c3ce3acbcbc00f" name="tests/bson/bson-regex-serialization-003.phpt" role="test" />
<file md5sum="07c7662c6b8dcc5723693077eae6c9fd" name="tests/bson/bson-regex-serialization_error-001.phpt" role="test" />
<file md5sum="733b4696d0d9e1b0da751510a761acc5" name="tests/bson/bson-regex-serialization_error-002.phpt" role="test" />
<file md5sum="1761af9218ff1583f51133d4f0cdcb19" name="tests/bson/bson-regex-set_state-001.phpt" role="test" />
<file md5sum="ab56bd68ecf9ea5717facbaa141db1b5" name="tests/bson/bson-regex-set_state-002.phpt" role="test" />
<file md5sum="22816419e87ffa591bfb03a921ea750c" name="tests/bson/bson-regex-set_state_error-001.phpt" role="test" />
<file md5sum="377e4b051a65dd08a16966cbd92f413c" name="tests/bson/bson-regex-set_state_error-002.phpt" role="test" />
<file md5sum="9324eaf63f62194dd69656d40bcb6d4d" name="tests/bson/bson-regex_error-001.phpt" role="test" />
<file md5sum="3422fde80d9b7e49dc5d430a10fa9862" name="tests/bson/bson-regex_error-002.phpt" role="test" />
<file md5sum="cdfaa1039a4cd0da222c476c1b6760ac" name="tests/bson/bson-regex_error-003.phpt" role="test" />
<file md5sum="b3c02b3eb309f7bbf5a33523a120b43f" name="tests/bson/bson-regexinterface-001.phpt" role="test" />
<file md5sum="fd6921fa653d75593cebefdee44f3a37" name="tests/bson/bson-timestamp-001.phpt" role="test" />
<file md5sum="94cee14f3d06ab8085f06c241a976589" name="tests/bson/bson-timestamp-002.phpt" role="test" />
<file md5sum="a0763909d65abab501df3471d9cf0009" name="tests/bson/bson-timestamp-003.phpt" role="test" />
<file md5sum="3932a3692389d969ee55de22034324b1" name="tests/bson/bson-timestamp-004.phpt" role="test" />
<file md5sum="db926cded84f832c39e527d5fcdadcbb" name="tests/bson/bson-timestamp-005.phpt" role="test" />
<file md5sum="bf27f37b85d838f7f3601f1733674ebe" name="tests/bson/bson-timestamp-compare-001.phpt" role="test" />
<file md5sum="8d390960f78a0d4c874f1a9bea6f60e1" name="tests/bson/bson-timestamp-getIncrement-001.phpt" role="test" />
<file md5sum="dbc98d4c863f2edbd470a744569b8ebc" name="tests/bson/bson-timestamp-getTimestamp-001.phpt" role="test" />
<file md5sum="4ff5e264bb118d99302fb918e2b54ea4" name="tests/bson/bson-timestamp-jsonserialize-001.phpt" role="test" />
<file md5sum="b3c0547739e7996b33b49eddf15ca4bf" name="tests/bson/bson-timestamp-jsonserialize-002.phpt" role="test" />
<file md5sum="5bfc985572b0eae61c2e3e7afe46588b" name="tests/bson/bson-timestamp-serialization-001.phpt" role="test" />
<file md5sum="89ee88f82bd68012d2ab0d7cec057add" name="tests/bson/bson-timestamp-serialization-002.phpt" role="test" />
<file md5sum="29db1408dde1310afa8066e7233c3db6" name="tests/bson/bson-timestamp-serialization_error-001.phpt" role="test" />
<file md5sum="546931ee801ed3c60e649573cddf813f" name="tests/bson/bson-timestamp-serialization_error-002.phpt" role="test" />
<file md5sum="3623cb6f0ef62c302ced4b3acf1f1b3f" name="tests/bson/bson-timestamp-serialization_error-003.phpt" role="test" />
<file md5sum="f7d7dd2398c27c27def6cb8dab685315" name="tests/bson/bson-timestamp-serialization_error-004.phpt" role="test" />
<file md5sum="7a13dad169f79e7cda4ab3c7a8e2dc1f" name="tests/bson/bson-timestamp-set_state-001.phpt" role="test" />
<file md5sum="2137458362aca8c1a3d8f6224c438d9e" name="tests/bson/bson-timestamp-set_state-002.phpt" role="test" />
<file md5sum="effc86aba9ebac7be6f37ace2f24fc66" name="tests/bson/bson-timestamp-set_state_error-001.phpt" role="test" />
<file md5sum="4bd04c958a1ed842374aec323736bb00" name="tests/bson/bson-timestamp-set_state_error-002.phpt" role="test" />
<file md5sum="9a74bed31b0456757323dd297e0cf7d6" name="tests/bson/bson-timestamp-set_state_error-003.phpt" role="test" />
<file md5sum="e8957247a4043fc91f223da4ed9ec84e" name="tests/bson/bson-timestamp-set_state_error-004.phpt" role="test" />
<file md5sum="13de8d03a55cd2c15e7472fc71596cce" name="tests/bson/bson-timestamp_error-001.phpt" role="test" />
<file md5sum="82668bc9b4f77d46a5e32b9117fb355e" name="tests/bson/bson-timestamp_error-002.phpt" role="test" />
<file md5sum="9a0deb7c8c173de898ebee345d7b67f1" name="tests/bson/bson-timestamp_error-003.phpt" role="test" />
<file md5sum="490199683c8657f10b662d5987abf546" name="tests/bson/bson-timestamp_error-004.phpt" role="test" />
<file md5sum="e10ea28f50dcdf86978919777ed5c74e" name="tests/bson/bson-timestamp_error-005.phpt" role="test" />
<file md5sum="7bec85a32de6b6437d0d5aa0deed8e9e" name="tests/bson/bson-timestamp_error-006.phpt" role="test" />
<file md5sum="304b9fe634cafb1fb611d793197f60ec" name="tests/bson/bson-timestampinterface-001.phpt" role="test" />
<file md5sum="2473a1824e9801db25f815431426ca16" name="tests/bson/bson-toCanonicalJSON-001.phpt" role="test" />
<file md5sum="e39ea45b387e39515b840ec5b8a3135d" name="tests/bson/bson-toCanonicalJSON-002.phpt" role="test" />
<file md5sum="5c6650a3f73652dc05f756362b2447c2" name="tests/bson/bson-toCanonicalJSON_error-001.phpt" role="test" />
<file md5sum="e43ad22bbd940468212c5f138deedc2b" name="tests/bson/bson-toCanonicalJSON_error-002.phpt" role="test" />
<file md5sum="44685227625e78d0cc329a9c7f6e9c50" name="tests/bson/bson-toCanonicalJSON_error-003.phpt" role="test" />
<file md5sum="b1bdf349159595fcbcb3b650e98aa01c" name="tests/bson/bson-toJSON-001.phpt" role="test" />
<file md5sum="85790d6c33597dbc5185a551a6683141" name="tests/bson/bson-toJSON-002.phpt" role="test" />
<file md5sum="0a2207ba503d14dd271697e38ff60cbe" name="tests/bson/bson-toJSON_error-001.phpt" role="test" />
<file md5sum="9ddc7084c84ee21a184dc666a023049d" name="tests/bson/bson-toJSON_error-002.phpt" role="test" />
<file md5sum="177c53c68054489653d433bf0143a15e" name="tests/bson/bson-toJSON_error-003.phpt" role="test" />
<file md5sum="852eed0a106c82c454a8b567e01018bc" name="tests/bson/bson-toPHP-001.phpt" role="test" />
<file md5sum="da19822beca89a36c70c103bc88a8aaa" name="tests/bson/bson-toPHP-002.phpt" role="test" />
<file md5sum="5ca8927796e91b33fd96e3799ddd5269" name="tests/bson/bson-toPHP-003.phpt" role="test" />
<file md5sum="ad722a4e7733ac6badd04a94f6230b3c" name="tests/bson/bson-toPHP-004.phpt" role="test" />
<file md5sum="4ccc17d46eda70ad34118644e960f18a" name="tests/bson/bson-toPHP-006.phpt" role="test" />
<file md5sum="365a4c9626dec315f8eddf0140c5b2e2" name="tests/bson/bson-toPHP_error-001.phpt" role="test" />
<file md5sum="7d296259645fb541f47952e8d528eba7" name="tests/bson/bson-toPHP_error-002.phpt" role="test" />
<file md5sum="e4204cc33475f1a76d9670b9de1f2d50" name="tests/bson/bson-toPHP_error-003.phpt" role="test" />
<file md5sum="80d461b9ff6c1b4f0a11373b46c6d4a1" name="tests/bson/bson-toPHP_error-004.phpt" role="test" />
<file md5sum="79bb82576a6544d02ea3ad185f78831a" name="tests/bson/bson-toPHP_error-005.phpt" role="test" />
<file md5sum="616b30f57cbb7ff0cd5d6f98c04a737d" name="tests/bson/bson-toPHP_error-006.phpt" role="test" />
<file md5sum="a9e58db0748ac3208b802941b30a389e" name="tests/bson/bson-toRelaxedJSON-001.phpt" role="test" />
<file md5sum="403af2cffe3eec241affea1737dd93f0" name="tests/bson/bson-toRelaxedJSON-002.phpt" role="test" />
<file md5sum="6a318442df977699b54c48460d713f4e" name="tests/bson/bson-toRelaxedJSON_error-001.phpt" role="test" />
<file md5sum="0d5c5385c5e6e52c3551503ad33cf19c" name="tests/bson/bson-toRelaxedJSON_error-002.phpt" role="test" />
<file md5sum="7bdb79435458303d103ea1f55c6fe7ad" name="tests/bson/bson-toRelaxedJSON_error-003.phpt" role="test" />
<file md5sum="bb1d4baf6117f3219afe0f2dfafb6437" name="tests/bson/bson-unknown-001.phpt" role="test" />
<file md5sum="69af476f25550c6145379b2c8d04e5a4" name="tests/bson/bson-utcdatetime-001.phpt" role="test" />
<file md5sum="de22f1e3d63048ab3db3b3514ce45bf2" name="tests/bson/bson-utcdatetime-002.phpt" role="test" />
<file md5sum="cb6b0009b8dfc770c489cd76f168f875" name="tests/bson/bson-utcdatetime-003.phpt" role="test" />
<file md5sum="de4188f960c7fd6debed280d2ce4da02" name="tests/bson/bson-utcdatetime-004.phpt" role="test" />
<file md5sum="ebcbd881098aeef861090012f341282d" name="tests/bson/bson-utcdatetime-005.phpt" role="test" />
<file md5sum="982f7f8d65d0f7f222f9b2512786dc4c" name="tests/bson/bson-utcdatetime-006.phpt" role="test" />
<file md5sum="322715ac6f412974a9dacb1dc7a1ebc9" name="tests/bson/bson-utcdatetime-007.phpt" role="test" />
<file md5sum="6728e628d6cd1def65b21b5d58c477b4" name="tests/bson/bson-utcdatetime-compare-001.phpt" role="test" />
<file md5sum="85034e1045eb4632d9625d8c40e3b7ff" name="tests/bson/bson-utcdatetime-int-size-001.phpt" role="test" />
<file md5sum="8fbbdc845aa7cab18a7f98661c4d828d" name="tests/bson/bson-utcdatetime-int-size-002.phpt" role="test" />
<file md5sum="a93b633b97ec16f0b7707205f4709d12" name="tests/bson/bson-utcdatetime-jsonserialize-001.phpt" role="test" />
<file md5sum="1ac1ca2d4db3d5f77ccc59a3a48076c9" name="tests/bson/bson-utcdatetime-jsonserialize-002.phpt" role="test" />
<file md5sum="2bc0c3ddf3167bc788ced0582a2cd157" name="tests/bson/bson-utcdatetime-serialization-001.phpt" role="test" />
<file md5sum="3a575abb63e282591e1f150ca5ebb61a" name="tests/bson/bson-utcdatetime-serialization-002.phpt" role="test" />
<file md5sum="ac49747cfa5295c81d6e0271f827d59c" name="tests/bson/bson-utcdatetime-serialization_error-001.phpt" role="test" />
<file md5sum="a90aec321df162e83202ebabbc4248f1" name="tests/bson/bson-utcdatetime-serialization_error-002.phpt" role="test" />
<file md5sum="5f4ac622d87e508604308b21ae43f835" name="tests/bson/bson-utcdatetime-set_state-001.phpt" role="test" />
<file md5sum="cdbb4d6a6cd72816568163b8f54a0b9f" name="tests/bson/bson-utcdatetime-set_state-002.phpt" role="test" />
<file md5sum="8292f7be7a23f1afe04101f2e57f95b6" name="tests/bson/bson-utcdatetime-set_state_error-001.phpt" role="test" />
<file md5sum="d18b948a39fdb4a68f97209c48b2a846" name="tests/bson/bson-utcdatetime-set_state_error-002.phpt" role="test" />
<file md5sum="1b9dd88668a06f402a8567d13d47dea7" name="tests/bson/bson-utcdatetime-todatetime-001.phpt" role="test" />
<file md5sum="8a6c7f3a7120a6135e4d8153da1fe675" name="tests/bson/bson-utcdatetime-todatetime-002.phpt" role="test" />
<file md5sum="4cf0b97930f5fa6be49284138872ee26" name="tests/bson/bson-utcdatetime-tostring-001.phpt" role="test" />
<file md5sum="01ff429024e70923880b7000d904f95f" name="tests/bson/bson-utcdatetime_error-001.phpt" role="test" />
<file md5sum="77b84eee9de2aa927194d1e7699de1a4" name="tests/bson/bson-utcdatetime_error-002.phpt" role="test" />
<file md5sum="b9c3f3108a0ecf7fe4f58f0c6cbc0d68" name="tests/bson/bson-utcdatetime_error-003.phpt" role="test" />
<file md5sum="eca229a57bee494975dc2c2db79b8e2d" name="tests/bson/bson-utcdatetime_error-004.phpt" role="test" />
<file md5sum="a67824badfe3e9a6cfb5aea0577edaad" name="tests/bson/bson-utcdatetimeinterface-001.phpt" role="test" />
<file md5sum="74978df74e164c08a7e98b2b00a850a6" name="tests/bson/bug0274.phpt" role="test" />
<file md5sum="7a78fa8d17a5f963f3eedd81a3d8e1e4" name="tests/bson/bug0313.phpt" role="test" />
<file md5sum="9a2d16556ac49c2fa06a8dc043e45c47" name="tests/bson/bug0325.phpt" role="test" />
<file md5sum="5f838703ed88cbe9bfb826f6d606db67" name="tests/bson/bug0334-001.phpt" role="test" />
<file md5sum="decfd02f9f77ba7f2b7698bc2e9b1993" name="tests/bson/bug0334-002.phpt" role="test" />
<file md5sum="6e38b80bd375658cd5c9f2716c32f4c1" name="tests/bson/bug0341.phpt" role="test" />
<file md5sum="4066bd0654a8969c42d6313aa8dca106" name="tests/bson/bug0347.phpt" role="test" />
<file md5sum="2888441736b763719632b0c3ab4d4288" name="tests/bson/bug0528.phpt" role="test" />
<file md5sum="526610daabc79357652e26e9d6ebd913" name="tests/bson/bug0531.phpt" role="test" />
<file md5sum="98df395abbaf09fe313a1ccc6d5ed0a2" name="tests/bson/bug0544.phpt" role="test" />
<file md5sum="7f0758a33e5dbd19f4f2ae41da989a2b" name="tests/bson/bug0592.phpt" role="test" />
<file md5sum="a07657032dc64d3586c3a87c62edcc9c" name="tests/bson/bug0623.phpt" role="test" />
<file md5sum="97ac756930ab930572a010dd30d574da" name="tests/bson/bug0631.phpt" role="test" />
<file md5sum="3c0b0a89a373da7ef34ff8bd72a81b59" name="tests/bson/bug0672.phpt" role="test" />
<file md5sum="9264b5948771b436ed31cf559ade001a" name="tests/bson/bug0894-001.phpt" role="test" />
<file md5sum="5008b223eb1545f5ae7d3d83d929f853" name="tests/bson/bug0923-001.phpt" role="test" />
<file md5sum="ec260ee6e229062d86c0bd19b0b142f4" name="tests/bson/bug0923-002.phpt" role="test" />
<file md5sum="ebc9dd229bc5c7091808835c1dfa2b7c" name="tests/bson/bug0939-001.phpt" role="test" />
<file md5sum="6b3b90dfccbbd0107ef9233270f80ad7" name="tests/bson/bug0974-001.phpt" role="test" />
<file md5sum="99a8ae579b019a928d9a0885c2a1a85d" name="tests/bson/bug1006-001.phpt" role="test" />
<file md5sum="e352907224c2510f5b7c8bbebba323a3" name="tests/bson/bug1006-002.phpt" role="test" />
+ <file md5sum="22c30ca9d73e86406d2d6f74861366b7" name="tests/bson/bug1053.phpt" role="test" />
<file md5sum="cecd7f192c9b387ecbb3836d72a334a9" name="tests/bson/typemap-001.phpt" role="test" />
<file md5sum="e1df0f7a16afe08490ee5fdd30a81f03" name="tests/bson/typemap-002.phpt" role="test" />
<file md5sum="c433c08d3e9d8cbb6ca0b2c8fa976495" name="tests/bulk/bug0667.phpt" role="test" />
<file md5sum="594f059e47dfc936e4b2ef8fcb666254" name="tests/bulk/bulkwrite-count-001.phpt" role="test" />
<file md5sum="bde05e9fc07536b691f4cdbde9a929f1" name="tests/bulk/bulkwrite-countable-001.phpt" role="test" />
<file md5sum="4e806cdbc153b4ea7402a089dba6411b" name="tests/bulk/bulkwrite-debug-001.phpt" role="test" />
<file md5sum="e04091ccae5c03cbe9a854e7ca5298fc" name="tests/bulk/bulkwrite-delete-001.phpt" role="test" />
<file md5sum="97e306463c60986a07580ebca022e5c7" name="tests/bulk/bulkwrite-delete_error-001.phpt" role="test" />
<file md5sum="be73970b72515b9ed0fbfa069dd2e07b" name="tests/bulk/bulkwrite-delete_error-002.phpt" role="test" />
<file md5sum="2b697d8fc672fa4805bd218596d6839f" name="tests/bulk/bulkwrite-delete_error-003.phpt" role="test" />
<file md5sum="57e008c2906d1bc5acedaecc824aa04a" name="tests/bulk/bulkwrite-insert-001.phpt" role="test" />
<file md5sum="e48407fc269d858b4d3025c0cd7b9436" name="tests/bulk/bulkwrite-insert-002.phpt" role="test" />
<file md5sum="0d6c129cc2f0e2c664949d859ef0d18b" name="tests/bulk/bulkwrite-insert-003.phpt" role="test" />
<file md5sum="ac5b022787feb4e3e6523869bc760e4e" name="tests/bulk/bulkwrite-insert-004.phpt" role="test" />
<file md5sum="1d345c265597d9123ad8533194292a52" name="tests/bulk/bulkwrite-insert_error-001.phpt" role="test" />
<file md5sum="abd4aa3eb994b2f4e7baddd031704db1" name="tests/bulk/bulkwrite-insert_error-002.phpt" role="test" />
<file md5sum="371b44e7e9d22b7e74af719efdf39055" name="tests/bulk/bulkwrite-insert_error-003.phpt" role="test" />
<file md5sum="2f3756e2cceaa2e5035b360171464a2c" name="tests/bulk/bulkwrite-insert_error-004.phpt" role="test" />
<file md5sum="b44d4ca6e0420c984df998309e9dd48f" name="tests/bulk/bulkwrite-update-001.phpt" role="test" />
<file md5sum="52a67e8db3557cedcbab4f78a0d6a9a9" name="tests/bulk/bulkwrite-update_error-001.phpt" role="test" />
<file md5sum="420c83c8babf9ced90f3836311979a02" name="tests/bulk/bulkwrite-update_error-002.phpt" role="test" />
<file md5sum="637fa87cf4378d60953f49e884b0687b" name="tests/bulk/bulkwrite-update_error-003.phpt" role="test" />
<file md5sum="1009fb36cf40af9da3598b9ba1dea099" name="tests/bulk/bulkwrite-update_error-004.phpt" role="test" />
<file md5sum="79f2ddb11b24ed4982a42ae45a824888" name="tests/bulk/bulkwrite-update_error-005.phpt" role="test" />
<file md5sum="c117f84081a29441f2df90bf68b36308" name="tests/bulk/bulkwrite_error-001.phpt" role="test" />
<file md5sum="210570f9da7507f8a0f1442630cef92e" name="tests/bulk/bulkwrite_error-002.phpt" role="test" />
<file md5sum="0320b5f835e9a84756d4a8d03714ff42" name="tests/bulk/write-0001.phpt" role="test" />
<file md5sum="96088d71d5345e7b89c8b06c792e1c90" name="tests/bulk/write-0002.phpt" role="test" />
<file md5sum="fabf117a2964df40b8b26bf4f37cccd8" name="tests/command/command-ctor-001.phpt" role="test" />
<file md5sum="1a71256d8141d7150c3efbb97e1a524a" name="tests/command/command_error-001.phpt" role="test" />
<file md5sum="9c802f00ea9a022fda2e20d572b44d29" name="tests/connect/bug0720.phpt" role="test" />
<file md5sum="1010f507bc25265687e3411f55772871" name="tests/connect/bug1045.phpt" role="test" />
<file md5sum="f80cc6758cd4414419b49e5bf43ab2f9" name="tests/connect/replicaset-seedlist-001.phpt" role="test" />
<file md5sum="eedc45e1dc4655125e4f087e1bb91ce6" name="tests/connect/replicaset-seedlist-002.phpt" role="test" />
<file md5sum="b09058c57676c7542aab5b5b810867fb" name="tests/connect/standalone-auth-0001.phpt" role="test" />
<file md5sum="3540fabe2e511ce71e08a02775fc3ef8" name="tests/connect/standalone-auth-0002.phpt" role="test" />
<file md5sum="7a04a12bb64a2a4407737eccedd1b4a4" name="tests/connect/standalone-plain-0001.phpt" role="test" />
<file md5sum="3725759ca8e111353ea52549949e7159" name="tests/connect/standalone-plain-0002.phpt" role="test" />
<file md5sum="9e990b5984673fb768edbec7c6fe1d95" name="tests/connect/standalone-ssl-no_verify-001.phpt" role="test" />
<file md5sum="5a5f4073766bf96c9149bb2d06382613" name="tests/connect/standalone-ssl-no_verify-002.phpt" role="test" />
<file md5sum="b68d37fd29d53a3b9f0b8d1de7a5ff04" name="tests/connect/standalone-ssl-verify_cert-001.phpt" role="test" />
<file md5sum="ce4fabb76e9b029ff3a406397ab77435" name="tests/connect/standalone-ssl-verify_cert-002.phpt" role="test" />
<file md5sum="e8806199d04d9b14f9b708f4d8ea067e" name="tests/connect/standalone-ssl-verify_cert-error-001.phpt" role="test" />
<file md5sum="ad804b5d37887a93d33f91d3bb844d92" name="tests/connect/standalone-ssl-verify_cert-error-002.phpt" role="test" />
<file md5sum="3c6f82dd4e6d3c5cdbc35db642ae7a7d" name="tests/connect/standalone-x509-auth-001.phpt" role="test" />
<file md5sum="6ace64368ba6ff181da7f996e7b29684" name="tests/connect/standalone-x509-auth-002.phpt" role="test" />
<file md5sum="55c8b18460245d6770a6264130332103" name="tests/connect/standalone-x509-error-0001.phpt" role="test" />
<file md5sum="9d12e098211dd1fe4072701ea40b968e" name="tests/connect/standalone-x509-extract_username-001.phpt" role="test" />
<file md5sum="3bf86e8a00a571ea63d750e042b518da" name="tests/connect/standalone-x509-extract_username-002.phpt" role="test" />
<file md5sum="242c14e0af00c3157d0518a51a13fd49" name="tests/cursor/bug0671-001.phpt" role="test" />
<file md5sum="f28fd077560c00dddcef73dea2515a2d" name="tests/cursor/bug0732-001.phpt" role="test" />
<file md5sum="e859eb35934ca895bd05fdf49a7cafdd" name="tests/cursor/bug0849-001.phpt" role="test" />
<file md5sum="76267fa4eeff0ab4b59086c3c2fa36f9" name="tests/cursor/bug0924-001.phpt" role="test" />
<file md5sum="8fc7766850992fe61cc63680ae64f6f5" name="tests/cursor/bug0924-002.phpt" role="test" />
<file md5sum="9b8d8ff91ae8916c55cda3cc6a9b1d30" name="tests/cursor/cursor-IteratorIterator-001.phpt" role="test" />
<file md5sum="5bdaf628571254c6947ed90778e571fd" name="tests/cursor/cursor-IteratorIterator-002.phpt" role="test" />
<file md5sum="6cf825c92cfec4043aba638f68281c4e" name="tests/cursor/cursor-IteratorIterator-003.phpt" role="test" />
<file md5sum="0b31a699633d3603915122b253bc59e7" name="tests/cursor/cursor-IteratorIterator-004.phpt" role="test" />
<file md5sum="047175ad9d23429b675dbef4d8b69f9b" name="tests/cursor/cursor-NoRewindIterator-001.phpt" role="test" />
<file md5sum="93085abc96c661ef24722e47051d7dc1" name="tests/cursor/cursor-destruct-001.phpt" role="test" />
<file md5sum="fa8c09f6398b0f3624fcb99e2dae2e78" name="tests/cursor/cursor-get_iterator-001.phpt" role="test" />
<file md5sum="00b27ffaac59e88c2924f1e4a94b8446" name="tests/cursor/cursor-get_iterator-002.phpt" role="test" />
<file md5sum="dcf2f629b749f3451f51dc14aabed83a" name="tests/cursor/cursor-get_iterator-003.phpt" role="test" />
<file md5sum="473f69a2a155f1abbad84ae05b8b287b" name="tests/cursor/cursor-getmore-001.phpt" role="test" />
<file md5sum="4a716f9f9fa9cc8124d2468f7822f4ef" name="tests/cursor/cursor-getmore-002.phpt" role="test" />
<file md5sum="ed54bc54de9f3237a7b4f1f62f3d923b" name="tests/cursor/cursor-getmore-003.phpt" role="test" />
<file md5sum="ad32619ce7b76c5673f87dd7f5f7ae6c" name="tests/cursor/cursor-getmore-004.phpt" role="test" />
<file md5sum="833ed8c23015e582df80c5213b9da361" name="tests/cursor/cursor-getmore-005.phpt" role="test" />
<file md5sum="80eebce2bb5f63923b2e088984ffdc45" name="tests/cursor/cursor-getmore-006.phpt" role="test" />
<file md5sum="d98539ac333de8b38808f4369d9700f4" name="tests/cursor/cursor-isDead-001.phpt" role="test" />
<file md5sum="fa22374bfd85347162afbbc16c236d7c" name="tests/cursor/cursor-isDead-002.phpt" role="test" />
<file md5sum="7779033e011457ef08d2bc538cd12d58" name="tests/cursor/cursor-isDead-003.phpt" role="test" />
<file md5sum="3a9c5d9ccbccb25a3853cd858ebf3385" name="tests/cursor/cursor-isDead-004.phpt" role="test" />
<file md5sum="8ae752547abc9b308717b22fdc81f65b" name="tests/cursor/cursor-iterator_handlers-001.phpt" role="test" />
<file md5sum="b3a42f64b044ac953e0cca2e5ac0e548" name="tests/cursor/cursor-rewind-001.phpt" role="test" />
<file md5sum="3af57c58d28edc53f1d7dff2930e148b" name="tests/cursor/cursor-setTypeMap_error-001.phpt" role="test" />
<file md5sum="818c11ba12755d0849204075a6128c00" name="tests/cursor/cursor-setTypeMap_error-002.phpt" role="test" />
<file md5sum="bf62be766da78e6517781b99a729c657" name="tests/cursor/cursor-tailable-001.phpt" role="test" />
<file md5sum="de85823d5d6c8d5b61476204140d8a9a" name="tests/cursor/cursor-tailable-002.phpt" role="test" />
<file md5sum="d21a84f682ef0bb2c476214591d9aa95" name="tests/cursor/cursor-tailable-003.phpt" role="test" />
<file md5sum="95a179bbb7d55e659f92a7287669452f" name="tests/cursor/cursor-tailable_error-001.phpt" role="test" />
<file md5sum="dd6098836932b814669940aa0a079496" name="tests/cursor/cursor-tailable_error-002.phpt" role="test" />
<file md5sum="3ba084305d56a4161a6428adec4200f6" name="tests/cursor/cursor-toArray-001.phpt" role="test" />
<file md5sum="ccf21ed5c06df8c665949666cba4177a" name="tests/cursor/cursor-toArray-002.phpt" role="test" />
<file md5sum="98ab429a6b6a19ea5848c83119784a3b" name="tests/cursor/cursor_error-001.phpt" role="test" />
<file md5sum="f22fc97e7edf6f3274aa75457c51ed54" name="tests/cursorid/cursorid-001.phpt" role="test" />
<file md5sum="a66a36e2dd8673b0e3c9b10213d8e536" name="tests/cursorid/cursorid-002.phpt" role="test" />
<file md5sum="c72707601edf6dd9e41b2c67b05d92ae" name="tests/cursorid/cursorid_error-001.phpt" role="test" />
<file md5sum="61a4d94cd1a2cba22af558739fd99920" name="tests/functional/cursor-001.phpt" role="test" />
<file md5sum="3c9dd45aa143cfadbdeade17987bc89a" name="tests/functional/cursorid-001.phpt" role="test" />
<file md5sum="00e5e9aa4990021e69b190a2519f91fd" name="tests/functional/phpinfo-1.phpt" role="test" />
<file md5sum="284065fce38985ffa6a7b4cdb8ed834a" name="tests/functional/phpinfo-2.phpt" role="test" />
<file md5sum="6e5d4df60590351975ff8c1c97995d94" name="tests/functional/query-sort-001.phpt" role="test" />
<file md5sum="1472bff8e60acf52d238aac8d39ca2ff" name="tests/functional/query-sort-002.phpt" role="test" />
<file md5sum="f87ce409844841c8ff3e2eaea9446241" name="tests/functional/query-sort-003.phpt" role="test" />
<file md5sum="2c0dfaa1fea12e6a5478b34e9838fa8d" name="tests/functional/query-sort-004.phpt" role="test" />
<file md5sum="0e92c8b24b958eb681e48cae1bb0162c" name="tests/manager/bug0572.phpt" role="test" />
<file md5sum="f0346e6cd2ba9520eef5021167879c4e" name="tests/manager/bug0851-001.phpt" role="test" />
<file md5sum="9a7cb75f5eb30349c7dd731ef0977940" name="tests/manager/bug0851-002.phpt" role="test" />
<file md5sum="9b7b81b9372e04f59efa089eb9919f91" name="tests/manager/bug0912-001.phpt" role="test" />
<file md5sum="1e678a1402e1230e2ccbf30cc7274c40" name="tests/manager/bug0913-001.phpt" role="test" />
<file md5sum="be3f9183ac4e7d20627c0dc4e4d0abdc" name="tests/manager/bug0940-001.phpt" role="test" />
<file md5sum="4ac5250afb8261665bf8a450bfd464e2" name="tests/manager/bug0940-002.phpt" role="test" />
<file md5sum="d582d6ff744cdbf6f65a37e63faac924" name="tests/manager/manager-ctor-001.phpt" role="test" />
<file md5sum="a27445a8c78d892a18f123d2c39a627d" name="tests/manager/manager-ctor-002.phpt" role="test" />
<file md5sum="90824d052d5f693a3e4e84b28b4a9b06" name="tests/manager/manager-ctor-003.phpt" role="test" />
<file md5sum="cd62592a5c1c3b6c855b698735a1b9eb" name="tests/manager/manager-ctor-004.phpt" role="test" />
<file md5sum="b5efa282f800cf3a1b3d09d86bf06906" name="tests/manager/manager-ctor-appname-001.phpt" role="test" />
<file md5sum="61b8d5978585fc2a3f031c4f37d2d611" name="tests/manager/manager-ctor-appname_error-001.phpt" role="test" />
<file md5sum="4045e436a36b82e3b6ff917c3be17012" name="tests/manager/manager-ctor-auth_mechanism-001.phpt" role="test" />
<file md5sum="05ef96372c993eb9ccdcd82459d0f688" name="tests/manager/manager-ctor-auth_mechanism-002.phpt" role="test" />
<file md5sum="ee7822e3b58b7abb5ccee0a87dc86e4d" name="tests/manager/manager-ctor-read_concern-001.phpt" role="test" />
<file md5sum="e0f1aac391b3a951064df7cae6234cb6" name="tests/manager/manager-ctor-read_concern-error-001.phpt" role="test" />
<file md5sum="79e97d46bf35dde168a2b2c8b304d259" name="tests/manager/manager-ctor-read_preference-001.phpt" role="test" />
<file md5sum="a68f0249fa21dc829486e9b349d5835a" name="tests/manager/manager-ctor-read_preference-002.phpt" role="test" />
<file md5sum="f79bc0bb4c539b3ca7d92289c5799928" name="tests/manager/manager-ctor-read_preference-004.phpt" role="test" />
<file md5sum="690fbe9acb3f51c225df7c8c4eca4a53" name="tests/manager/manager-ctor-read_preference-error-001.phpt" role="test" />
<file md5sum="9ed2e1a673c2939d8dfcea438fc0e55b" name="tests/manager/manager-ctor-read_preference-error-002.phpt" role="test" />
<file md5sum="8b96e42782747123e2381b61e4e215cc" name="tests/manager/manager-ctor-read_preference-error-003.phpt" role="test" />
<file md5sum="cd42434868d062400d1acc99236c62a2" name="tests/manager/manager-ctor-read_preference-error-004.phpt" role="test" />
<file md5sum="9a8c551f206ac085e9ebdc6c5d0a7d32" name="tests/manager/manager-ctor-ssl-001.phpt" role="test" />
<file md5sum="f5f725515b3e0d3000a190ca90a48902" name="tests/manager/manager-ctor-write_concern-001.phpt" role="test" />
<file md5sum="e873f68889103bd3ca0fb82cd636e27d" name="tests/manager/manager-ctor-write_concern-002.phpt" role="test" />
<file md5sum="a795c0a05f3f14eee39dc899c6b8b353" name="tests/manager/manager-ctor-write_concern-003.phpt" role="test" />
<file md5sum="243320fdfc028f0156dab89e0a4111fd" name="tests/manager/manager-ctor-write_concern-004.phpt" role="test" />
<file md5sum="930d34ab034a874b0d1bfdfb359f57a2" name="tests/manager/manager-ctor-write_concern-error-001.phpt" role="test" />
<file md5sum="961a3b93ec15395bf57bcc55c42af238" name="tests/manager/manager-ctor-write_concern-error-002.phpt" role="test" />
<file md5sum="f9eb9dfd5685ef375d2ebf2bdeec51fe" name="tests/manager/manager-ctor-write_concern-error-003.phpt" role="test" />
<file md5sum="6e904f8fe9d236c67fa8cd95b2477357" name="tests/manager/manager-ctor-write_concern-error-004.phpt" role="test" />
<file md5sum="3ccd7bcb5c18a4cc0c30a819a9c9e5b0" name="tests/manager/manager-ctor-write_concern-error-005.phpt" role="test" />
<file md5sum="c481e6fe02d36c9a7d5f6d4c314a3568" name="tests/manager/manager-ctor-write_concern-error-006.phpt" role="test" />
<file md5sum="49ffdcbe69686e38b35bd6d9cdbd8b67" name="tests/manager/manager-ctor_error-001.phpt" role="test" />
<file md5sum="8861edfbc58574cc34deedaba397adcb" name="tests/manager/manager-ctor_error-002.phpt" role="test" />
<file md5sum="07074b4ac6d148d2c45fd2c6cf23f427" name="tests/manager/manager-ctor_error-003.phpt" role="test" />
<file md5sum="ebdd7475f10c93b49ee2d3ca505bf50b" name="tests/manager/manager-debug-001.phpt" role="test" />
<file md5sum="6f82cb6c9546ace927299251c2e341a9" name="tests/manager/manager-debug-002.phpt" role="test" />
<file md5sum="e791d3155d0c6af7fbb8b38da5cda729" name="tests/manager/manager-destruct-001.phpt" role="test" />
<file md5sum="502e3288a762c61c59c5718c3ea63a6f" name="tests/manager/manager-executeBulkWrite-001.phpt" role="test" />
<file md5sum="465664ae148f48b497daa5014cf9627d" name="tests/manager/manager-executeBulkWrite-002.phpt" role="test" />
<file md5sum="327b7ea25fb9259aaf9d37b7c9f95687" name="tests/manager/manager-executeBulkWrite-003.phpt" role="test" />
<file md5sum="2c96f45f9a46375035c49d5ad884cbae" name="tests/manager/manager-executeBulkWrite-004.phpt" role="test" />
<file md5sum="afe52472d9b36dd52fc8b235fcc2e26b" name="tests/manager/manager-executeBulkWrite-005.phpt" role="test" />
<file md5sum="f66ce3abbb6715c0a2001fbf33277a1b" name="tests/manager/manager-executeBulkWrite-006.phpt" role="test" />
<file md5sum="65f2114c9e750d8256c026c854d4b6a1" name="tests/manager/manager-executeBulkWrite-007.phpt" role="test" />
<file md5sum="3db0f084d4b11f67411dd755392e652e" name="tests/manager/manager-executeBulkWrite-008.phpt" role="test" />
<file md5sum="db83342d1cea8b21d113a18a66c57a63" name="tests/manager/manager-executeBulkWrite-009.phpt" role="test" />
<file md5sum="cc95bd471144e0dee220d3203c66c6e3" name="tests/manager/manager-executeBulkWrite-010.phpt" role="test" />
<file md5sum="1f846a1f20ab7a40d3e4bc9ecb54112d" name="tests/manager/manager-executeBulkWrite-011.phpt" role="test" />
<file md5sum="825e9363312c2a8d3f953da43770e2b2" name="tests/manager/manager-executeBulkWrite_error-001.phpt" role="test" />
<file md5sum="b351ac5fb6628150bee7c17218f9cc40" name="tests/manager/manager-executeBulkWrite_error-002.phpt" role="test" />
<file md5sum="48ab21bcda4cb861aeadf15b5975ff58" name="tests/manager/manager-executeBulkWrite_error-003.phpt" role="test" />
<file md5sum="dc973d0e87e9e22f2743dc8d5a4c46ca" name="tests/manager/manager-executeBulkWrite_error-004.phpt" role="test" />
<file md5sum="d50c616cea538d13bcf9b20947e00c82" name="tests/manager/manager-executeBulkWrite_error-006.phpt" role="test" />
<file md5sum="d36794d4026aef731f405bdcba806ca9" name="tests/manager/manager-executeBulkWrite_error-007.phpt" role="test" />
<file md5sum="7e4cc9dae8557991729145701bea45ab" name="tests/manager/manager-executeBulkWrite_error-008.phpt" role="test" />
<file md5sum="020190b7055d6b3a9545065a4f39d057" name="tests/manager/manager-executeCommand-001.phpt" role="test" />
<file md5sum="b4e242aa64446022796549bf18ef7fbd" name="tests/manager/manager-executeCommand_error-001.phpt" role="test" />
<file md5sum="2830e42312975c21857d53464b9c6d4c" name="tests/manager/manager-executeQuery-001.phpt" role="test" />
<file md5sum="5f177fb67bbc291e318926b102346788" name="tests/manager/manager-executeQuery-002.phpt" role="test" />
<file md5sum="bfcc9743039bbc30957f8cf69082f2dd" name="tests/manager/manager-executeQuery-005.phpt" role="test" />
<file md5sum="828d1da5bfd8accddc3df45da5b337bd" name="tests/manager/manager-executeQuery_error-001.phpt" role="test" />
<file md5sum="3fdf3959137e40815625c7af1f9bcf9c" name="tests/manager/manager-getreadconcern-001.phpt" role="test" />
<file md5sum="5b8120ba62afb13a67636fefb6ac9046" name="tests/manager/manager-getreadpreference-001.phpt" role="test" />
<file md5sum="cc6a826770fe32f66d71f6c95aca3d9f" name="tests/manager/manager-getservers-001.phpt" role="test" />
<file md5sum="191acc2f6b43eaba1a1971bcc996491a" name="tests/manager/manager-getservers-002.phpt" role="test" />
<file md5sum="ed0f1d54919b563cf773fed548bc9791" name="tests/manager/manager-getwriteconcern-001.phpt" role="test" />
<file md5sum="f55b83dec74f5c379cf719423abdd703" name="tests/manager/manager-invalidnamespace.phpt" role="test" />
<file md5sum="eabe12d6f73dab29c77417060427c2f3" name="tests/manager/manager-selectserver-001.phpt" role="test" />
<file md5sum="400fbbbfd04b2967e09398c479736aaa" name="tests/manager/manager-selectserver_error-001.phpt" role="test" />
<file md5sum="e420f678f1caf714265dcc79ab5e5a0c" name="tests/manager/manager-set-uri-options-001.phpt" role="test" />
<file md5sum="a9f200ce067bf02422fb71a091cda8c2" name="tests/manager/manager-set-uri-options-002.phpt" role="test" />
<file md5sum="3157fde1003b34bbb1648c33bcc63248" name="tests/manager/manager-var-dump-001.phpt" role="test" />
<file md5sum="8c5241469e089d92c2bea067680504ee" name="tests/manager/manager-wakeup.phpt" role="test" />
<file md5sum="d9723d6bfe30a7e2691ecea5b69c2c13" name="tests/manager/manager_error-001.phpt" role="test" />
<file md5sum="578822c478fbde417eb227006a093825" name="tests/query/bug0430-001.phpt" role="test" />
<file md5sum="30fcad6a0545b8fc8cb4289178ca9a02" name="tests/query/bug0430-002.phpt" role="test" />
<file md5sum="9263e593f34eb2eb6ea56271c3a07956" name="tests/query/bug0430-003.phpt" role="test" />
<file md5sum="f4f292ac47ebaf75cf64ee8566fd16f3" name="tests/query/bug0705-001.phpt" role="test" />
<file md5sum="5b23333b3231f6ab5c76b85bd2678ecc" name="tests/query/bug0705-002.phpt" role="test" />
<file md5sum="e8e5c13b848aafcb5447896b4f79ef25" name="tests/query/query-ctor-001.phpt" role="test" />
<file md5sum="fef63deee234ecd51f99ac063497a762" name="tests/query/query-ctor-002.phpt" role="test" />
<file md5sum="734824edae6a43c5b9c972b14a0bd8b9" name="tests/query/query-ctor-003.phpt" role="test" />
<file md5sum="13e4a9032f4c60549d4efab9fa5d237c" name="tests/query/query-ctor-004.phpt" role="test" />
<file md5sum="71f1fa84dbf281b67d942863248f7e31" name="tests/query/query-ctor-005.phpt" role="test" />
<file md5sum="64bda823995da00efceed4b07627f18f" name="tests/query/query-ctor-006.phpt" role="test" />
<file md5sum="dee144ec7ba98029329b988545cbc945" name="tests/query/query-ctor_error-001.phpt" role="test" />
<file md5sum="714c383312ff70071a673e2928ca8d22" name="tests/query/query-ctor_error-002.phpt" role="test" />
<file md5sum="2238f34b7a0c1b93e6c1b1af5fc7b9b8" name="tests/query/query-ctor_error-003.phpt" role="test" />
<file md5sum="70af7d02949d0bfffa87729079871c74" name="tests/query/query-ctor_error-004.phpt" role="test" />
<file md5sum="21539cda062a422b388591fcda520ef3" name="tests/query/query-ctor_error-005.phpt" role="test" />
<file md5sum="07edfcf218e25dc4cf5fa8b677f6f636" name="tests/query/query-ctor_error-006.phpt" role="test" />
<file md5sum="c3a2e5976d1e8d8e5baca5d4dd796937" name="tests/query/query-debug-001.phpt" role="test" />
<file md5sum="623f5385c7016ba73c3be33c0e9a7b1e" name="tests/query/query_error-001.phpt" role="test" />
<file md5sum="311b41b1fe94f2770438d09d10a467b1" name="tests/readConcern/readconcern-bsonserialize-001.phpt" role="test" />
<file md5sum="7cbf142e56e80eb987e2dd184c909628" name="tests/readConcern/readconcern-bsonserialize-002.phpt" role="test" />
<file md5sum="a589109a7e7260d8752f34f246417b1c" name="tests/readConcern/readconcern-constants.phpt" role="test" />
<file md5sum="3e580a5b91bbbbf2a9291b17c0738912" name="tests/readConcern/readconcern-ctor-001.phpt" role="test" />
<file md5sum="3154a148ba05456ed40b44ad7878a852" name="tests/readConcern/readconcern-ctor_error-001.phpt" role="test" />
<file md5sum="c4d0b603d7d6968b8b9e038b1e81c919" name="tests/readConcern/readconcern-ctor_error-002.phpt" role="test" />
<file md5sum="ff4c5e181a9c3adcc1b7a78bc5748eb0" name="tests/readConcern/readconcern-debug-001.phpt" role="test" />
<file md5sum="a6594e050224e772625deea8052811d6" name="tests/readConcern/readconcern-getlevel-001.phpt" role="test" />
<file md5sum="7bc12b0529eef007f25068e8a410d755" name="tests/readConcern/readconcern-isdefault-001.phpt" role="test" />
<file md5sum="f773914d83286e225a75016f89b6eba6" name="tests/readConcern/readconcern_error-001.phpt" role="test" />
<file md5sum="b83cf03af044e79dc7b1531832e12b14" name="tests/readPreference/bug0146-001.phpt" role="test" />
<file md5sum="30bd5e1bf3fa0f61c703376f3ef31799" name="tests/readPreference/bug0146-002.phpt" role="test" />
<file md5sum="5bbbd73884d0d64989109201e7e1bf3f" name="tests/readPreference/bug0851-001.phpt" role="test" />
<file md5sum="6677621b6743e8d5d17b3cf0d45283d3" name="tests/readPreference/readpreference-bsonserialize-001.phpt" role="test" />
<file md5sum="ff0ce5637f8b68e7cf7c1aa65bedf89f" name="tests/readPreference/readpreference-bsonserialize-002.phpt" role="test" />
<file md5sum="f08d9809213c98acdf84fd9e656910e0" name="tests/readPreference/readpreference-ctor-001.phpt" role="test" />
<file md5sum="b4e0071e33dd021661ce919f12a45d15" name="tests/readPreference/readpreference-ctor-002.phpt" role="test" />
<file md5sum="475a0c5eff5f7f7a211614819b886648" name="tests/readPreference/readpreference-ctor_error-001.phpt" role="test" />
<file md5sum="a0cdfd5d545b800d979e6610fa8f417a" name="tests/readPreference/readpreference-ctor_error-002.phpt" role="test" />
<file md5sum="ecc2c2b630fc509b9cc13cbaa180071e" name="tests/readPreference/readpreference-ctor_error-003.phpt" role="test" />
<file md5sum="2ecac9178a92b919e2a3d744386b308d" name="tests/readPreference/readpreference-ctor_error-004.phpt" role="test" />
<file md5sum="67904c50feea14b362824470d04a73ea" name="tests/readPreference/readpreference-ctor_error-005.phpt" role="test" />
<file md5sum="7f4fccdf7d3913833ddcb7c7a04feafd" name="tests/readPreference/readpreference-ctor_error-006.phpt" role="test" />
<file md5sum="4708202d52455d5454a03b70d029b97f" name="tests/readPreference/readpreference-debug-001.phpt" role="test" />
<file md5sum="4a4e16d677e9a242b8e2429def65e565" name="tests/readPreference/readpreference-getMaxStalenessMS-001.phpt" role="test" />
<file md5sum="23c503e166045f34625abc42506b80db" name="tests/readPreference/readpreference-getMaxStalenessMS-002.phpt" role="test" />
<file md5sum="2300bc05051a0d0dc183ebe1d699190a" name="tests/readPreference/readpreference-getMode-001.phpt" role="test" />
<file md5sum="2a58ca560ca933e763397fdecd6e1c22" name="tests/readPreference/readpreference-getTagSets-001.phpt" role="test" />
<file md5sum="74a95fd229d950e7116b5ff0fd78db56" name="tests/readPreference/readpreference-getTagSets-002.phpt" role="test" />
<file md5sum="56df736cc8af42557ae036e2eef910a8" name="tests/readPreference/readpreference_error-001.phpt" role="test" />
<file md5sum="c8617acc06d137f3c9db3005c9885366" name="tests/replicaset/bug0155.phpt" role="test" />
<file md5sum="515211c4a4916b62c7b2e85d9b876ec5" name="tests/replicaset/bug0898-001.phpt" role="test" />
<file md5sum="93387b873d1655b41742b1b773b8cad2" name="tests/replicaset/bug0898-002.phpt" role="test" />
<file md5sum="a7e63df8ed345a5b000793a6e059532b" name="tests/replicaset/manager-getservers-001.phpt" role="test" />
<file md5sum="f90f4e17b3356432b68e05d987cb91e3" name="tests/replicaset/manager-selectserver-001.phpt" role="test" />
<file md5sum="936feea8211b9862a77bfa06fd985f43" name="tests/replicaset/readconcern-001.phpt" role="test" />
<file md5sum="5e8a48485b9432ee3a63e3d63050e578" name="tests/replicaset/readconcern-002.phpt" role="test" />
<file md5sum="cbd4c69e674b59884feead771561ca85" name="tests/replicaset/server-001.phpt" role="test" />
<file md5sum="61a3308075601ebc37b2d3aee95500fd" name="tests/replicaset/server-002.phpt" role="test" />
<file md5sum="e50cc6ffa9a60021da209b115c912a95" name="tests/replicaset/writeconcernerror-001.phpt" role="test" />
<file md5sum="51ac0a8da4fafc8b4bddb0fc73903457" name="tests/replicaset/writeconcernerror-002.phpt" role="test" />
<file md5sum="5a868067b8c68bb49beee106f5b2e681" name="tests/replicaset/writeresult-getserver-001.phpt" role="test" />
<file md5sum="ade47c77a748f96d770a2da696def657" name="tests/replicaset/writeresult-getserver-002.phpt" role="test" />
<file md5sum="6e83981a37e2c04bf2f61ad3f94af12e" name="tests/server/bug0671-002.phpt" role="test" />
<file md5sum="75a4ec8e23ef050d7057e855fff2f5f6" name="tests/server/server-constants.phpt" role="test" />
<file md5sum="3ab793258b26d778e2b7e306dbdf2947" name="tests/server/server-construct-001.phpt" role="test" />
<file md5sum="8297af536b148b8c171971a8778ecb14" name="tests/server/server-debug.phpt" role="test" />
<file md5sum="d814cc3637b676a293ddc5606420fa1d" name="tests/server/server-errors.phpt" role="test" />
<file md5sum="d35aa52f3190d27db25128ba00328a84" name="tests/server/server-executeBulkWrite-001.phpt" role="test" />
<file md5sum="ea0086480a8cbaae15a1751fdce48617" name="tests/server/server-executeBulkWrite-002.phpt" role="test" />
<file md5sum="53780e03f672d499183545c1e20a0daa" name="tests/server/server-executeBulkWrite-003.phpt" role="test" />
<file md5sum="9b4e23b508dd5b503c877580f925a26b" name="tests/server/server-executeBulkWrite-004.phpt" role="test" />
<file md5sum="a436b448ea05806fa07ff06ba29db547" name="tests/server/server-executeBulkWrite-005.phpt" role="test" />
<file md5sum="b68333752a41e89ad9de9f97e869db45" name="tests/server/server-executeBulkWrite_error-001.phpt" role="test" />
<file md5sum="b26b52aaae1b5ce0dad185a22e2f1296" name="tests/server/server-executeCommand-001.phpt" role="test" />
<file md5sum="cac9aa5902387fd7c9056fe22db0ff3b" name="tests/server/server-executeCommand-002.phpt" role="test" />
<file md5sum="77366626f284d5f6c28b4ad75f872f69" name="tests/server/server-executeCommand-003.phpt" role="test" />
<file md5sum="1e1399a4558a7d195709a0beeda4fffc" name="tests/server/server-executeQuery-001.phpt" role="test" />
<file md5sum="9b5213961e50487ab850c9edfa1212cf" name="tests/server/server-executeQuery-002.phpt" role="test" />
<file md5sum="31ec575f8ac5b522ee859130e1aa18f4" name="tests/server/server-executeQuery-003.phpt" role="test" />
<file md5sum="db8fd646ecd3b9a424a6bef9cd4b246f" name="tests/server/server-executeQuery-004.phpt" role="test" />
<file md5sum="1d6574f124e04e3863ddb75a9f03a771" name="tests/server/server-executeQuery-005.phpt" role="test" />
<file md5sum="9a69b4c9008b318c02d4e48de25997aa" name="tests/server/server-executeQuery-006.phpt" role="test" />
<file md5sum="69e1d381848a7f6d3b7629a27f3dcaae" name="tests/server/server-executeQuery-007.phpt" role="test" />
<file md5sum="a3f5bd0996eb71e293b345af26e18fc6" name="tests/server/server-executeQuery-008.phpt" role="test" />
<file md5sum="36757ff8a7d9867a199c211cd8dbb2fc" name="tests/server/server-getInfo-001.phpt" role="test" />
<file md5sum="a07507189a1cf7a9cf3a58bc4e9297f4" name="tests/server/server-getTags-001.phpt" role="test" />
<file md5sum="3a6fb65e184ddafa6532e28182304b6b" name="tests/server/server-getTags-002.phpt" role="test" />
<file md5sum="9aefd9967eed1cb334069bc28d435b71" name="tests/server/server_error-001.phpt" role="test" />
<file md5sum="af985ddcede3e694fe26dd02a7b08f96" name="tests/standalone/bug0166.phpt" role="test" />
<file md5sum="5903bd001a11ca4052af551f99a13282" name="tests/standalone/bug0231.phpt" role="test" />
<file md5sum="508f7f23c5b80875cf8893f11fd636b0" name="tests/standalone/bug0357.phpt" role="test" />
<file md5sum="1598a14a9d5574cab5e49b8a42a95d60" name="tests/standalone/bug0545.phpt" role="test" />
<file md5sum="08af799afac3ebe4478c44523f19af60" name="tests/standalone/bug0655.phpt" role="test" />
<file md5sum="b59208bcbc4702a23f40b4ae99cdcbd8" name="tests/standalone/command-aggregate-001.phpt" role="test" />
<file md5sum="20df46b18b099e15b2637ab7ec6ac232" name="tests/standalone/connectiontimeoutexception-001.phpt" role="test" />
<file md5sum="f948319b24f2599ca7e4c9da3bcf8974" name="tests/standalone/executiontimeoutexception-001.phpt" role="test" />
<file md5sum="4141be498e7c13e724f2dd3baa099620" name="tests/standalone/executiontimeoutexception-002.phpt" role="test" />
<file md5sum="6708621c6c2c09bc2f261dc92c965bf9" name="tests/standalone/manager-as-singleton.phpt" role="test" />
<file md5sum="6bc5f1fba6c3ad151704fd8500d50183" name="tests/standalone/query-errors.phpt" role="test" />
<file md5sum="c52cd4b33ae4c254a12a383a56deb323" name="tests/standalone/update-multi-001.phpt" role="test" />
<file md5sum="d15611b314dcde7d6cd5069545524b0a" name="tests/standalone/write-error-001.phpt" role="test" />
<file md5sum="383c7d82bd2ceee77ee90a7620dcabbb" name="tests/standalone/writeresult-isacknowledged-001.phpt" role="test" />
<file md5sum="aac042fb1b20aae6154fd6ca92f2157c" name="tests/standalone/writeresult-isacknowledged-002.phpt" role="test" />
<file md5sum="4404cc45687afb99790d9bd032e0ca34" name="tests/standalone/writeresult-isacknowledged-003.phpt" role="test" />
<file md5sum="59adebd29ef983f00c4d55cfc4b2d10d" name="tests/utils/PHONGO-FIXTURES.json.gz" role="test" />
<file md5sum="8eb155fe0ba18304305ec5e7095ac938" name="tests/utils/basic-skipif.inc" role="test" />
<file md5sum="c571c88edecbca6abf8b386960e02e56" name="tests/utils/basic.inc" role="test" />
<file md5sum="d45f34ff6fd0f526099f3131d5d17b11" name="tests/utils/classes.inc" role="test" />
<file md5sum="d528e67192e5a8801769cb5cec15f8f1" name="tests/utils/tools.php" role="test" />
<file md5sum="daabc03629dbb55aa9dd13c8e61c5697" name="tests/writeConcern/writeconcern-bsonserialize-001.phpt" role="test" />
<file md5sum="340ab895d2d78ec8703db01eeed96e45" name="tests/writeConcern/writeconcern-bsonserialize-002.phpt" role="test" />
<file md5sum="364b6092a91f4bf8761fc554aa8062cb" name="tests/writeConcern/writeconcern-constants.phpt" role="test" />
<file md5sum="4b14f66f2d087ed69223a978e6551dfd" name="tests/writeConcern/writeconcern-ctor-001.phpt" role="test" />
<file md5sum="9d8a5d5fbb5180c1e1a73b4885f256fd" name="tests/writeConcern/writeconcern-ctor_error-001.phpt" role="test" />
<file md5sum="46a1f16b20000db3726900b4f80945eb" name="tests/writeConcern/writeconcern-ctor_error-002.phpt" role="test" />
<file md5sum="56e3baaa054aadf32901781a09d330e1" name="tests/writeConcern/writeconcern-ctor_error-003.phpt" role="test" />
<file md5sum="9ca99acf66a4972b548678347236c25f" name="tests/writeConcern/writeconcern-ctor_error-004.phpt" role="test" />
<file md5sum="39969dc8700891be79d6ef6ca630f867" name="tests/writeConcern/writeconcern-ctor_error-005.phpt" role="test" />
<file md5sum="6514bd694b43ee6f3c2313c741740dc6" name="tests/writeConcern/writeconcern-debug-001.phpt" role="test" />
<file md5sum="0b650ccbc1a3fa831dd666e4b00c5c1a" name="tests/writeConcern/writeconcern-debug-002.phpt" role="test" />
<file md5sum="536335a91a175bce9f9a5c03991298ca" name="tests/writeConcern/writeconcern-debug-003.phpt" role="test" />
<file md5sum="afc708c9f9d830d1c3b7cf60333f1fce" name="tests/writeConcern/writeconcern-getjournal-001.phpt" role="test" />
<file md5sum="d4c305c451a28b591db0160e9f851ee5" name="tests/writeConcern/writeconcern-getw-001.phpt" role="test" />
<file md5sum="ddb88acb62b9b89316f92e3bb6076a48" name="tests/writeConcern/writeconcern-getwtimeout-001.phpt" role="test" />
<file md5sum="c00557fec000c5e18cb211449619a6b7" name="tests/writeConcern/writeconcern-isdefault-001.phpt" role="test" />
<file md5sum="14ec52ea19befdf082e3ee270fa7d8ea" name="tests/writeConcern/writeconcern_error-001.phpt" role="test" />
<file md5sum="f52312ad42a59df5c4b7aa8b7c68ecb6" name="tests/writeConcernError/writeconcernerror-debug-001.phpt" role="test" />
<file md5sum="6ffa193d3057cdf7250aa22b4503f22a" name="tests/writeConcernError/writeconcernerror-debug-002.phpt" role="test" />
<file md5sum="7d95b775cc4a62bb7d2a11e3785dcb1b" name="tests/writeConcernError/writeconcernerror-getcode-001.phpt" role="test" />
<file md5sum="c9856cb44f879a1e579dfd866af1ab53" name="tests/writeConcernError/writeconcernerror-getinfo-001.phpt" role="test" />
<file md5sum="7c6ebbb1dd2ee986508fe8397e153d03" name="tests/writeConcernError/writeconcernerror-getinfo-002.phpt" role="test" />
<file md5sum="e65c6074dde4b06f455a6c92408efd6a" name="tests/writeConcernError/writeconcernerror-getmessage-001.phpt" role="test" />
<file md5sum="69820b84c701fe8480e6e8014a14189c" name="tests/writeConcernError/writeconcernerror_error-001.phpt" role="test" />
<file md5sum="6b50008f602e02df57c6ca8d754bf9fb" name="tests/writeError/writeerror-debug-001.phpt" role="test" />
<file md5sum="c68137434860272c34d6fdab81745af9" name="tests/writeError/writeerror-getCode-001.phpt" role="test" />
<file md5sum="cfab2d426da2a70803f06d0cd8f1626d" name="tests/writeError/writeerror-getIndex-001.phpt" role="test" />
<file md5sum="9259deabdd58d5ff02f3a343b0d8b9cc" name="tests/writeError/writeerror-getInfo-001.phpt" role="test" />
<file md5sum="b5494e965a30be5e7e45fea29beb93d6" name="tests/writeError/writeerror-getMessage-001.phpt" role="test" />
<file md5sum="ba12ea26054c04774c4d6a3f35094c28" name="tests/writeError/writeerror_error-001.phpt" role="test" />
<file md5sum="48e919cba457ad5b6cb1b93e191d6f67" name="tests/writeResult/bug0671-003.phpt" role="test" />
<file md5sum="d71f62390232216fbb35479752b3a44b" name="tests/writeResult/writeresult-debug-001.phpt" role="test" />
<file md5sum="3fa7df302c11e23e7b727cebd7247a05" name="tests/writeResult/writeresult-debug-002.phpt" role="test" />
<file md5sum="159e750e99721bd9359c5ff9a3748fbf" name="tests/writeResult/writeresult-getdeletedcount-001.phpt" role="test" />
<file md5sum="31a2b905964fb53650aa8f314f7f6e6d" name="tests/writeResult/writeresult-getdeletedcount-002.phpt" role="test" />
<file md5sum="e141af3cb5b467e685038490deda8a8a" name="tests/writeResult/writeresult-getinsertedcount-001.phpt" role="test" />
<file md5sum="01cf21ef49cc068a5967f234feb1dfa4" name="tests/writeResult/writeresult-getinsertedcount-002.phpt" role="test" />
<file md5sum="a4488abb4a776b41ff25a2e2c2592262" name="tests/writeResult/writeresult-getmatchedcount-001.phpt" role="test" />
<file md5sum="ec7badb12a5ae4bbf58ee282281a4e37" name="tests/writeResult/writeresult-getmatchedcount-002.phpt" role="test" />
<file md5sum="6b159235ed5a186acb55244be4773f40" name="tests/writeResult/writeresult-getmodifiedcount-001.phpt" role="test" />
<file md5sum="4492c077e1cd88cb975c4b63311849cb" name="tests/writeResult/writeresult-getmodifiedcount-002.phpt" role="test" />
<file md5sum="2f691549a9d4b6d31bb862b83fdad40d" name="tests/writeResult/writeresult-getmodifiedcount-003.phpt" role="test" />
<file md5sum="a7c2d46172e1e53e6167915d78f2eae9" name="tests/writeResult/writeresult-getserver-001.phpt" role="test" />
<file md5sum="f6639f7c5a837f60f8c885ebe40c5600" name="tests/writeResult/writeresult-getupsertedcount-001.phpt" role="test" />
<file md5sum="4cd0c1d1294440a7911c297f2033b4a0" name="tests/writeResult/writeresult-getupsertedcount-002.phpt" role="test" />
<file md5sum="0b1fb8df7b965ccac06715ac34028ec1" name="tests/writeResult/writeresult-getupsertedids-001.phpt" role="test" />
<file md5sum="7185bb3bbf4d1a1042f8003b3303fa7f" name="tests/writeResult/writeresult-getupsertedids-002.phpt" role="test" />
<file md5sum="b72dab900139c6e0314be393894aec33" name="tests/writeResult/writeresult-getwriteconcernerror-001.phpt" role="test" />
<file md5sum="f36518058929ea9ae049cd325095732e" name="tests/writeResult/writeresult-getwriteerrors-001.phpt" role="test" />
<file md5sum="1baeaf136a2bc2e840d7b4296fbbc6ad" name="tests/writeResult/writeresult-getwriteerrors-002.phpt" role="test" />
<file md5sum="9521e479ae14eebc6e8b940afca83b86" name="tests/writeResult/writeresult-isacknowledged-001.phpt" role="test" />
<file md5sum="fdd3ef0a514427c85fb91ff8a1cff3f6" name="tests/writeResult/writeresult_error-001.phpt" role="test" />
<file md5sum="08a5fb008b50bb39301edc6130dc7a08" name="CREDITS" role="doc" />
<file md5sum="b1e01b26bacfc2232046c90a330332b3" name="LICENSE" role="doc" />
<file md5sum="973c67f802546ff6a45d4787fd050d82" name="Makefile.frag" role="src" />
<file md5sum="64d70e2c61c2c5f7652d90de6bc9661f" name="README.md" role="doc" />
<file md5sum="422ba17467e9aa074a0856a15519f543" name="Vagrantfile" role="test" />
<file md5sum="f73fe51fcdfe9cb253a12e4636198cb4" name="config.m4" role="src" />
<file md5sum="ec74f56fed3ed76e580d305dc8f82f37" name="config.w32" role="src" />
<file md5sum="7cee65a3fcc059894e7badf41fcc6c93" name="phongo_compat.c" role="src" />
<file md5sum="d749c11c2e081f7b5fc2ef67a8329ccf" name="phongo_compat.h" role="src" />
<file md5sum="2393062993ffa891c74461b651227d44" name="php_bson.h" role="src" />
<file md5sum="763f538a7ef042116f569e2f7ceb2651" name="php_phongo.c" role="src" />
- <file md5sum="6b83bd4d9844b4ad8bf4eed86bd6d8c9" name="php_phongo.h" role="src" />
+ <file md5sum="295b6166c9aa9e38d4e8fe434276f8c5" name="php_phongo.h" role="src" />
<file md5sum="5b8018934c396002d6343831c7bd39fb" name="php_phongo_classes.h" role="src" />
<file md5sum="8b9e95ade5d785aeccde773f9af48c34" name="php_phongo_structs.h" role="src" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.5.0</min>
<max>7.99.99</max>
</php>
<pearinstaller>
<min>1.4.8</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>mongodb</providesextension>
<extsrcrelease />
</package>

File Metadata

Mime Type
text/x-diff
Expires
Wed, Jun 17, 9:28 PM (1 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ed/5f/7c0da8b93bd81591b0ddac0a4c03
Default Alt Text
(1 MB)

Event Timeline