Explorar o código

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

Cédric Belin %!s(int64=5) %!d(string=hai) anos
pai
achega
c850f27885
Modificáronse 1 ficheiros con 1 adicións e 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;