Skip to content

Commit 704b483

Browse files
committed
Add missing deprecations
1 parent 9823008 commit 704b483

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ext/mysqli/mysqli.stub.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,11 +494,13 @@
494494
/**
495495
* @var int
496496
* @cname SERVER_QUERY_NO_GOOD_INDEX_USED
497+
* @deprecated
497498
*/
498499
const MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED = UNKNOWN;
499500
/**
500501
* @var int
501502
* @cname SERVER_QUERY_NO_INDEX_USED
503+
* @deprecated
502504
*/
503505
const MYSQLI_SERVER_QUERY_NO_INDEX_USED = UNKNOWN;
504506
#ifdef SERVER_QUERY_WAS_SLOW

ext/mysqli/mysqli_arginfo.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)