mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Move constants into read-only data segment
This commit is contained in:
parent
71eaf0d97f
commit
9e709e2fa0
104 changed files with 162 additions and 162 deletions
|
@ -149,7 +149,7 @@ typedef struct {
|
|||
unsigned max_length:1;
|
||||
} pdo_mysql_stmt;
|
||||
|
||||
extern pdo_driver_t pdo_mysql_driver;
|
||||
extern const pdo_driver_t pdo_mysql_driver;
|
||||
|
||||
extern int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line);
|
||||
#define pdo_mysql_error(s) _pdo_mysql_error(s, NULL, __FILE__, __LINE__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue