Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105565 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 72253 invoked from network); 2 May 2019 19:55:35 -0000 Received: from unknown (HELO mail-it1-f193.google.com) (209.85.166.193) by pb1.pair.com with SMTP; 2 May 2019 19:55:35 -0000 Received: by mail-it1-f193.google.com with SMTP id l10so4562735iti.3 for ; Thu, 02 May 2019 09:58:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=zk4UG22nxkgPc0HjcScawlCJzm9QswXOI8LdYRI7BVg=; b=HfHANyBrsGcrIGsWX5qjL6qFWQm6rJnuyGXQlwH9WNcUo0LapD6WmGMmQf2YJiniqG UOOiXTFdsdChhKnh/0VFiju0hfnSx4Zq6aPDpWbig1/pn9JHCVNmrDrGe+1e63JMlOGV RVrYDTRATXoN8s3aFC55U0JoJ7RFoPxHu5WEPKdgnoKikgVLyHzOnDOD4GAVP8kH5zT5 liBzs40rTkbASN6Jk/eOsMlgONBbshegpW9417FmefE+71CXFqv2dJowItEOb7XySbZe P//ydz9WtQ6lrNetDa9LsPuYa2rfXNjJgq+Fg1nhoIA+j0Gp6maL3KmqbCY8lJt0/xZk x7sA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=zk4UG22nxkgPc0HjcScawlCJzm9QswXOI8LdYRI7BVg=; b=TM6rq1W7WDWHf77v7oWtzx5qTs1eF+vDoKmDPjF2nWif8QzKcq6pWImHlVHTh/eRPT 423tNrT+v3NRXcnxCaZdvv9RJPI0Q7JIMEmWo9v14RFZcBprl6bdMlCrYOsIM0S+u1Z3 KN8TtAni9Nglg/PTzM/1A1y5XB7aOyKarqG36roqIlXEAz6skRmvVvZpKzjdv6WY0yFe 4qDNYrXiCvzRIoGlIQIzT/Fjphl1udlU5FWSuS4Ae+4kDyXFQNuxNjZa2+eI+YrGGfc/ 95px2q0HPjsYNYRnNPMGmyeYlPr9ljr0Nc1mmP/TujM4Wao1jBejVrLKFXJegysYL350 Fpbw== X-Gm-Message-State: APjAAAXzj3fomJJ6WxBkrtBcT/ExQk+zpblPx0MBPHCvGRjszvm5R1el A8GXx8Yp2q6CMfbLLhx7YAt2+tb3Q4J1Madw/r7CWQ== X-Google-Smtp-Source: APXvYqy9ooA0xnPQgh8FfQsEqyf+a50DO+jKDWqwoDVcdKYVTtFU72ICyjfWIFYbMuXEBwT7YTHpTux76J3XnPiUJNU= X-Received: by 2002:a24:9d96:: with SMTP id f144mr3203474itd.139.1556816296214; Thu, 02 May 2019 09:58:16 -0700 (PDT) MIME-Version: 1.0 References: <6cc22608-d4b2-e7f4-d534-f4b5f02bc3d2@gmx.de> <59d0e63c-7e78-be96-f9a2-1f2505393017@gmx.de> In-Reply-To: <59d0e63c-7e78-be96-f9a2-1f2505393017@gmx.de> Date: Thu, 2 May 2019 17:58:05 +0100 Message-ID: To: Internals Content-Type: multipart/alternative; boundary="0000000000005109090587ea8aaa" Subject: Re: [PHP-DEV] Re: [RFC VOTE] Unbundle ext/interbase From: rowan.collins@gmail.com (Rowan Collins) --0000000000005109090587ea8aaa Content-Type: text/plain; charset="UTF-8" On Thu, 2 May 2019 at 14:57, Christoph M. Becker wrote: > Indeed, it seems that pdo_firebird requires to connect to an existing > database, contrary to e.g. pdo_mysql which supports DSN like > `mysql:host=localhost`, to my knowledge. > Postgres works the same way - a connection is always to a single database, so you cannot have a DSN which doesn't specify one. Default installations now ship with an empty database called "postgres" to run administration commands like "CREATE DATABASE" on. Glancing that the ext/pgsql and ext/pdo_pgsql tests, though, it looks like we just require the user to have run "createdb test" before running the test suite. Regards, -- Rowan Collins [IMSoP] --0000000000005109090587ea8aaa--