Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Won't Fix
-
Affects Version/s: 2.0.0beta2
-
Fix Version/s: 2.0.0beta3
-
Component/s: library
-
Security Level: Public
-
Labels:
-
Environment:- CentOS release 5.4 (Final)
- PHP 5.3.18
and
Latest Basic Amazon AMI 64 bit (3.2.30-49.59.amzn1.x86_64) --> http://aws.amazon.com/amazon-linux-ami/
Description
This is the php used when getting the error:
<?php
$cb = new Couchbase("localhost:8091", "Administrator", "password", "default");
$cb->set("a", 1);
var_dump($cb->get("a"));
?>
---------------------------
ERROR
----------------------------
PHP Warning: Couchbase::__construct(): failed to create IO instance in /var/www/test_couchbase.php on line 3
<?php
$cb = new Couchbase("localhost:8091", "Administrator", "password", "default");
$cb->set("a", 1);
var_dump($cb->get("a"));
?>
---------------------------
ERROR
----------------------------
PHP Warning: Couchbase::__construct(): failed to create IO instance in /var/www/test_couchbase.php on line 3
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews