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
Matt Ingenthron
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Matt Ingenthron [ ingenthr ] | Sergey Avseyev [ avsej ] |
Matt Ingenthron
made changes -
| Assignee | Sergey Avseyev [ avsej ] | Trond Norbye [ trond ] |
| Fix Version/s | 1.1.0-dp6 [ 10402 ] |
Sergey Avseyev
made changes -
| Project | Couchbase PHP client library [ 10049 ] | Couchbase C client library libcouchbase [ 10070 ] |
| Key | PCBC-138 |
|
| Affects Version/s | 2.0.0beta2 [ 10400 ] | |
| Affects Version/s | 1.1.0-dp5 [ 10393 ] | |
| Fix Version/s | 2.0.0beta3 [ 10415 ] | |
| Fix Version/s | 1.1.0-dp6 [ 10402 ] | |
| Component/s | library [ 10110 ] | |
| Component/s | library [ 10134 ] |
Sergey Avseyev
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Matt Ingenthron
made changes -
| Assignee | Trond Norbye [ trond ] | Sergey Avseyev [ avsej ] |
Matt Ingenthron
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
Matt Ingenthron
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Won't Fix [ 2 ] |
Sergey Avseyev
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |