mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix some misspellings
This commit is contained in:
parent
9ea7d259ef
commit
84b195d9fc
95 changed files with 143 additions and 143 deletions
|
@ -198,7 +198,7 @@ PHP_FUNCTION(pg_select);
|
|||
#define PGSQL_CONNECT_FORCE_NEW (1<<1)
|
||||
#define PGSQL_CONNECT_ASYNC (1<<2)
|
||||
/* php_pgsql_convert options */
|
||||
#define PGSQL_CONV_IGNORE_DEFAULT (1<<1) /* Do not use DEAFULT value by removing field from returned array */
|
||||
#define PGSQL_CONV_IGNORE_DEFAULT (1<<1) /* Do not use DEFAULT value by removing field from returned array */
|
||||
#define PGSQL_CONV_FORCE_NULL (1<<2) /* Convert to NULL if string is null string */
|
||||
#define PGSQL_CONV_IGNORE_NOT_NULL (1<<3) /* Ignore NOT NULL constraints */
|
||||
#define PGSQL_CONV_OPTS (PGSQL_CONV_IGNORE_DEFAULT|PGSQL_CONV_FORCE_NULL|PGSQL_CONV_IGNORE_NOT_NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue