Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/pecl-database-mysql_xdevapi

PECL MySQL X DevAPI
https://github.com/php/pecl-database-mysql_xdevapi

config.m4: Force c++17 also for aoutoconf checks

Without this checks for, e.g., boost headers were failing on macOS (could be specific to clang w...

41f52fbca6acce68780b66efca4a75815b548661 authored over 2 years ago by Rafal Somla <[email protected]>
Update version to 8.0.30 - missing bits

b1375af988ffd2fbf104155b53bf0c4d8d77d0f5 authored over 2 years ago by Rafal Somla <[email protected]>
bug#34332205 - follow up #2

Turns out that verifying type specs that include "!" requires more changes to the code. For now ...

6cdca18cb2eeb3f46ab5efce01208303a59affbb authored over 2 years ago by Rafal Somla <[email protected]>
bug#34332205 - follow up

Update function parameter checks that are performed when building in dev-mode to accept "!" in t...

6f0091931d8a0a497fa8d48312f3fca78bae7405 authored over 2 years ago by Rafal Somla <[email protected]>
tests: Disable failing tests that need to be fixed.

8cc9a136d9e9b8276ff5505e5ee9d546e698784e authored over 2 years ago by Rafal Somla <[email protected]>
tests: Fix test user creation.

The IP of the host of connecting user seen by the server can be different from the one on the ho...

12ef3d7cfdfc5f645b0dece76390fc20ca276f10 authored over 2 years ago by Rafal Somla <[email protected]>
tests: Avoid loading already loaded plugins for workers.

If the PHP used to run workes has a dynamic plugin loaded (because of its configuration) the old...

3da439e6d20e18ce38dfe16618ac0e30c5edacd1 authored over 2 years ago by Rafal Somla <[email protected]>
tests: Make tests work also with non-local server.

c6908cb9cbf998a5dd15ce481e0945880fa4b6bd authored over 2 years ago by Rafal Somla <[email protected]>
bug#34332205 xdevapi: not accepting null when parsing #2 argume...

b4120b3787b022c5f43ba9fe66283a220536bc1d authored over 2 years ago by Rafal Somla <[email protected]>
tests: Using the global user account for auth/timeout tests

48feb5a723be7233c20cf7dc369312702c05d5b4 authored over 2 years ago by Rafal Somla <[email protected]>
Update version to 8.0.30

1b62f435f9c0c22975fb965df587c50e416e650d authored over 2 years ago by Rafal Somla <[email protected]>
Fix compiler warnings.

2b2441983c18e61848755369cf1966cc4ed96c71 authored over 2 years ago by Rafal Somla <[email protected]>
cdkbase: Disable c++17 deprecation warning.

Note: the code should be fixed to not use deprecated template.

a68a7d78feefa005a258945ce628aba46f1efd2b authored over 2 years ago by Rafal Somla <[email protected]>
config.m4: Better support for out-of-source builds.

eb90df852e2898b3e850bcdae62e57a0799f977b authored over 2 years ago by Rafal Somla <[email protected]>
PHP 8.1 Compatibility Fixes

Adapt code to mysqlnd changes in the PHP 8.1 code base.

e7b03c16795c56644721e719d66432cbfd9ec966 authored over 2 years ago by Kirill Morozov <[email protected]>
Updating version number

262fdbfb5273f6940b9eb54999d933e5773fc06b authored almost 3 years ago by Hery Ramilison <[email protected]>
:Merge remote-tracking branch 'origin/trunk' into release/8.0.29

699bcd909b3e833a1bfe77dc559cedd47851f2b4 authored almost 3 years ago by Filip Janiszewski <[email protected]>
Updating version number

60e6d09e993b95a04443e71f650a621af7f6251c authored almost 3 years ago by Filip Janiszewski <[email protected]>
Merging latest 8.0.28

7097d7c3771251e90971e6c1bdfc5409391e122e authored almost 3 years ago by Filip Janiszewski <[email protected]>
Merge branch 'release/8.0.28' of myrepo.no.oracle.com:/connector-php-devapi into release/8.0.28

3c42b05e91c18b32a19a08ff66d374780745ea38 authored almost 3 years ago by Filip Janiszewski <[email protected]>
[WL-14844]: Fixing test after second review

b3e3dbc829c1a3e63b040cf96e8498ff24493e21 authored almost 3 years ago by Filip Janiszewski <[email protected]>
[WL-14844]: Initial implementation with fixes after first review round

94fc84acbf321ad6ac9a328e1f8ba6c778a40924 authored almost 3 years ago by Filip Janiszewski <[email protected]>
Updating version number

02c793e8134bbd54fc889e8107d3f53adfa14ed1 authored about 3 years ago by Hery Ramilison <[email protected]>
WL#14716: Remove support for TLS 1.0 and 1.1

b81d9a4fb4f79d3fe15f054cb8c016cf220643e6 authored about 3 years ago by Rafal Somla <[email protected]>
Bugfix PHP 7.1

9067d5741c70cad04951290743345e722ca61797 authored about 3 years ago by Stoyan <[email protected]>
Bugfix for PHP 7.1

a52815ad7a25890a6ad470fff8cf14820c34d24f authored about 3 years ago by Stoyan <[email protected]>
Bugfix for PHP 7.1

34827cf9f0488b2e2951df7fa83c4b74b2b8c90a authored about 3 years ago by Stoyan <[email protected]>
Check against PHP constant OPENSSL_VERSION_NUMBER

99b5679d832276b6be65e1f4ebef642d9ed06c4d authored about 3 years ago by Stoyan <[email protected]>
Replace str_contains with strste in function is_tls_v13_supported

2dfb9d9a8d83d4cfca97b24c209aac2cefc3815c authored about 3 years ago by Stoyan <[email protected]>
Last code review changes

975482ce41de4c314d9a3df169b08ca701e94e07 authored about 3 years ago by Stoyan <[email protected]>
Shorter TLS version query

e239baf7341532aa67c91537fb0745639e3871be authored about 3 years ago by Stoyan <[email protected]>
Updating tls_versions tests according to the WL#14716 test plan.

a3609c874771f9d69ee4e7420a5fb77620c8e390 authored about 3 years ago by Stoyan <[email protected]>
New test for WL#14716

d355f3e2692256e6675d60aa390cb87c2323a940 authored about 3 years ago by Stoyan <[email protected]>
changes from code review

a38efb461cd00f4b90e7addebb6ac6501eeee69b authored about 3 years ago by Stoyan <[email protected]>
! Do not merge this commit to trunk

single doc ops test skipped

fc28335d18389802daec5aa5de52911d16d4f194 authored about 3 years ago by Stoyan <[email protected]>
! Do not merge this commit into trunk

Disabling the single doc ops tests

03ff084cde81a9ca6929acb03202503f93080cd1 authored about 3 years ago by Stoyan <[email protected]>
changes from code review

5f0aef5a97e7f1401a8e21e22ac231f86e824f7a authored about 3 years ago by Stoyan <[email protected]>
Removing the unknown_tls_version exception

ae7d8da93becb700f543bb1efac36490f2388437 authored about 3 years ago by Stoyan <[email protected]>
Removing support for TLS 1.0 and 1.1

d924ebbe039a5ca9ac8ecc455157a4e86089d757 authored about 3 years ago by Stoyan <[email protected]>
Setting the proper version

214e0b13dcea17dfa86000092860e3fb35f02257 authored about 3 years ago by Filip Janiszewski <[email protected]>
Updating package.xml for the 8.0.27 release

3dd61ef5348c3bc4cafabfda63983a4f3139bcc5 authored about 3 years ago by Filip Janiszewski <[email protected]>
Fixing issue with invalid usage of boost

fd6497c634b2dc5b7d43f37a6e4ff2c9aee753bd authored over 3 years ago by Filip Janiszewski <[email protected]>
Fixing failing test

ead8a3166b44cdcbc24d2c32aaea2ce264374ec4 authored over 3 years ago by Filip Janiszewski <[email protected]>
Updating package.xml for the 8.0.26 release

458743a81d112cceea516ad0858f79c1a6eea2c9 authored over 3 years ago by Kent Boortz <[email protected]>
Updating package.xml for the 8.0.26 release

2471fc300ece05a3c32ea5cf49d4679f89e618e6 authored over 3 years ago by Filip Janiszewski <[email protected]>
WL#14666: Fixing the code after the review

ae93fcaa668b3d3d65968131d374cf4c614c1448 authored over 3 years ago by Filip Janiszewski <[email protected]>
WL#14666: Adding deprecation message for TLSv1 and TLSv1.1

66b1ba517b21844fcadd0991acf7a263b662321c authored over 3 years ago by Filip Janiszewski <[email protected]>
Merge branch 'release/8.0.25' into trunk

91f68a4212bb4b6dcc2f885216f013cf77b448c1 authored over 3 years ago by Kent Boortz <[email protected]>
v8.0.25 - package.xml and version number updated

d348230b93bb926c5138fed33d268a8654e499ed authored over 3 years ago by Kent Boortz <[email protected]>
v8.0.25 - package.xml and version number updated

cd34cfc0f1c50c8876a36893b17686a333036d45 authored over 3 years ago by Filip Janiszewski <[email protected]>
Merge branch 'release/8.0.24' into trunk

162ba7f66b407e01a77023068f8fb32bbfc53c87 authored over 3 years ago by Gipson Pulla <[email protected]>
Attempting again to fix packages.xml

e50775d4ba9e6064a9c1d75386664df90c8d11cd authored over 3 years ago by Filip Janiszewski <[email protected]>
Adding a not

c8ead9623ab20b3c919ae368fcf907654843e582 authored over 3 years ago by Filip Janiszewski <[email protected]>
Merge branch 'origin/release/8.0.24' into release/8.0.24

0557e0a847656719d4848ba5bf4a7666412302bc authored over 3 years ago by Filip Janiszewski <[email protected]>
v8.0.24 - package.xml and version number updated

26c71e00fbde216933face0494e8478ec37afcc1 authored over 3 years ago by Filip Janiszewski <[email protected]>
Merge branch 'release/8.0.24' into trunk

207b5de48295e188ed9bc5a1f5829170fea1a219 authored over 3 years ago by Gipson Pulla <[email protected]>
Use reference in range-for, to avoid compilation

error on macOS 11 and FreeBSD 12

771f74e3b732a7dc294545d1d7a1bed2b07c3b97 authored over 3 years ago by Kent Boortz <[email protected]>
Follow PHP practice and remove yearly range from copyright notice

2786882c2a70db84a4f7ac5c6e2744b50e2ffe59 authored almost 4 years ago by Darek Slusarczyk <[email protected]>
Follow PHP practice and remove yearly range from copyright notice

a4406f9f59966c2ed1e398b833e784bdf66420fa authored almost 4 years ago by Darek Slusarczyk <[email protected]>
Follow PHP practice and remove yearly range from copyright notice

c4930e0a029510160106eeab814e9cb45d41f806 authored almost 4 years ago by Darek Slusarczyk <[email protected]>
orabug #32239070: fix build against PHP-8.0

- fix failing test-cases

6b76513c9ffb08a956cc13cff7c859892328026c authored almost 4 years ago by Darek Slusarczyk <[email protected]>
orabug #32239070: fix build against PHP-8.0

- fix iterators

2f6c3bde7939bf128a199c03b43e004c42a42c68 authored almost 4 years ago by Darek Slusarczyk <[email protected]>
orabug #32239070: fix build against PHP-8.0

- fix declaration of methods with variadic parameters

9ce55d002ac2e3f1126ed30a1b793cfa5b3c26c6 authored about 4 years ago by Darek Slusarczyk <[email protected]>
Merge remote-tracking branch 'origin/orabug-32239070-fix-build-php-8' into trunk-itch

ccb5e60f6f11aaeb5580784709672c2087519691 authored about 4 years ago by Darek Slusarczyk <[email protected]>
orabug #32239070: fix build against PHP-8.0

- fix declaration of methods with variadic parameters

02bc35218fd642c3cc8e1906805ea7a8951a749d authored about 4 years ago by Darek Slusarczyk <[email protected]>
Merge remote-tracking branch 'origin/orabug-32239070-fix-build-php-8' into trunk-itch

dfc820404377f8fd350383d44a69c86b58b580ac authored about 4 years ago by Darek Slusarczyk <[email protected]>
orabug #32239070: fix build against PHP-8.0

- fix declaration of methods with variadic parameters

69028bbf36fec5bb9cd645ec1b68f476f6998199 authored about 4 years ago by Darek Slusarczyk <[email protected]>
orabug #32239070: fix build against PHP-8.0

- fix constructor handlers - they cannot be declared nullptr

28b331235ff6d6685a0e8b0cb1f7d60ce1568da0 authored about 4 years ago by Darek Slusarczyk <[email protected]>
v8.0.23 - package.xml and version number updated

d874f1f89d063b2005d1f58eb98966d9d02fca4e authored about 4 years ago by Darek Slusarczyk <[email protected]>
orabug #32239070: fix build against PHP-8.0

- property handlers since PHP-8.0 use zend_object* object, zend_string* member
instead of raw ...

c7b67c44c58d608d00efd5cf601e9d3a6aca04ce authored about 4 years ago by Darek Slusarczyk <[email protected]>
WL#14014: XProtocol: Support connection close notification

last fixes before CR

df41310591f39d9c38dbb6cf87abda37df03218c authored about 4 years ago by Darek Slusarczyk <[email protected]>
WL#14014: XProtocol: Support connection close notification

fix build issues

cfdd7985dd9bc42824ebc4c03fe0f80d75bd0aba authored about 4 years ago by Darek Slusarczyk <[email protected]>
WL#14014: XProtocol: Support connection close notification

- support new notices (sent as Mysqlx.Notice.Frame) in case the connection is closed:
a) the con...

a9bf457d3389a6553a5229cc5e0e06c2e8836cd3 authored about 4 years ago by Darek Slusarczyk <[email protected]>
WL#14228: Replace language in APIs and source code/docs

- tiny refactoring / add function resolve_worker_path

9631f9bbbb1a96f6f47f7b78a0d039c65a205383 authored about 4 years ago by Darek Slusarczyk <[email protected]>
orabug #31589457: change default engine from MyISAM to InnoDB

change tests configuration to use by default InnoDB instead of MyISAM

21f64b991e63d8a6ad5d04fc3f116bca693b9ef5 authored about 4 years ago by Darek Slusarczyk <[email protected]>
WL#14228: Replace language in APIs and source code/docs

- rename master => supervisor in tests
- rename white-list / black-list => allowlist / blocklist

73dad0ce3dd3a2e6706ee36a4a8092b7bcbf37f2 authored about 4 years ago by Darek Slusarczyk <[email protected]>
update protobufs

76afbac65473cc1083bf2f4cd6df7300e432f115 authored about 4 years ago by Darek Slusarczyk <[email protected]>
Merge remote-tracking branch 'origin/orabug-30134451-replace-zval-with-zvalue' into master-itch

8f6b3bca608438b2477d624b92d933b3da2f2106 authored about 4 years ago by Darek Slusarczyk <[email protected]>
v8.0.22 - package.xml tiny update (orabugs added)

a29c20cb436d1677730bbe884be2776f38e7e5a4 authored about 4 years ago by Darek Slusarczyk <[email protected]>
orabug #31958145: some secure connection / TLS tests fail on el8-x86-64bit

Fix some tests (secure connection / TLS / cipher[suite]s) failed on target el8-x86-64bit. Accord...

82cdd271efaf83d63691bb829c123d3cc856987f authored about 4 years ago by Darek Slusarczyk <[email protected]>
orabug #31678047: prepared statements tests fail with the newest server

According to specification, in CRUD operations the 'bind' method is supported for parameter valu...

d93d86fb3270c5a7539afee0efbbf5560afe7681 authored about 4 years ago by Darek Slusarczyk <[email protected]>
orabug #31678047: prepared statements tests fail with the newest server

There were hardcoded statement ids (stmt_id) explicitly as int numbers to ensure that PS is runn...

abbeb2835c3d01a3ddca6e04330ad81381225bcc authored about 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

fix warnings on win32 - size_t vs uint64_t

efdbf968c37e52b87206d887c49e122f2867948f authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

fix warnings on win32

8b531e53eca4db4514a64ba0efad2ec41064f0f5 authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

refactorings in:
- session, statement, sql result iterator
- remove function to_zend_string and ...

dee08675cc59acc92ba62161b27bc21a98056419 authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

refactorings in:
- capabilities (wireprotocol, session / compression setup)
- util::zvalue - bet...

478b595862381d466b75445922919acd60f026a2 authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

refactorings in:
- converters zval vs google protobuf types (Any, Scalar, Object, Array)
- bind ...

273abde1fe5b539d64784bc193fe162da6a149ff authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

rename util::param_string => util::arg_string

134a8f816d6b862cb05f0cb0bd6f8ee58ca671dd authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

apply util::zvalue and util::raw_zval in place of raw zval* in:
- json utils
- column metadata
-...

ba95641ed9ce0afeb6979736cea09487839fdcfa authored over 4 years ago by Darek Slusarczyk <[email protected]>
v8.0.22 - package.xml and version number updated

7503dcc48799b90dc94f73115d057f650248278c authored over 4 years ago by Darek Slusarczyk <[email protected]>
Merge remote-tracking branch 'origin/master' into master-itch

e7ee535c0a8604f811d1e85101306a50add3bb03 authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

- functions.h rename functions to get_function_arguments and get_method_arguments
- apply util::...

c6b00dc0a8653a36c8b3f2849d011a9d07b9cd3f authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

- add util/functions.h|.cc and rename related functions
- and util/arguments.h|.cc

9456495070c3db6d1676260f20d2a4db74594178 authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

- refactoring of util::zvalue iterators

b368577f321c0ade68a7a5a980d972935226f641 authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

- expression object refactoring
- rename static util::zvalue::copy_to(src, dst) => util::zvalue:...

38fb04fd1adc62a61d14e4d74bce70856f17fd2f authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

- add util::raw_zvals to process variable number of zval* arguments (zval[])
- move raw_zval to ...

a75ced6a6011cc148e4cc141cbd446f27e5471cc authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible

- refactor mysqlx_new* functions with util::init_object to use and return util::zvalue
- introdu...

4906c05a391d0cae06070d9308a606f9d99b5231 authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #31414039: mysqlndx apply std::string_view, remove MYSQLND_CSTRING

last fixes, polishing code before CR

43ad77893de1be218a8e3389feabcaa821993456 authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #31414039: mysqlndx apply std::string_view, remove MYSQLND_CSTRING

fix bug: by omission passing nullptr to string_view stayed after all bulk replaces - it crashes ...

0b1b056a4c3983300b448b0e1bd971e1d9e780d2 authored over 4 years ago by Darek Slusarczyk <[email protected]>
orabug #31414039: mysqlndx apply std::string_view, remove MYSQLND_CSTRING

build fixes for win

06028df5d181ee0f12aef68dc16ddc394fe25243 authored over 4 years ago by Darek Slusarczyk <[email protected]>