We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91eec9 commit a1d9e78Copy full SHA for a1d9e78
packages/wp-mysql-proxy/src/class-mysql-proxy.php
@@ -40,7 +40,7 @@ public function start() {
40
if ( $client ) {
41
echo "New client connected.\n";
42
$this->clients[] = $client;
43
- $client_id = spl_object_id( $client );
+ $client_id = get_resource_id( $client );
44
$this->client_servers[ $client_id ] = new MySQL_Session( $this->query_handler );
45
46
// Send initial handshake
0 commit comments