Browse Source

typo

experimental/ZendEngine2
Thies C. Arntzen 25 years ago
parent
commit
b8b0a6ac27
  1. 2
      ext/oci8/oci8.c

2
ext/oci8/oci8.c

@ -2969,7 +2969,7 @@ PHP_FUNCTION(ocisavelob)
loblen = Z_STRLEN_PP(arg);
if (loblen < 1) {
php_error(E_WARNING, "Cannot save a lob wich size is less than 1 byte");
php_error(E_WARNING, "Cannot save a lob which size is less than 1 byte");
RETURN_FALSE;
}

Loading…
Cancel
Save