Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/php/pecl-database-pdo_ibm
PDO driver for IBM databases
https://github.com/php/pecl-database-pdo_ibm
When pecl package runs, this will write the old MD5 of package.xml,
making the package impossibl...
c4ebfbc1087920ea455523fb16b27c887703c47a authored about 1 year ago
8.3 isn't out yet but will be soon, and 8.4 nightlies are useful to
check against.
Boolean support
d760f98649c7f2fa9fc854a6aed3267301acb6cf authored over 1 year agob196160176d26f334ebfbe5790f043ec3bb3e8b1 authored over 1 year ago
This returns TRUE/FALSE on i and 1/0 on LUW. For now, make consumers
deal with it. If it turns o...
7156e84519876bd4ebc8bea1ce4b541f80109472 authored over 1 year ago
1686f33a6e15fbae61821e95b6655d5b83cff726 authored over 1 year ago
1cac85c06030aaecaf5f4a4f262724da87efaa40 authored over 1 year ago
24f665bd9b33076dc95ca041c456645186ea2dcc authored over 1 year ago
Like the PR for ibm_db2.
Binding and returning both work. It considers bools to be int-like,
al...
Relevant to GH-23, but doesn't close it. Waiting to see CI run there
dcbe0bcdc56e03d4ca8a76d4cf3462a4bca4bdfc authored over 1 year ago0fe4edf7d0da8d12fd50031c24202db6ae1fddab authored over 1 year ago
We should check SQLParamData errors though... worth another test.
94beda05cefb353de89d390138c3567cf491e90c authored over 1 year ago
This basically tests that it returns the upcase column name, and thus
sets it for class/object b...
Also make a note on the xmlservice lib
706fb9a14ed5efe7ff5d1a56319f792336f24da1 authored over 1 year agoe920ecc3857f90ffcdb544aa986da537a98effd5 authored over 1 year ago
cccc635410170650640aace9dc7d533b8ed03b4c authored over 1 year ago
3be91a03c1f39ea20bb818398aa9d30ee31c9a4e authored over 1 year ago
8172021275eea9697ea233b275e3896057be1021 authored almost 2 years ago
Cleanup autotools scripts
638febe9ee3e8ffba2bd7053ad4dae37eb14bcd6 authored about 2 years agoUpdate `README.md`
a9b2ff196ca7fd3b819522fdd3dd71df35b519d8 authored about 2 years agoeb2f131c067495366291c50089cecdb86a4d8f8a authored about 2 years ago
ecef0d20b082f9a83b22bd3a5f41fb3dd4ff3e47 authored about 2 years ago
kadler points out this wouldn't have triggered on PASE, which should
have in theory the same iss...
f062a3958b13d51611b8bb4ea407a665d1bb443e authored about 2 years ago
This massively simplifies the logic, removes spurious messages,
and adds support for Seiden Grou...
a9af03a5ccd3ead451c6273284538928eacecada authored about 2 years ago
51d11017133d646c26a32d19e1fbf0d3b36913fd authored about 2 years ago
If we don't, we effectively bind a CHAR(0), and DB2 gets mad at us.
Specifically, it seemingly c...
92a8c6b72a2c62a2469d06c71a14ea03cd683e9a authored over 2 years ago
These always returned true, so they wouldn't report errors.
These also tried to look in the DB ...
de5ce75ec29776ca53fa34de93092e30962f76b4 authored over 2 years ago
Usually, this is because of a programmer error in POD_IBM, since it
shouldn't fail. But there ar...
Looks like deck chair shuffling, but part of a refactor for error
handling.
Update README.md to have pre-requisite info.
9dc61e16c1523bab649d17df872ce2922a3bd551 authored almost 3 years ago35eb67f76e5f032c0ee7836015295abdccad329b authored almost 3 years ago
Hi @NattyNarwhal,
Can we update readme as I proposed here, I just added an extra pre-requisit...
ca786368f88b7b146334dd5318ab00b998f516e3 authored almost 3 years agoVerify the PECL package validity
6a5c107f3c22dec8f6b1207c6f3d4d3d8e19270f authored almost 3 years agoMakes sure we don't forget any files.
5c3811371c989f2eb21ce942a7ceb1d99fa55729 authored almost 3 years ago7bf08bb9163c16f96e001933691d13443790ebae authored almost 3 years ago
c8bbe25835dd9443f98e95af51622d4ba0440bd5 authored almost 3 years ago
GitHub Actions CI
e827e37677863fd034d4889b0a9da5f35454dd53 authored almost 3 years ago9d8bc0b71d3784140cf8e3823b8260c7f8adc435 authored almost 3 years ago
0c75465068f2013113d7ca8cc9df835d3dd562da authored almost 3 years ago
617f25da48950cd218c9c59fe778efd01aed588f authored almost 3 years ago
deb1cda408a4b92c69d0b2832dca0f4bc2014b54 authored almost 3 years ago
Do fwrite instead.
213540a831f05113f2803b888f39d44539ed930c authored almost 3 years ago
On PHP 8.1, the skip cache seemingly collates all the reused skip
sections into a single file. H...
Not sure how to get this working for now, but we can revisit it.
a89356a012b1b9cd63a4816ea2abc5ea2311a695 authored almost 3 years ago06dd54f5cdf2de6ac65c5beb1f8b621ca41442ca authored almost 3 years ago
I'm not sure how the original version of the test ever made sense when I
was reading it. The beh...
8397c44c4e26720c20f7bef02f11579d648c3aa4 authored almost 3 years ago
The 1/2 keys will always be empty, whereas before they had some cruft
about non-existent files. ...
One of the LOB tests exhibited this. I don't know if NULL is the
best thing to return, but it ca...
It seems on PHP 7.x, the order in which they're inserted matters,
at least for `fvt_025_ColumnMe...
It's hard to predict what we'll be running on.
959d7cd9e60b7a0d009486eee4173ec40c0219ee authored almost 3 years ago2d0975e7ce5e248a8ddf4f14778e31158ca8f644 authored almost 3 years ago
the "automatic storage yes" is something I remembered last time I had to
deal with LUW.
Try to ...
04496f37b73b89a864b7430831293db281dcafb8 authored almost 3 years agoAdd additional environment variables for the DSN INI et al
0d39d0ea9e5fd5d5bb06d7629af1d586eb3dc23c authored almost 3 years agoa3d567178272c56744cd25d84bc7593c7d09e7fe authored almost 3 years ago
a6bf66e2c4655c4d8318be7718266382f967ae1c authored almost 3 years ago
In spirit to what PHP does with MSSQL.
359efeae70b71ecca871eb8d16c406a6db0fc700 authored almost 3 years agoChristoph pointed out this was wrong with the new macro; very subtle!
97d68f98b2e313ba670d59180cf374ae6c38cd8c authored almost 3 years agoMSVC doesn't allow it, so should unbreak Windows builds.
Made to CI branch, but can cherry pick...
3a1b190e94a71259e6e33b53cd2a79dee7911cea authored almost 3 years agobaf74e0ccabdf01a88732814525530513a060d9e authored almost 3 years ago
f597c06d80a45aa09d50b890f5e1c8991241b103 authored almost 3 years ago
2374199d43efd103a6dbbef066373f9d8611fef6 authored almost 3 years ago
addd47129b082df2705d4da97caf31b46edabc89 authored almost 3 years ago
This only builds the driver on Ubuntu. macOS and Windows, as well
as starting the LUW Docker con...
The PDO extensions bundled with PHP moved to this style (well, they
don't include the legacy che...
6ca647dcec98532966d2cb95dc6007ba677df391 authored almost 3 years ago
Implement dbcs_alloc for PASE in PDO_IBM
6d190947f7eb59f40b042f4431f93240b08eafd1 authored almost 3 years ago
ibm_db2 has it, and it's an unfortunate workaround that's sometimes
needed to do how unreliable ...
This also changes it from boolean to integer/string.
e61659a1ddee610a055e2876693696d4c45079ce authored almost 3 years ago3e90af22ebb2f71a77a0b98b8c7c0cc9d5e4b9eb authored almost 3 years ago
This was breaking i5_override_ccsid, the only INI option in PDO_IBM.
d440262ca8a4226d2ba801bc20be4845466063a8 authored almost 3 years agoRaw strcpy/strcat is a liability. Still some oppurtunities for cleanup.
1a1a9e10b525a9067f6d52fdffcf70b887b1b42b authored almost 3 years agoe9ec0c412133c26f3020383c17db3384b1fda94a authored almost 3 years ago
ed519dc474cc8916d09941691e281c0076369192 authored almost 3 years ago
PHP 8.1 support
9781718cf299f8f7d7234c63cbdd8ac525428ccb authored about 3 years ago5842ae3cb3f7afabad56bd8912fbe38113530f97 authored about 3 years ago
XXX: Also change the string init to use col_res->namelen for name
instead of strlen?
e59c59cb80436fff975392eb5d569b0290ab2758 authored about 3 years ago
...in last insert ID
110a526c1699f0f4ae18ddaf27e9c56ec5dc60ca authored about 3 years ago77f767b146e8593004e622ff970f5cf021f82313 authored over 3 years ago
bc1459a271f64e9430eb25ded057c1c2fae1a669 authored over 3 years ago
While this builds on AIX and Linux with PHP 8, it doesn't on other
platforms (caught by @praveen...
ebcd0e4318fe84525499a2702a4e944bf9f85974 authored over 3 years ago
1b09d7337c5c5435bfb17f17a11d2ba0b4506761 authored over 3 years ago
50cc3f751208eb172f5a62ed259abf2f095f10f8 authored over 3 years ago
7e6c1d9ee136eb6136eb65c0b8b23ffe2fe8654a authored over 3 years ago
7a7015230efa4cf6af1beeffe099e9488adf5af7 authored over 3 years ago
1b34a57eab673a88f06f457ed218ba33a1b1b76d authored over 3 years ago
f4d1290da54112a6c31c7a825cd3b8c12872c2f5 authored over 3 years ago
01ef54c813269ebac30ae22c40e010b3aa83ff85 authored over 3 years ago
e72253d2c91196df3c41ae1ae16f1eb9914082ab authored over 3 years ago
a2ec8023f3d0a393a84afd6d51d464eddbd83451 authored over 3 years ago
6f5f17610d07e83712e0a56512f8f7c5df217646 authored over 3 years ago
20faa76199ea9e7ee14fece4422f5c5b3873aab3 authored over 3 years ago
ca2aa20cd6e87e0d794ca09887ef065cc678763e authored over 3 years ago