Diff for /embedaddon/php/ext/pdo/php_pdo_driver.h between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/22 01:31:55 version 1.1.1.4, 2013/10/14 08:02:24
Line 72  enum pdo_param_type { Line 72  enum pdo_param_type {
         /* get_col ptr should point to a zval*          /* get_col ptr should point to a zval*
            and the driver is responsible for adding correct type information to get_column_meta()             and the driver is responsible for adding correct type information to get_column_meta()
          */           */
        PDO_PARAM_ZVAL        PDO_PARAM_ZVAL,
}; 
   
/* magic flag to denote a parameter as being input/output */        /* magic flag to denote a parameter as being input/output */
#define        PDO_PARAM_INPUT_OUTPUT  0x80000000              PDO_PARAM_INPUT_OUTPUT = 0x80000000
 };
   
 #define PDO_PARAM_FLAGS                 0xFFFF0000  #define PDO_PARAM_FLAGS                 0xFFFF0000
   

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>