textora_msg_buf[OCI_ERROR_MAXMSG_SIZE];/* Use traditional smaller size: non-PL/SQL errors should fit and it keeps the stack smaller */
#ifdef HAVE_OCI_INSTANT_CLIENT
php_error_docref(NULLTSRMLS_CC,E_WARNING,"OCIEnvNlsCreate() failed. There is something wrong with your system - please check that "PHP_OCI8_LIB_PATH_MSG" includes the directory with Oracle Instant Client libraries");
#else
php_error_docref(NULLTSRMLS_CC,E_WARNING,"OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME and "PHP_OCI8_LIB_PATH_MSG" are set and point to the right directories");