Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/php/pecl-database-interbase
InterBase/FireBird extension
https://github.com/php/pecl-database-interbase
05049db61daf4bac6ca7d02591a86284644cde90 authored over 5 years ago
af5ae3170624d23b63c3fb00f1a35ebb61b6af4e authored over 5 years ago
0e01fe6fd620bb50ba426a77ff3917eb9b9a7492 authored over 5 years ago
03972c9d045c27f188db49c13e376a3846bfc57a authored over 5 years ago
2044c06d94126115b38de5487cc2119a45aad6bb authored almost 6 years ago
9bca6431be3a3baceac2a2f912ade3545d8a2396 authored almost 6 years ago
Make sure we don't close the connection we're trying to reuse...
e8453201287f31771039e5f404ad592d0a87ee69 authored almost 6 years agoa00304d4182e11ad4de064f8a53711a6d7608378 authored almost 6 years ago
Function strftime is part of the C89 standard [1] and current systems
don't need to check for it...
function_table var is not used in call_user_function macro anymore
hence replace the usage with ...
The Autoconf's default AS_HELP_STRING macro can properly format help
strings [1] so watching out...
Changes:
- PHP_TM_GMTOFF removed
- HAVE_TM_GMTOFF replaced with HAVE_STRUCT_TM_TM_GMTOFF
- HAVE_...
This patch removes the so called local variables defined per
file basis for certain editors to p...
ac41db6819f5a41c7bff270b3bd4ff58c530d79e authored about 6 years ago
- Simplify conditions
- Use ZEND_HASH_APPLY_* instead of hard-coded booleans
- Use ZEND_NORMALIZ...
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and...
* PHP-7.3:
Sync leading and final newlines in *.phpt sections
Sync leading and final newline...
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and...
* PHP-7.2:
Sync leading and final newlines in *.phpt sections
Sync leading and final newline...
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and...
* PHP-7.1:
Sync leading and final newlines in *.phpt sections
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and...
2156c9449d3b8277d5ca3764a0b4e19fade8eef3 authored over 6 years ago
* PHP-7.3:
Trim trailing whitespace in *.phpt
Trim trailing whitespace in *.phpt
Trim trai...
6559df878439aa0b093a6a59f9391a256293bb2a authored over 6 years ago
* PHP-7.2:
Trim trailing whitespace in *.phpt
Trim trailing whitespace in *.phpt
8157a8853c66fe25d9317da834594355949a4eaf authored over 6 years ago
* PHP-7.1:
Trim trailing whitespace in *.phpt
9982f6786dbae6af4d2ce74e18c07a1ec8c56125 authored over 6 years ago
30f237b519a8a02ab6a2e863f8296752a58e6976 authored over 6 years ago
e7b7b804e0bde5f745ea732bfc1f8da3cd19dece authored over 6 years ago
* PHP-7.3:
Trim trailing whitespace in source code files
Trim trailing whitespace in source ...
646b40fb8dcb2847c06a77750efac68a14544c9b authored over 6 years ago
* PHP-7.2:
Trim trailing whitespace in source code files
Trim trailing whitespace in source ...
27c879d413e141dbcb37fe227ea0842ceb559608 authored over 6 years ago
* PHP-7.1:
Trim trailing whitespace in source code files
28af08d54bad4bf67a6441100f90393a164eb41b authored over 6 years ago
b6666b7548435e807ef948ec6c699d5c45f0fba1 authored over 6 years ago
Some editors utilizing .editorconfig automatically trim whitespaces. For
convenience this patch ...
1ec30c2b3305ac51415d998448573dd1abac03e1 authored over 6 years ago
There was a trailing tab when a error message was generated. Removing
it, test is passing now.
a87428a9e3f6e03cbf4ea991f8309b2d9d5df884 authored over 6 years ago
08a5729632d039bf61169f36760ff64aca996843 authored over 6 years ago
c877ab3e853da31a8ce19eb5583a71f598fe05c7 authored over 6 years ago
zval_dtor() doesn't make a lot of sense in PHP-7.* and it's used incorrectly in some places.
Its ...
52f9f08f26132ab84ca799264c60fdb4e06ced0b authored over 6 years ago
3329c6d58b7afa3bc5570c045af350f0212591cf authored over 6 years ago
0beaefea9b1c6786fb4ea1a10c4bee804c56c3fc authored over 6 years ago
902aa05ed0cb3a8f49098a36aa76b1238628ef8f authored almost 7 years ago
fbeea9d0c1f7a9cf9e8194a73e41ef1fc55353fa authored almost 7 years ago
9de488b22474fb455df7957ae0cc7b4866318c5f authored almost 7 years ago
PHP requires boolean typehints to be written "bool" and disallows
"boolean" as an alias. This ch...
PHP requires integer typehints to be written "int" and does not
allow "integer" as an alias. Thi...
a0665b9adc3c8cd26ff076b4bbb9568005a2afb6 authored about 7 years ago
9115516ea53da4fd2330e8e912938a7fcc5fa078 authored about 7 years ago
* PHP-7.2:
year++
year++
1945e5b7aad5e071c60e259d2f212a63ec01cdcb authored about 7 years ago
* PHP-7.1:
year++
c439bb06dba6ff099b211d3df1ee87bf7b5327a9 authored about 7 years ago
c4a2f7b3e7e2b1e8d004d523906d82daaa7c83ab authored about 7 years ago
Register persistent resources through new functions zend_register_persistent_resource()/zend_regi...
fd31e05f6b7b92c867320c08636660d9eadc1f37 authored over 7 years ago
* master: (26 commits)
Better fix for bug #75451 (Assertion fails while foreach on empty xpath...
* PHP-7.2:
Fix bug #75453 Incorrect reflection on ibase_connect and ibase_pconnect
* PHP-7.1:
Fix bug #75453 Incorrect reflection on ibase_connect and ibase_pconnect
* PHP-7.0:
Fix bug #75453 Incorrect reflection on ibase_connect and ibase_pconnect
350ffc97101f2817b86a57a0e351a8b5636fac96 authored over 7 years ago
Prohibit direct update of GC_REFCOUNT(), GC_SET_REFCOUNT(), GC_ADDREF() and GC_DELREF() shoukf be...
e6a47c9e9de9d642b30f44b9f2c923b5624f91d9 authored over 7 years ago764152bff07dc1aee6326a33ef6c8694d9a2dba8 authored over 7 years ago
Mostly the callback name is only used to report an error. Try to
avoid calculating it if no erro...
12f81fa4eb23b552eabb5dbfe333af9559660f55 authored about 8 years ago
0db6dfd9386604535e2047e84b4ab9747615bbfc authored about 8 years ago
2d1df51aa859e6a344771680f3840e91db8182b9 authored about 8 years ago
b0413572ccd7beeb4a42f0bacdd4b48ca1e93d90 authored about 8 years ago
cc64885cca93b5e2bd55be53c28bbc12388cd846 authored about 8 years ago
Also fix a single instance of CRLF in ibase_query.c.
bcb15a36abeb150de5c7836643c0efc1614d68ca authored about 8 years ago
* PHP-7.1:
Fixed bug #73512 Fails to find firebird headers
- use fb_config output instead of relying on hardoded path
6802c60d085478c9be3c385f4d3a05f6d05678ef authored about 8 years agoc97587faeb8b6e9297e625b5d0de838883bcf19e authored over 8 years ago
This is one of the last old and odd deprecated settings we still have in PHP, it was never fully...
dee8093b17443179afdc3778108a49c2ff6e7899 authored over 8 years ago"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of f...
992e2b03b5fb0fb44f9132b9273b2947d5bf766f authored over 8 years ago
38b50b4d4c36459863cc6568e381293dee8f4531 authored almost 9 years ago
6c30cd9be0e4b1da9d1f9f23346032d5abe066c6 authored almost 9 years ago
followup on a7028d96
13569217f22ab6948f174104073a594943c02c56 authored almost 9 years agoAlso small tweak to zpp REAME
2f6757fd4c37d97608081f353299b530f40011ae authored almost 9 years agoAlso re bug #71575.
6a0e03940a3cb523c6d79bc9d646929c684b275b authored almost 9 years ago074569a46c4e26820aaf1128a69a83f69aec58b0 authored about 9 years ago
78b0e6739f9c4caae1ee9a38818e362b3ef94286 authored about 9 years ago
105a9b54cd7cc0097d40b62d483fbfe9e366f1cd authored about 9 years ago
cbd65a4bfbe1a4a7397d78852a14eb0accb1f3d2 authored about 9 years ago
774a1f9e436e97a85d7e2a0e02c1dc70e46bf341 authored about 9 years ago
34a72746dc78df6380284256176bbe7e34970f8b authored about 9 years ago
1ead5762defb02996af7c768c86adf704cf7467e authored about 9 years ago
d19869963e568843252843eb36687c740b588803 authored about 9 years ago
e1e46de2eaecc2213306cbe7a8f2772dc33894a2 authored about 9 years ago
Also read: https://marc.info/?l=php-internals&m=145077389117375&w=2
be61597106ba190a9dff23d4a0a62ffbfc2125c5 authored about 9 years agofb9f731e83e445502b1cffc14053a7f2ed66df3e authored about 9 years ago
* PHP-5.6:
Happy new year (Update copyright to 2016)
886211ce0963332412a8ebc7211cb7b8baf32d5d authored about 9 years ago
6435b18d63e45a73982304cd00e28f0c4d265059 authored about 9 years ago