summaryrefslogtreecommitdiff
path: root/ext/standard/base64.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-12-05 20:59:49 +0000
committerMarcus Boerger <helly@php.net>2002-12-05 20:59:49 +0000
commit49a99a98f4ce898c891cfa6fa313570de58a40db (patch)
tree3bfeac68dd836842177840e3c7b67e8e1235e0dc /ext/standard/base64.c
parent3cf581b1b3dbd992669ae3c8f80f71db576a2a9d (diff)
downloadphp-git-49a99a98f4ce898c891cfa6fa313570de58a40db.tar.gz
-php_error -> php_error_docref
-removed some cases where emalloc result was tested
Diffstat (limited to 'ext/standard/base64.c')
-rw-r--r--ext/standard/base64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/base64.c b/ext/standard/base64.c
index 4fefd1bc54..4defc3f5bb 100644
--- a/ext/standard/base64.c
+++ b/ext/standard/base64.c
@@ -119,7 +119,7 @@ void php_base64_init()
ch += 16;
}
sprintf(sp, "};");
- php_error(E_NOTICE,"reverse_table:\n%s", s);
+ php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Reverse_table:\n%s", s);
efree(s);
}
*/