Explorar el Código

[php] PDO class: add the missing `ATTR_DEFAULT_FETCH_MODE` constant (#9857)

Cédric Belin hace 5 años
padre
commit
c850f27885
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      std/php/db/PDO.hx

+ 1 - 0
std/php/db/PDO.hx

@@ -65,6 +65,7 @@ extern class PDO {
 	@:phpClassConst static final ATTR_ORACLE_NULLS:Int;
 	@:phpClassConst static final ATTR_PERSISTENT:Int;
 	@:phpClassConst static final ATTR_STATEMENT_CLASS:Int;
+	@:phpClassConst static final ATTR_DEFAULT_FETCH_MODE:Int;
 	@:phpClassConst static final ATTR_FETCH_TABLE_NAMES:Int;
 	@:phpClassConst static final ATTR_STRINGIFY_FETCHES:Int;
 	@:phpClassConst static final ATTR_EMULATE_PREPARES:Int;