php-src/ext/pdo_firebird
Shivam Mathur b1220da496
ext/pdo_firebird: Fix label follow by declaration (#17229)
A label should be followed by a statement and not a declaration, else old gcc gives the following error: a label can only be part of a statement and a declaration is not a statement

To fix this we wrap the code in the switch case block in braces.
2024-12-21 16:56:53 +05:30
..
tests ext/pdo_firebird: Throw ValueError if cursor name is too long (#17173) 2024-12-17 13:15:47 +00:00
config.m4 Cater to raised requirement of fbclient 3.0+ for pdo_firebird (GH-15498) 2024-08-20 16:00:00 +02:00
config.w32 Cater to raised requirement of fbclient 3.0+ for pdo_firebird (GH-15498) 2024-08-20 16:00:00 +02:00
CREDITS
firebird_driver.c Test Firebird in 32-bit Linux CI (#17045) 2024-12-06 17:27:59 +01:00
firebird_statement.c ext/pdo_firebird: Fix label follow by declaration (#17229) 2024-12-21 16:56:53 +05:30
pdo_firebird.c ext/pdo_firebird: Added getApiVersion() and removed from getAttribute (#15004) 2024-07-18 11:17:52 +09:00
pdo_firebird.stub.php ext/pdo_firebird: Added getApiVersion() and removed from getAttribute (#15004) 2024-07-18 11:17:52 +09:00
pdo_firebird_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_firebird_utils.cpp Fix -Wunused-function warning in ext/pdo_firebird (#15646) 2024-08-30 01:22:52 +02:00
pdo_firebird_utils.h Trim trailing whitespace (#15649) 2024-08-30 01:20:56 +02:00
php_pdo_firebird.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_firebird_int.h Drop legacy fallback for isc_get_client_version() (GH-16343) 2024-10-19 16:05:46 +02:00