Skip to content

Instantly share code, notes, and snippets.

@sideshowcoder
Created May 6, 2014 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sideshowcoder/df131b67c173066291c3 to your computer and use it in GitHub Desktop.
Save sideshowcoder/df131b67c173066291c3 to your computer and use it in GitHub Desktop.
Couchbase lib in PHP.ini
....
;extension=php_exif.dll ; Must be after mbstring as it depends on it
extension=php_mysql.dll
extension=php_mysqli.dll
;extension=php_oci8.dll ; Use with Oracle 10gR2 Instant Client
;extension=php_oci8_11g.dll ; Use with Oracle 11gR2 Instant Client
;Couchbase
extension=php_couchbase.dll
extension=php_openssl.dll
;extension=php_pdo_firebird.dll
extension=php_pdo_mysql.dll
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment