Git Product home page Git Product logo

Comments (5)

Danack avatar Danack commented on July 1, 2024

Should all these be supported?

CUBRID (PDO) — CUBRID Functions (PDO_CUBRID)
MS SQL Server (PDO) — Microsoft SQL Server and Sybase Functions (PDO_DBLIB)
Firebird (PDO) — Firebird Functions (PDO_FIREBIRD)
IBM (PDO) — IBM Functions (PDO_IBM)
Informix (PDO) — Informix Functions (PDO_INFORMIX)
MySQL (PDO) — MySQL Functions (PDO_MYSQL)
MS SQL Server (PDO) — Microsoft SQL Server Functions (PDO_SQLSRV)
Oracle (PDO) — Oracle Functions (PDO_OCI)
ODBC and DB2 (PDO) — ODBC and DB2 Functions (PDO_ODBC)
PostgreSQL (PDO) — PostgreSQL Functions (PDO_PGSQL)
SQLite (PDO) — SQLite Functions (PDO_SQLITE)

from php-src.

Danack avatar Danack commented on July 1, 2024

Instructions for John:

git clone [email protected]:Imagick/imagick.git

cd imagick
git clone [email protected]:Imagick/php-src.git

cd php-src
git checkout pdo_sub_classing

cd ..
cd ..
docker-compose up --build developing mysql postgres

Then in another window:

docker exec -it imagick_developing_1 bash

apt install libsqlite3-dev libpq-dev libsqlite3-mod-spatialite


./buildconf

./configure \
  --without-pear \
  --with-openssl \
  --enable-mbstring \
  --with-curl \
  --with-zip \
  --with-pdo-pgsql \
  --with-pdo-mysql

php run-tests.php ext/pdo ext/pdo_mysql/ ext/pdo_pgsql/

from php-src.

tontonsb avatar tontonsb commented on July 1, 2024

Should all these be supported?

Dunno, but...

CUBRID appears stuck at PHP7.4 and somewhat abandoned unless I'm looking in the wrong place.

PDO_SQLSRV setup is a bit clumsy, but I can add it to templates if needed.

I can also (re-)try the IBMs, but I failed a couple of Sundays on trying to set up Informix. IBM drivers are also a bit of pain for unattended setup as I couldn't find official public links for the SDKs, they all require manual downloads by logged-in users.

from php-src.

Danack avatar Danack commented on July 1, 2024

tbh, not sure why I listed all of them from the manual. It's only those that ship with PHP core that need to be supported and tested by any RFC touching them.

IBM drivers are also a bit of pain for unattended setup as I couldn't find official public links for the SDKs

Leave it then. It's doesn't ship with PHP src, and I'm really not that fond of open source people having to spend so much effort on supporting a company that has $60 billion in revenue.

from php-src.

Danack avatar Danack commented on July 1, 2024

Closing as nothing left to do for this issue, and more detailed work left to do is in other tickets.

from php-src.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.